bsLstGroupOperState
BAY-STACK-LINK-STATE-TRACKING-MIB ·
.1.3.6.1.4.1.45.5.43.1.2.1.7
Object
column Enumeration
This object specifies the operational status of this group instance. When this link-state tracking group is disabled, the value of this object must be 'notConfigured(3)'.
Context
- MIB
- BAY-STACK-LINK-STATE-TRACKING-MIB
- OID
.1.3.6.1.4.1.45.5.43.1.2.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- bsLstGroupEntry
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-LINK-STATE-TRACKING-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BAY-STACK-LINK-STATE-TRACKING-MIB::bsLstGroupOperState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BAY-STACK-LINK-STATE-TRACKING-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BAY-STACK-LINK-STATE-TRACKING-MIB::bsLstGroupOperState.<bsLstGroupIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BAY-STACK-LINK-STATE-TRACKING-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BAY-STACK-LINK-STATE-TRACKING-MIB::bsLstGroupOperState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
3 | notConfigured |