dot5RingOpenStatus
RFC1231-MIB ·
.1.3.6.1.2.1.10.9.1.1.5
Object
column mandatory
Enumeration
This object indicates the success, or the reason for failure, of the station's most recent attempt to enter the ring.
Context
- MIB
- RFC1231-MIB
- OID
.1.3.6.1.2.1.10.9.1.1.5- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- dot5Entry
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 'RFC1231-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1231-MIB::dot5RingOpenStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RFC1231-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1231-MIB::dot5RingOpenStatus.<dot5IfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RFC1231-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RFC1231-MIB::dot5RingOpenStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noOpen |
2 | badParam |
3 | lobeFailed |
4 | signalLoss |
5 | insertionTimeout |
6 | ringFailed |
7 | beaconing |
8 | duplicateMAC |
9 | requestFailed |
10 | removeReceived |
11 | open |