JIT will not work

Hi all

Is someone can you please tell me why this JIT will not work?

trap test1 event manager applet

snmp oid.1.3.6.1.2.1.14.10.1.6 get-type event exact entry operation input eq - val 'down' interval mark-2

Basically, the event must be fired if a neighbouring State of ospf is out of service.

See you soon

Carlton

This will not work for many reasons.  On the one hand, you cannot use an attack '.'.  Two, you don't have a forum here, and you use a get exact type.  Finally, this object returns an integer not a string.  The value of 'down' is 1.  It will work at least, but it is probably not what you want.  You'll need to find the next specific ID and route index:

trap test1 event manager applet

events snmp oid 1.3.6.1.2.1.14.10.1.6 get-type next entry-op eq entry-val 1-interval to mark 2

Tags: Cisco Network

Similar Questions

Maybe you are looking for