Hello ..
I'm using SNMP polling, i want to receive an alarm if the switch shut down (in a stack).. , that's why i was using (reading) snmp variables.. wich return a value and with my NMS i can read and make an alarm based on the value on a specific variable.
Based on OID (MIB) i can use the following on this link
http://www.oidview.com/mibs/1916/EXTREME-STACKING-MIB.html
So i was trying to use this one:
extremeStackMemberOperStatus 1.3.6.1.4.1.1916.1.33.2.1.3
wich returned a value of '1'... but when i power off the switch, no value returned.. so my alarm did not apply (cause the last value was still '1', i put the alarm to trigger when the value '1' changed to anything else; when i powered on the switch, i got again the value of '1'. so that did not work,
I have switches not in a stack monitored by IP address (ping reply) with no problem, but in a stack theres only one IP address for the whole stack, wich the alarm works but all of the switches must be turn off.
I'm using Zabbix as my NMS..
SNMP timeout... that would be another variable to check for..?