Want to monitor traffic.
Currently my EEM is
event manager applet interface_congestion_ping
event interface name Ethernet0/1 parameter receive_rate_pps entry-op gt entry-val 100000 entry-type value poll-interval 10
action 1.0 cli command enable
action 1.2 cli command ping 169.254.245.217
action 2.0 syslog msg applet congestion_monitoring has triggered
can I add more than 1 interface to this? I've tried extra
event
commands and they overwrite, haven't found an option to specify extra interfaces in the
event
command. My idea is not to specify interfaces at all.
Any advice/thoughts appreciated.