s5EnRedPortOperStatus
S5-ETH-REDUNDANT-LINKS-MIB ·
.1.3.6.1.4.1.45.1.6.6.1.2.1.1.5
Object
column Enumeration
The redundancy status of the port. The values are:
other(1).............none of the following.
ok(2)...................no fault
localFault(3)....the local port has sensed a fault condition.
remoteFault(4)...the remote port has sensed a fault
condition and has signaled the local port
accordingly.
Either a localFault(3) or remoteFault(4) condition should
cause a healthy redundant port pair to switchover.
If the port does not belong to a redundant pair, a
value of other(1) is returned.
Note: If the redundant link consists of ports without
remote fault capability, the value remoteFault(4)
will not be reported and the value localFault(3)
implies that link is off.
Context
- MIB
- S5-ETH-REDUNDANT-LINKS-MIB
- OID
.1.3.6.1.4.1.45.1.6.6.1.2.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- s5EnRedPortEntry
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 'S5-ETH-REDUNDANT-LINKS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-ETH-REDUNDANT-LINKS-MIB::s5EnRedPortOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'S5-ETH-REDUNDANT-LINKS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-ETH-REDUNDANT-LINKS-MIB::s5EnRedPortOperStatus.<s5EnRedPortBrdIndx>.<s5EnRedPortPortIndx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'S5-ETH-REDUNDANT-LINKS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'S5-ETH-REDUNDANT-LINKS-MIB::s5EnRedPortOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | ok |
3 | localFault |
4 | remoteFault |