PDA

View Full Version : Monitor of Switch


Walason
23-09-2005, 15:32
Hi all,
I nead monitor status of switch is up or down, I tried this key of items is "status" and trigger is {Switch-Teste:status.last(0)}=2
I tried another thing
key of items key is ifOperStatus and snmp oid 1.3.6.1.2.1.2.2.1.8,
trigger is {Switch-Teste:ifOperStatus.diff(0)}=1
But it didn't work.

Can someone for help me?

James Wells
23-09-2005, 16:28
Greetings,

Not very good at SNMP, but the first thing I would suggest is to try using snmpget with that OID and see if it returns anything. If not, then try doing it with the other snmp communication versions. If you go through all of them without making it work, then doublecheck that you are using the correct OID.