mesErpProtState
LUM-MES-MIB ·
.1.3.6.1.4.1.8708.2.32.2.26.1.1.18
Object
column Enumeration
Indicates the protection state of the ring.
Starting
- The ring is in start-up phase.
Idle
- No failure has been detected and the Ring
Protection Link (RPL) is carrying no
traffic.
Protection
- A failure has been detected and the ring has
entered protection state and blocked off failed
ring links.
Manual switch
- A 'Manual switch' command induces a block
on a ring port. The manual switch will be
disregarded if the ring detects a failure
or if the ring is in protection state.
Forced switch
- A 'Forced switch' command forces a block
on a ring port disregarding the ring state.
Pending
- Wait state when returning from a protection
switch or clear an operator command.
Ring will stay in the state until a clear command
is issued if in non-revertive mode. If ring is in
revertive mode the state will change to idle
when timers have elapsed.
Context
- MIB
- LUM-MES-MIB
- OID
.1.3.6.1.4.1.8708.2.32.2.26.1.1.18- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mesErpEntry
- Groups
- 7
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 'LUM-MES-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-MES-MIB::mesErpProtState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUM-MES-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-MES-MIB::mesErpProtState.<mesErpIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-MES-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-MES-MIB::mesErpProtState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | undefined |
1 | starting |
2 | idle |
3 | protection |
4 | manualSwitch |
5 | forcedSwitch |
6 | pending |