cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1378
Views
0
Helpful
2
Replies

Is It Possible To Create An EEM applet that polls multiple variables in a SNMP table

GERARD PUOPLO
Level 1
Level 1

Is it possible to create an EEM applet that polls multiple counters in a table, add the results per instance and issues a eem syslog message or trap when the sum of the values per instance exceed a defined count ?

What I want to do is have an applet add the values of rttMonLatestJitterOperPacketLossSD,   rttMonLatestJitterOperPacketLossSD, and  rttMonLatestJitterOperPacketMIA per instance in the rttMonLatestJitterOper Table and then it the sum is > then X  issue a EEM trap or syslog message.  

It looks to me that  this isn't possible unless I create a applet per instance.  Is this doable via an applet ?

Thanks

Jerry

2 Replies 2

yjdabear
VIP Alumni
VIP Alumni

With EEM 2.4 and later, you could correlate multiple events in an applet. See

http://www.cisco.com/en/US/prod/collateral/iosswrel/ps6537/ps6555/ps6815/whitepaper_c11-492226.html

or https://supportforums.cisco.com/thread/2049656 for an actual example.

Thanks but what I was wondering is whether I can reference SNMP tablular OIDs in an applet  without specifying  the exact instances.   Basically I want to have the SNMP ED poll every instance of a tabular OID variable.   Unless I specify the exact OID instance to the ED, I don't believe it's possible to do what I want through the SNMP ED.  I wish I am wrong.