extremeWirelessClientState
EXTREME-WIRELESS-MIB ·
.1.3.6.1.4.1.1916.1.25.1.11.1.2
Object
column Enumeration
This attribute shall indicate the current state of the connection
between a wireless station and the AP. The attribute is
enumerated as follows:
1 - Detected - station has been detected, but not is communicating with AP
2 - Authenticated - station is authenticated but not currently
associated.
3 - Associated - station is authenticated and associated
4 - Data-forwarding - station is on the network
It is assumed that if an station is deauthenticated, or disassociated
then it no longer has an entry the AP's Address Table.
Context
- MIB
- EXTREME-WIRELESS-MIB
- OID
.1.3.6.1.4.1.1916.1.25.1.11.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- extremeWirelessClientEntry
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 'EXTREME-WIRELESS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-WIRELESS-MIB::extremeWirelessClientState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EXTREME-WIRELESS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-WIRELESS-MIB::extremeWirelessClientState.<ifIndex>.<extremeWirelessClientID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXTREME-WIRELESS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXTREME-WIRELESS-MIB::extremeWirelessClientState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | detected |
2 | authenticated |
3 | associated |
4 | data-forwarding |