cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
818
Views
0
Helpful
1
Replies

Status codes for SNMP cldcClientStatus in WiSM

Bernhard Kohl
Level 1
Level 1

Hi,

I try to figure out how to get the number of authenticated users on a wism module.

The description of the object cldcClientStatus says: "The object that represents the current status of the client." but there is no hint how this status is coded.

(http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=Translate&objectInput=1.3.6.1.4.1.9.9.599.1.3.1.1.2#oidContent)

When I do an snmpwalk I always get an "INTEGER: 4" for all clients, so I assume that "4" matches status "associated" in the WCS/WiSM. From the web interface I see that not all associated clients are authenticated, too.

Any clue how I can get only the authenticated clients?

Thanks in advance!

Regards,

Bernhard 

1 Reply 1

Dan Frey
Cisco Employee
Cisco Employee

Here are the status codes:

CLDot11ClientStatus ::= TEXTUAL-CONVENTION
    STATUS          current
    DESCRIPTION
        "This textual convention defines the states
        of an 802.11 client.

        The semantics are as follows:

        idle(1) - client is in idle mode.

        aaaPending(2) - client's authentication is pending.
        Request has been sent to AAA server for authentication.

        authenticated(3) - client has been authenticated.

        associated(4) - client is associated, but not
        authenticated.

        powersave(5) - client is in powersave mode.

        disassociated(6) - client has dissociated and not in
        any of the 802.11 networks managed by the controller.

        tobedeleted(7) - client is marked for deletion.

        probing(8) - state before association. The client
        will be removed if it does not associate.

        excluded(9) - client has been marked as excluded after fixed
        number of authentication failures."

HTH,

Dan