cldcClientNacState
CISCO-LWAPP-DOT11-CLIENT-MIB ·
.1.3.6.1.4.1.9.9.599.1.3.1.1.11
Object
column r/w
Enumeration
This object specifies that client's network admission
control state.
A value of 'quarantine' specifies that client goes through
posture analysis and the client traffic is sent by
controller in quarantine vlan.
A value of 'access' specifies that client traffic is sent
by controller in access vlan. The client should have
completed posture analysis.
Posture Analysis is a state change where the client
applies the configured policies to validate access
to the network.
Context
- MIB
- CISCO-LWAPP-DOT11-CLIENT-MIB
- OID
.1.3.6.1.4.1.9.9.599.1.3.1.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cldcClientEntry
- Groups
- 2
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 'CISCO-LWAPP-DOT11-CLIENT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-DOT11-CLIENT-MIB::cldcClientNacState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-LWAPP-DOT11-CLIENT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-DOT11-CLIENT-MIB::cldcClientNacState.<cldcClientMacAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LWAPP-DOT11-CLIENT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LWAPP-DOT11-CLIENT-MIB::cldcClientNacState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | quarantine |
2 | access |