07-09-2017 08:58 PM
Hi Everyone,
Can i by using EEM (Embedded Event Manger) to monitor my interface traffic?
just to Clarification my question:
let's say if the traffic on interface gigabitEthernett0/0 less than 20Mbps the EEM will take an action.
thanks in advance.
Solved! Go to Solution.
07-10-2017 07:43 AM
Yes, this is doable with the interface event detector. You could do something like:
event interface name GigabitEthernet0/0 poll-interval 10 parameter transmit_rate_bps entry-val 20000000 entry-op lt entry-type value
Then perform actions when that event occurs.
07-10-2017 07:43 AM
Yes, this is doable with the interface event detector. You could do something like:
event interface name GigabitEthernet0/0 poll-interval 10 parameter transmit_rate_bps entry-val 20000000 entry-op lt entry-type value
Then perform actions when that event occurs.
07-10-2017 10:46 PM
Hi Joe ,
thank you i was checked it and it's working .
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide