errpNodeState
ERRP-MIB ·
.1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.7
Object
column Enumeration
The node state in the ring. begin(0) means node is inactive or inital state. health(1) means master node detects the ring in a health state. fault(2) means master node detects the ring in a fault state. linkUp(3) means both ring ports of the transmit node are link up and in the forwarding state. linkDown(4) means at least one ring port of the transmit node is link down. preforwarding(5) means at least one ring port of the transmit node is just link up and in the blocking state. Edge node and assistant edge node are same as transmit node, but only concern about the edge port state.
Context
- MIB
- ERRP-MIB
- OID
.1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- errpRingEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ERRP-MIB' -M '/opt/observium/mibs/gbn:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ERRP-MIB::errpNodeState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ERRP-MIB' -M '/opt/observium/mibs/gbn:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ERRP-MIB::errpNodeState.<errpDomainId>.<errpRingId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ERRP-MIB' -M '/opt/observium/mibs/gbn:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ERRP-MIB::errpNodeState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | begin |
1 | health |
2 | fault |
3 | linkUp |
4 | linkDown |
5 | preforwarding |