wlsxStackNeighborState
WLSX-STACK-MIB ·
.1.3.6.1.4.1.14823.2.2.1.19.1.3.1.1.3
Object
column Enumeration
This object specifies the state of the neighbor slot. unknown(1) - The state of the neighbor slot can not be retrieved. initializing(2) - The neighbor is in initializing state. up(3) - The neighbor element is up and running. failed(4) - The neighbor element has failed to operate. down(5) - The neighbor element is in down state.
Context
- MIB
- WLSX-STACK-MIB
- OID
.1.3.6.1.4.1.14823.2.2.1.19.1.3.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- wlsxStackTopoEntry
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 'WLSX-STACK-MIB' -M '/opt/observium/mibs/aruba:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WLSX-STACK-MIB::wlsxStackNeighborState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WLSX-STACK-MIB' -M '/opt/observium/mibs/aruba:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WLSX-STACK-MIB::wlsxStackNeighborState.<wlsxStackMemberId>.<wlsxStackProtoIfName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WLSX-STACK-MIB' -M '/opt/observium/mibs/aruba:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WLSX-STACK-MIB::wlsxStackNeighborState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | initializing |
3 | up |
4 | failed |
5 | down |