CAPWAP-DOT11-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: CAPWAP-DOT11-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 capwapDot11MIB 1.3.6.1.2.1.195
Copyright (c) 2010 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info). This version of this MIB module is part of RFC 5834; see the RFC itself for full legal notices. This MIB module contains managed object definitions for CAPWAP Protocol binding for IEEE 802.11.
         capwapDot11Objects 1.3.6.1.2.1.195.1
             capwapDot11WlanTable 1.3.6.1.2.1.195.1.1 no-access
A table that allows the operator to display and configure WLAN profiles, such as specifying the MAC type and tunnel mode for a WLAN. Also, it helps the AC to configure a WLAN through the IEEE 802.11 MIB module. Values of all objects in this table are persistent at restart/reboot.
                 capwapDot11WlanEntry 1.3.6.1.2.1.195.1.1.1 no-access
A set of objects that stores the settings of a WLAN profile.
                     capwapDot11WlanProfileId 1.3.6.1.2.1.195.1.1.1.1 capwapdot11wlanidprofiletc no-access
Represents the identifier of a WLAN profile that has a corresponding capwapDot11WlanProfileIfIndex.
                     capwapDot11WlanProfileIfIndex 1.3.6.1.2.1.195.1.1.1.2 interfaceindex read-only
Represents the index value that uniquely identifies a WLAN Profile Interface. The interface identified by a particular value of this index is the same interface as identified by the same value of the ifIndex. The creation of a row object in the capwapDot11WlanTable triggers the AC to automatically create an WLAN Profile Interface identified by an ifIndex without manual intervention. Most MIB tables in the IEEE 802.11 MIB module [IEEE.802-11.2007] use an ifIndex to identify an interface to facilitate the configuration and maintenance, for example, dot11AuthenticationAlgorithmsTable. Using the ifIndex of a WLAN Profile Interface, the Operator could configure a WLAN through the IEEE 802.11 MIB module.
                     capwapDot11WlanMacType 1.3.6.1.2.1.195.1.1.1.3 capwapbasemactypetc read-only
Represents whether the WTP SHOULD support the WLAN in Local or Split MAC modes.
                     capwapDot11WlanTunnelMode 1.3.6.1.2.1.195.1.1.1.4 capwapbasetunnelmodetc read-only
Represents the frame tunneling mode to be used for IEEE 802.11 data frames from all stations associated with the WLAN. Bits are exclusive with each other for a specific WLAN profile, and only one tunnel mode could be configured. If the operator set more than one bit, the value of the Response-PDU's error-status field is set to 'wrongValue', and the value of its error-index field is set to the index of the failed variable binding.
                     capwapDot11WlanRowStatus 1.3.6.1.2.1.195.1.1.1.5 rowstatus read-only
This variable is used to create, modify, and/or delete a row in this table. All the objects in a row can be modified only when the value of this object in the corresponding conceptual row is not 'active'. Thus, to modify one or more of the objects in this conceptual row: a. change the row status to 'notInService', b. change the values of the row c. change the row status to 'active' The capwapDot11WlanRowStatus may be changed to 'active' if all the managed objects in the conceptual row with MAX-ACCESS read-create have been assigned valid values. When the operator deletes a WLAN profile, the AC SHOULD check whether the WLAN profile is bound with a radio. If yes, the value of the Response-PDU's error-status field is set to 'inconsistentValue', and the value of its error-index field is set to the index of the failed variable binding. If not, the row object could be deleted.
             capwapDot11WlanBindTable 1.3.6.1.2.1.195.1.2 no-access
A table that stores bindings between WLAN profiles (identified by capwapDot11WlanProfileId) and WTP Virtual Radio Interfaces. The WTP Virtual Radio Interfaces on the AC correspond to physical layer (PHY) radios on the WTPs. It also stores the mappings between WLAN IDs and WLAN Basic Service Set (BSS) Interfaces. Values of all objects in this table are persistent at restart/reboot.
                 capwapDot11WlanBindEntry 1.3.6.1.2.1.195.1.2.1 no-access
A set of objects that stores the binding of a WLAN profile to a WTP Virtual Radio Interface. It also stores the mapping between WLAN ID and WLAN BSS Interface. The INDEX object ifIndex is the ifIndex of a WTP Virtual Radio Interface.
                     capwapDot11WlanBindWlanId 1.3.6.1.2.1.195.1.2.1.1 capwapdot11wlanidtc read-only
Represents the WLAN ID of a WLAN. During a binding operation, the AC MUST select an unused WLAN ID from between 1 and 16 [RFC5416]. For example, to bind another WLAN profile to a radio that has been bound with a WLAN profile, WLAN ID 2 should be assigned.
                     capwapDot11WlanBindBssIfIndex 1.3.6.1.2.1.195.1.2.1.2 interfaceindex read-only
Represents the index value that uniquely identifies a WLAN BSS Interface. The interface identified by a particular value of this index is the same interface as identified by the same value of the ifIndex. The ifIndex here is for a WLAN BSS Interface. The creation of a row object in the capwapDot11WlanBindTable triggers the AC to automatically create a WLAN BSS Interface identified by an ifIndex without manual intervention. The PHY address of the capwapDot11WlanBindBssIfIndex is the BSSID. While manufacturers are free to assign BSSIDs by using any arbitrary mechanism, it is advised that where possible the BSSIDs are assigned as a contiguous block. When assigned as a block, implementations can still assign any of the available BSSIDs to any WLAN. One possible method is for the WTP to assign the address using the following algorithm: base BSSID address + WLAN ID.
                     capwapDot11WlanBindRowStatus 1.3.6.1.2.1.195.1.2.1.3 rowstatus read-only
This variable is used to create, modify, and/or delete a row in this table. All the objects in a row can be modified only when the value of this object in the corresponding conceptual row is not 'active'. Thus, to modify one or more of the objects in this conceptual row: a. change the row status to 'notInService', b. change the values of the row c. change the row status to 'active'
         capwapDot11Conformance 1.3.6.1.2.1.195.2
             capwapDot11Groups 1.3.6.1.2.1.195.2.1
                 capwapDot11WlanGroup 1.3.6.1.2.1.195.2.1.1
A collection of objects that is used to configure the properties of a WLAN profile.
                 capwapDot11WlanBindGroup 1.3.6.1.2.1.195.2.1.2
A collection of objects that is used to bind the WLAN profiles with a radio.
             capwapDot11Compliances 1.3.6.1.2.1.195.2.2
                 capwapDot11Compliance 1.3.6.1.2.1.195.2.2.1
Describes the requirements for conformance to the CAPWAP-DOT11-MIB module.