I am trying to create a simple manual EEM script so when you login to a switch and run "event manager run tshoot" it will run the follow EEM script and show the interfaces in an error disabled script. The switch takes the configuration, but when I run the script it never disables anything. Any thought?
event manager applet tshoot
event none
action 1.0 cli command "enable"
action 2.0 cli command "show interface status | in err"
Thanks