bayStackUnitConfigRearPortOperMode
BAY-STACK-MIB ·
.1.3.6.1.4.1.45.5.13.1.2.1.3
Object
column Enumeration
The current operational rear-port mode for this unit. Supported values are: standalone (operational rear-port mode is enabled normal), stacking (operational rear-port mode is disabled) and spb(operational rear-port mode is enabled with loopback port reserved).
Context
- MIB
- BAY-STACK-MIB
- OID
.1.3.6.1.4.1.45.5.13.1.2.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- bayStackUnitConfigEntry
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 'BAY-STACK-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BAY-STACK-MIB::bayStackUnitConfigRearPortOperMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BAY-STACK-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BAY-STACK-MIB::bayStackUnitConfigRearPortOperMode.<bayStackUnitConfigIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BAY-STACK-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BAY-STACK-MIB::bayStackUnitConfigRearPortOperMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | standalone |
2 | stacking |
3 | spb |