asEtherRingCause
IPE-ETH-RING-MIB ·
.1.3.6.1.4.1.119.2.3.69.501.3.39.1.1.4
Object
column Enumeration
The object shows the reason of the asEtherRingStatus change. 'localSf' : Signal Failure of the local node. 'localNr' : Normal Request of the local node. 'remoteSf' : Signal Failure from the other node. 'remoteNr' : Normal Request from the other node. 'localFs' : Forced Switch Request of the local node. 'localMs' : Manual Switch Request of the local node. 'remoteFs' : Forced Switch Request from the other node. 'remoteMs' : Manual Switch Request from the other node.
Context
- MIB
- IPE-ETH-RING-MIB
- OID
.1.3.6.1.4.1.119.2.3.69.501.3.39.1.1.4- 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::asEtherRingCause'
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::asEtherRingCause.<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::asEtherRingCause'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | invalid |
1 | none |
2 | localSf |
3 | localNr |
4 | remoteSf |
5 | remoteNr |
6 | localFs |
7 | localMs |
8 | remoteFs |
9 | remoteMs |