s3EnetRedPortOperStatus
SYNOPTICS-ETHERNET-MIB ·
.1.3.6.1.4.1.45.1.3.2.3.3.1.4
Object
column mandatory
Enumeration
This object indicates port's redundancy status.
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 redundant port pair to switchover.
Notes: If the redundant link is generating on
10BASE-FL without remote fault capability,
the value remoteFault(4) will not be reported.
Context
- MIB
- SYNOPTICS-ETHERNET-MIB
- OID
.1.3.6.1.4.1.45.1.3.2.3.3.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- s3EnetRedPortEntry
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 'SYNOPTICS-ETHERNET-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYNOPTICS-ETHERNET-MIB::s3EnetRedPortOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SYNOPTICS-ETHERNET-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYNOPTICS-ETHERNET-MIB::s3EnetRedPortOperStatus.<s3EnetRedPortBoardIndex>.<s3EnetRedPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SYNOPTICS-ETHERNET-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SYNOPTICS-ETHERNET-MIB::s3EnetRedPortOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | ok |
3 | localFault |
4 | remoteFault |