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!