Is there a way to monitor individual interface counter errors using EEM, then trigger an action such as shutting the interface?
The below is an example IOS EEM configuration. I'm trying to do the same thing, or accomplish the same end result.
event manager applet monitor_eX/Y
event interface name EthernetX/Y parameter input_errors_crc entry-op gt entry-val 0 entry-type increment exit-val 0 exit-op eq exit-type increment
action 1.0 cli command "enable"
action 2.0 cli command "config t"
action 3.0 cli command "int eX/Y"
action 4.0 cli command "shut"
Regards,
Matt