s5EnRedPortRedundMode

S5-ETH-REDUNDANT-LINKS-MIB · .1.3.6.1.4.1.45.1.6.6.1.2.1.1.4

Object

column r/w Enumeration
The redundancy mode of the port. 
              
The values when written change the redundancy
mode, and when read report the redundancy mode:
  standalone(1)..the port is not in any redundant pair.
  hwActive(2)....the port is the active companion in
                 a hardware-redundant pair.
  hwStandby(3)...the port is the standby companion
                 in a hardware-redundant pair.
  swActive(4)....the port is the active companion in
                 a software-redundant pair.
  swStandby(5)...the port is the standby companion
                 in a software-redundant pair.
              
The values that can be written, which change the
redundancy mode, are:
  standalone(1)...causes the redundant pair to be
                  broken up.
  hwActive(2).....if the previous value was hwStandby(3),
                  this value will cause the port to become
                  the active port in the hardware-redundant
                  pair, resulting in a switchover.
  hwStandby(3)....if the previous value was hwActive(2),
                  this value will cause the port to become
                  the standby port in the hardware-redundant
                  pair, resulting in a switchover.
  swActive(4).....if the previous value was swStandby(5),
                  this value will cause the port to become
                  the active port in the software-redundant
                  pair, resulting in a switchover.
  swStandby(5)....if the previous value was swActive(4),
                  this value will cause the port to become
                  the standby port in the software-redundant
                  pair, resulting in a switchover.
              
To create a hardware-redundant pair, change this object
to hwActive(2) or hwStandby(3).  To create a
software-redundant pair, change this object to
swActive(4) or swStandby(5).  The same SNMP SET PDU
must also write to objects s5EnRedPortCompanionBrdNum
and s5EnRedPortCompanionPortNum.

Context

MIB
S5-ETH-REDUNDANT-LINKS-MIB
OID
.1.3.6.1.4.1.45.1.6.6.1.2.1.1.4
Type
column
Access
readwrite
Status
current
Parent
s5EnRedPortEntry

Walk 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::s5EnRedPortRedundMode'
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::s5EnRedPortRedundMode.<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::s5EnRedPortRedundMode'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1standAlone
2hwActive
3hwStandby
4swActive
5swStandby