s5EnRedPortCapability
S5-ETH-REDUNDANT-LINKS-MIB ·
.1.3.6.1.4.1.45.1.6.6.1.2.1.1.3
Object
column Enumeration
The redundancy capability of the port:
hwRedOnly(1).....hardware redundancy only.
swRedOnly(2).....software redundacy only.
hwAndSwRed(3)....both hardware and software redundancy.
A value of hwRedOnly(1) or hwAndSwRed(3) means that
the port is capable of being configured into a
hardware-redundant pair. In this case, the identity of the
potential redundant companion is given by the objects
s5EnRedPortCompanionBrdNum and s5EnRedPortCompanionPortNum.
A value of swRedOnly(2) or hwAndSwRed(3) means that
the port is capable of being configured into a
software-redundant pair.
Context
- MIB
- S5-ETH-REDUNDANT-LINKS-MIB
- OID
.1.3.6.1.4.1.45.1.6.6.1.2.1.1.3- 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::s5EnRedPortCapability'
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::s5EnRedPortCapability.<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::s5EnRedPortCapability'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | hwRedOnly |
2 | swRedOnly |
3 | hwAndSwRed |