monStaInfoStatus
WLSX-MON-MIB ·
.1.3.6.1.4.1.14823.2.2.1.6.7.2.1.1.11
Object
column Enumeration
Indicates whether this station is considered up or down.
Context
- MIB
- WLSX-MON-MIB
- OID
.1.3.6.1.4.1.14823.2.2.1.6.7.2.1.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- wlsxMonStationInfoEntry
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-MON-MIB' -M '/opt/observium/mibs/aruba:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WLSX-MON-MIB::monStaInfoStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WLSX-MON-MIB' -M '/opt/observium/mibs/aruba:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WLSX-MON-MIB::monStaInfoStatus.<monPhyAddress>.<monRadioNumber>.<monitoredStaPhyAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WLSX-MON-MIB' -M '/opt/observium/mibs/aruba:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WLSX-MON-MIB::monStaInfoStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |