Is there any way from a transorm to look up the value of an attribute
(1.3.6.1.2.1.15.3.1.2.*.*.*.*) in the BGP4 mib and return it's textual value?
In other words, can we look up SNMP syntax type things from a transform?
Here's the syntax for bgpPeerState which is the 1.3.6.1.2.1.15.3.1.2.*.*.*.*
attribute:
Code:
bgpPeerState OBJECT-TYPE
SYNTAX INTEGER {
idle(1),
connect(2),
active(3),
opensent(4),
openconfirm(5),
established(6)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The BGP peer connection state."
::= { bgpPeerEntry 2 }
[/code]
-------------------- m2f --------------------
Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=18517#18517
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users