Menu

#2515 [HHQ-2331] SNMP plugin needs to propagate VariableBinding ex

closed
None
3
2012-10-09
2008-10-03
No

http://jira.hyperic.com/browse/HHQ-2331
Scalar OIDs retrieved via SNMP GET such as the Cisco IOS and PIXOS need to check VariableBinding.isException(). Otherwise if the OID does not exist the value returned by the plugin is that of the exception constant. For example:


src/org/snmp4j/asn1/BER.java:74: public static final int NOSUCHOBJECT = 0x80;


0x80 == 128



This is not an issue for table values retrieved via GETBULK.

Discussion

Anonymous
Anonymous

Add attachments
Cancel