cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5353
Views
0
Helpful
15
Replies

EEM script for show inter summary

bryan totten
Level 1
Level 1

I got great help from this community creating a EEM script which looks for output drops on a specific interface.  I would now like to do the following:

from the output of switch# "show interface summary" i would like to determine if any of the values in the OQD column have changed since last polling.  If there has been a change then write a syslog message.  (could also just check to see if the sum of all OQD values have changed since last polling).

I am not sure how to evaluate each row (interface).  I am also not sure how to only look at the OQD column of output and ignore the other 9 fields in the output.

THANKS!

15 Replies 15

bryan totten
Level 1
Level 1

Joe,

thanks!  adding that to the end of the script worked.

bryan