Symptom
Switch reboots with reset-reason "vshd hap reset" when using regex in an EEM applet
Configuration Example:
event manager applet vshd_hap_reset
event cli match "conf t ; int * ; description Vishwas_STORM_CONTROL_EVENT^\"
int e1/1
description Vishwas_STORM_CONTROL_EVENT^\
Broadcast message from root (console) :
The system is going down for reboot NOW!
Conditions
This symptom has been observed when using any illegal character on the end of the string
For example:
- [0-9]+
- %
- ^\
Workaround
Avoid using any illegal character on the end of the command.
With EEM on NX-OS all keywords must be expanded and only the * symbol can be used for argument replacement.
Further Problem Description