s3EnetRedPortRedundMode
SYNOPTICS-ETHERNET-MIB ·
.1.3.6.1.4.1.45.1.3.2.3.3.1.3
Object
column mandatory
r/w
Enumeration
The redundancy mode of the port.
The possible values read, which report the redundancy
mode of the port, are:
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 software-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 (i.e., 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 (i.e., 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 (i.e., 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 (i.e., a switchover).
Notes: 1.) The value standalone(1) cannot be written to
effect hardware-redundant pairs.
Context
- MIB
- SYNOPTICS-ETHERNET-MIB
- OID
.1.3.6.1.4.1.45.1.3.2.3.3.1.3- Type
- column
- Access
- readwrite
- 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::s3EnetRedPortRedundMode'
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::s3EnetRedPortRedundMode.<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::s3EnetRedPortRedundMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | standAlone |
2 | hwActive |
3 | hwStandby |
4 | swActive |
5 | swStandby |