pvxLGOperStatus
PACKET-VX-BRIDGE-MIB ·
.1.3.6.1.4.1.18070.2.2.1.14.1.10.1.11
Object
column BTI-TC-MIBOperStatus
This read only objects gives actual status of the Link Aggregation Module (Operational status of module). When Module is enabled Link Aggregation protocol starts functioning. When the module is disabled all the dynamically allocated memory will be freed and Link Aggregation protocol stops functioning.
Context
- MIB
- PACKET-VX-BRIDGE-MIB
- OID
.1.3.6.1.4.1.18070.2.2.1.14.1.10.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- pvxLagGroupEntry
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 'PACKET-VX-BRIDGE-MIB' -M '/opt/observium/mibs/bti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PACKET-VX-BRIDGE-MIB::pvxLGOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PACKET-VX-BRIDGE-MIB' -M '/opt/observium/mibs/bti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PACKET-VX-BRIDGE-MIB::pvxLGOperStatus.<pvxLGSwitchIdx>.<pvxLGIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PACKET-VX-BRIDGE-MIB' -M '/opt/observium/mibs/bti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PACKET-VX-BRIDGE-MIB::pvxLGOperStatus'
Syntax
- Source
- BTI-TC-MIBOperStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | up |
2 | down |
3 | testing |
4 | unknown |
5 | dormant |
6 | notPresent |
7 | lowerLayerDown |