s3EnetRedPortSwitchoverStatus
SYNOPTICS-ETHERNET-MIB ·
.1.3.6.1.4.1.45.1.3.2.3.3.1.8
Object
column mandatory
r/w
Enumeration
The switchover status of the redundant port pair.
The following values can be written:
timedSwitchover(2)...Immediately causes the active
port to become the standby
port, and the standby port to
become the active port. Then
once the value of
s3EnetRedPortSwitchoverTime
has elapsed to zero, the ports
revert back to their orignal
roles.
The following values can be read:
other(1).............The port is NOT undergoing a
timed switchover.
timedSwitchover(2)...The port is undergoing a
timed switchover.
Notes: 1.) When writing timedSwitchover(2) to this
object, the SET request must also specify a
value for the object s3EnetRedSwitchoverTime.
2.) Once the timed switchover has taken place,
the value of this object reverts from
timedSwitchover(2) to other(1).
Context
- MIB
- SYNOPTICS-ETHERNET-MIB
- OID
.1.3.6.1.4.1.45.1.3.2.3.3.1.8- Type
- column
- Access
- readwrite
- Status
- mandatory
- Default
other- 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::s3EnetRedPortSwitchoverStatus'
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::s3EnetRedPortSwitchoverStatus.<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::s3EnetRedPortSwitchoverStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | timedSwitchover |