Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
HiI am trying to use some eem tcl scripts on 9500-24YA4C IOS XE Software, Version 17.12.04.Scripts trigger syslog messages to email alert but when i read event_reqinfo in tcl, the "msg" filed is missing :event_trigger_num 1 event_id 14 job_id 10 even...
Hi,I'm trying to email an alert by eem script when a catalyst 6807 rises a syslog message for an environment alarm (ex: power down). I use the attached script but when i want to add the syslog message in body email (line 83) something is wrong and i ...
Hi, I found my mystake. In the script, I commented the command "enable" and thus show commands were not recognized by cli. The script has always worked well, "Invalid input" was the result of show command. For ios 15.2, i need to gain enable level.So...
Hi, I found my mystake. In the script, I commented the command "enable" and thus show commands were not recognized by cli. The script has always worked well, "Invalid input" was the result of show command.But I suspect a different behavior between ve...