MIB Viewer

CISCO-LWAPP-DOT11-CLIENT-CCX-TC-MIB

13 objects
This module defines the textual conventions used throughout the Cisco enterprise MIBs designed for implementation on Central Controllers (CC) that terminate the Light Weight Access Point Protocol tunnel from Light-weight LWAPP Access Points, specifically for the functions of the Cisco Client Extensions (CCX) program. This MIB provides textual conventions used in the configuration and status information mibs about the CCX clients that the controller is aware of. GLOSSARY Light Weight Access Point Protocol ( LWAPP ) This is a generic protocol that defines the communication between the Access Points and the Central Controller. Mobile Node ( MN ) A roaming 802.11 wireless device in a wireless network associated with an access point. Mobile Node, Mobile Station(Ms) and client are used interchangeably. Cisco Client eXtentions (CCX) The Cisco Client Extensions (CCX) Program is a program of working through silicon providers to embed Cisco client technology in wireless client reference designs, and to promote compliant and interoperable third-party clients with Cisco's infrastructure, thus further driving wireless adoption in the market. Extensible Authentication Protocol (EAP) The Extensible Authentication Protocol (EAP) is an Internet Engineering Task Force (IETF) standard that provides an infrastructure for network access clients and authentication servers to host plug-in modules for current and future authentication methods and technologies. Wired Equivalent Privacy (WEP) A security method defined by 802.11. WEP uses a symmetric key stream cipher called RC4 to encrypt the data packets. REFERENCE [1] Part 11 Wireless LAN Medium Access Control ( MAC ) and Physical Layer ( PHY ) Specifications. [2] Draft-obara-capwap-lwapp-00.txt, IETF Light Weight Access Point Protocol. [3] Cisco Compatible Extensions for WLAN Devices Version 5.0.11
Imported Objects
CISCO-SMIciscoMgmt
SNMPv2-SMIMODULE-IDENTITY
SNMPv2-TCTEXTUAL-CONVENTION
OIDNameAccessStatusDescription
1.3.6.1.4.1.9.9.611IdentityciscoLwappDot11ClientCCXTextualConventionsThis module defines the textual conventions used throughout the Cisco enterprise MIBs designed for implementation on Central Controllers (CC) that terminate th…
Type Definitions
NameSyntaxStatusDescription
CiscoLwappDot11ClientAuthMethodINTEGER { none(0), preSharedKey(1), eap(2), unknown(255) }currentThis is the authentication method used by the client. The possible values are: none - this indicates that no authentication method is used preSharedKey - this refers to the method of using pre shared key for authenticat…
CiscoLwappDot11ClientCredentialTypeINTEGER { localSaved(0), manuallyPrompted(1), hostOsLogin(2), unknown(255) }currentThis indicates how the 802.11 credentials are configured for the client. The possible values are: localSaved - credentials are locally saved manuallyPrompted - client is prompted for the credentials hostOsLogin - this m…
CiscoLwappDot11ClientDataRatesBITS { mhz1(0), mhz2(1), mhz5point5(2), mhz6(3), mhz9(4), mhz11(5), mhz12(6), mhz18(7), mhz24(8), mhz36(9), mhz48(10), mhz54(11) }currentThis field indicates the data rates supported by a client. If a data rate is supported by a client, the corresponding bit is set to 1 else it is set to 0. The different data rates (in Mhz) are 1, 2, 5.5, 6, 9, 11, 12, 1…
CiscoLwappDot11ClientEAPMethodINTEGER { leap(0), eapFast(1), eapTls(2), eapTtls(3), peap0EapMschap2(4), peap1EapGtc(5), eapMd5(6), eapSim(7), preSharedKey(8), unknown(255) }currentThis identifies the Extensible Authentication Protocol(EAP) method used. The possible values are: leap - this is Lightweight Extensible Authentication Protocol eapFast - this is Extensible Authentication Protocol with F…
CiscoLwappDot11ClientEncryptionMethodINTEGER { none(0), wep40(1), wep104(2), tkip(3), ckip(4), aesCcmp(5), unknown(255) }currentThis is the encryption method used by the client. The possible values are: none - no encryption is used wep40 - this is Wired Equivalent Privacy with a 40 bit secret key wep104 - this is Wired Equivalent Privacy with a …
CiscoLwappDot11ClientKeyMgmtMethodINTEGER { none(0), staticWep(1), dynamicWep(2), wpa(3), wpaCckm(4), wpa2(5), wpa2Cckm(6), cckm(7), unknown(255) }currentThis is the key management method used by the client. The possible values are: staticWep - this is Wired Equivalent Privacy with a static key defined dynamicWep - this is Wired Equivalent Privacy with a dynamic key wpa …
CiscoLwappDot11ClientPowerSaveModeINTEGER { awake(0), normal(1), maxPower(2), uApsd(3), sApsd(4), unknown(255) }currentThis is the type of power save mode configured on the client. The possible values are: awake - this indicates that the client is constantly awake normal - this indicates normal power save mode maxPower - this indicates …
CiscoLwappDot11ClientRadioTypeINTEGER { unused(0), fhss(1), dsss(2), irBaseband(3), oFdm(4), highRateDsss(5), erp(6), draft11n2point4Ghz(7), draft11n5Ghz(8) }currentThis is the radio type of the client. The possible values are: unused - this is currently a reserved radio type and is not used fhss - this is Frequency-hopping spread spectrum based radio dsss - this is Direct Sequence…
CiscoLwappDot11ClientReqStatusINTEGER { initiate(1), inProgress(2), success(3), failure(4), requestNotProcessedByClient(5) }currentThis field indicates the status of current request.The values used can be one of the following: initiate - this will be used to trigger a request to get some parameters from a CCX client. inProgress - this indicates tha…
CiscoLwappDot11ClientSSIdOCTET STRING (SIZE (1..32))currentThis represents the Service Set Identifier assigned to WLAN.
CiscoLwappDot11ClientTxPowerModeINTEGER { fixed(0), automatic(1) }currentThis field identifies the transmit power mode of the client. The possible values are: fixed - this indicates that the client is operating at a fixed power mode automatic - this indicates that the client power will be de…
CLDot11ClientDiagAssocReasonINTEGER { reconnect(0), unreliableLink(1), dot11AuthFail(2), dot11AssocFail(3), rsnaFail(4), dhcpFail(5), dnsFail(6), ipConnectivityFail(7), dot1xAuthFail(8), commonEapNegotiationFail(9), userInitiatedReasonUnknown(10), executingTest(11), reserved(12) }currentThis field indicates the reason for which the client has to be associated to a diagnostic WLAN.