cDot11ClientAssociationState

CISCO-DOT11-ASSOCIATION-MIB · .1.3.6.1.4.1.9.9.273.1.2.1.1.14

Object

column Enumeration
This object indicates the state of the authentication
and association process between the two parties:
    initial(1)             - association request 
                             received from client,
    authenNotAssociated(2) - 802.11 authenticated but 
                             not 802.11 associated,
    assocAndAuthenticated(3)  - 802.11 associated and 
                                802.1x authenticated,
    assocNotAnuthenticated(4) - 802.11 associated but 
                                802.1x not 
                                authenticated.

Context

MIB
CISCO-DOT11-ASSOCIATION-MIB
OID
.1.3.6.1.4.1.9.9.273.1.2.1.1.14
Type
column
Access
readonly
Status
current
Parent
cDot11ClientConfigInfoEntry
Groups
1

Walk 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 'CISCO-DOT11-ASSOCIATION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DOT11-ASSOCIATION-MIB::cDot11ClientAssociationState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-DOT11-ASSOCIATION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DOT11-ASSOCIATION-MIB::cDot11ClientAssociationState.<ifIndex>.<cd11IfAuxSsid>.<cDot11ClientAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-DOT11-ASSOCIATION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-DOT11-ASSOCIATION-MIB::cDot11ClientAssociationState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1initial
2authenNotAssociated
3assocAndAuthenticated
4assocNotAnuthenticated

Conformance