asEtherRingState
IPE-ETH-RING-MIB ·
.1.3.6.1.4.1.119.2.3.69.501.3.39.1.1.3
Object
column Enumeration
The status of Etherring instance. The value 'idle' is initial and normal value. And that means there is no fault on the Ring Network (i.e. the RPL Port is closed). When the RPL port is opened because of the detection of Signal Failure on the Network, the value will change to 'protection'. 'force' and 'manual' shows switch control is performed on the Ring Network. When the switch control is cleared or the Signal Failure is cleared, the value will show 'pending'.
Context
- MIB
- IPE-ETH-RING-MIB
- OID
.1.3.6.1.4.1.119.2.3.69.501.3.39.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- asEtherRingEntry
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 'IPE-ETH-RING-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-ETH-RING-MIB::asEtherRingState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPE-ETH-RING-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-ETH-RING-MIB::asEtherRingState.<asEtherRingRingIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPE-ETH-RING-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPE-ETH-RING-MIB::asEtherRingState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | invalid |
1 | disabled |
2 | idle |
3 | protection |
4 | forced |
5 | manual |
6 | pending |