CISCO-LWAPP-INTERFACE-MIB

File: CISCO-LWAPP-INTERFACE-MIB.mib (17274 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
MODULE-COMPLIANCE OBJECT-GROUP TruthValue
RowStatus SnmpAdminString ciscoMgmt

Defined Types

ClInterfaceConfigEntry  
SEQUENCE    
  clInterfaceName OCTET STRING
  clInterfaceWired TruthValue
  clInterfaceQuarantineVlanId Unsigned32
  clInterfaceDhcpOpt82Enabled TruthValue

ClInterfaceGroupsConfigEntry  
SEQUENCE    
  clInterfaceGroupName SnmpAdminString
  clInterfaceGroupDescr SnmpAdminString
  clInterfaceGroupIsQuarantine TruthValue
  clInterfaceGroupRowStatus RowStatus

ClInterfaceGroupsMappingEntry  
SEQUENCE    
  clInterfaceGroupMappingRowStatus RowStatus

Defined Values

ciscoLwappInterfaceMIB 1.3.6.1.4.1.9.9.686
This MIB is intended to be implemented on all those devices operating as Central Controllers (CC) that terminate the Light Weight Access Point Protocol tunnel from Cisco Light-weight LWAPP Access Points. This MIB helps to manage the WLANs on the controller. The relationship between CC and the LWAPP APs can be depicted as follows: +......+ +......+ +......+ +......+ + + + + + + + + + CC + + CC + + CC + + CC + + + + + + + + + +......+ +......+ +......+ +......+ .. . . . .. . . . . . . . . . . . . . . . . . . . . . . . +......+ +......+ +......+ +......+ +......+ + + + + + + + + + + + AP + + AP + + AP + + AP + + AP + + + + + + + + + + + +......+ +......+ +......+ +......+ +......+ . . . . . . . . . . . . . . . . . . . . . . . . +......+ +......+ +......+ +......+ +......+ + + + + + + + + + + + MN + + MN + + MN + + MN + + MN + + + + + + + + + + + +......+ +......+ +......+ +......+ +......+ The LWAPP tunnel exists between the controller and the APs. The MNs communicate with the APs through the protocol defined by the 802.11 standard. LWAPP APs, upon bootup, discover and join one of the controllers and the controller pushes the configuration, that includes the WLAN parameters, to the LWAPP APs. The APs then encapsulate all the 802.11 frames from wireless clients inside LWAPP frames and forward the LWAPP frames to the controller. GLOSSARY Access Point ( AP ) An entity that contains an 802.11 medium access control ( MAC ) and physical layer ( PHY ) interface and provides access to the distribution services via the wireless medium for associated clients. LWAPP APs encapsulate all the 802.11 frames in LWAPP frames and sends it to the controller to which it is logically connected to. Central Controller ( CC ) The central entity that terminates the LWAPP protocol tunnel from the LWAPP APs. Throughout this MIB, this entity also referred to as 'controller'. Light Weight Access Point Protocol ( LWAPP ) This is a generic protocol that defines the communication between the Access Points and the controllers. Mobile Node ( MN ) A roaming 802.11 wireless device in a wireless network associated with an access point. REFERENCE [1] Wireless LAN Medium Access Control ( MAC ) and Physical Layer ( PHY ) Specifications. [2] Draft-obara-capwap-lwapp-00.txt, IETF Light Weight Access Point Protocol
MODULE-IDENTITY    

ciscoLwappInterfaceMIBNotifs 1.3.6.1.4.1.9.9.686.0
OBJECT IDENTIFIER    

ciscoLwappInterfaceMIBObjects 1.3.6.1.4.1.9.9.686.1
OBJECT IDENTIFIER    

ciscoLwappInterfaceMIBConform 1.3.6.1.4.1.9.9.686.2
OBJECT IDENTIFIER    

ciscoLwappInterfaceConfig 1.3.6.1.4.1.9.9.686.1.1
OBJECT IDENTIFIER    

clInterfaceConfigTable 1.3.6.1.4.1.9.9.686.1.1.1
This table represents the configuration of all the interfaces, both the static and the dynamic interfaces, on the Wireless LAN Controller(WLC).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClInterfaceConfigEntry

clInterfaceConfigEntry 1.3.6.1.4.1.9.9.686.1.1.1.1
This represents an entry in the clInterfaceConfigTable. Each entry corresponds to an interface, indicated by clInterfaceName.
Status: current Access: not-accessible
OBJECT-TYPE    
  ClInterfaceConfigEntry  

clInterfaceName 1.3.6.1.4.1.9.9.686.1.1.1.1.1
This object represents the name of the interface on the controller.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

clInterfaceWired 1.3.6.1.4.1.9.9.686.1.1.1.1.2
This object indicates whether the interface represented by clInterfaceName, will be used for the wireless clients that are connected to the WLC or will be used for the wired clients connected to the WLC.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

clInterfaceQuarantineVlanId 1.3.6.1.4.1.9.9.686.1.1.1.1.3
This object represents the quarantine vlan id of the interface. If the value is zero,then it means the interface is non-quarantine and the client traffic through this interface need not pass through any security checks. If the value is non-zero, then it means the interface is quarantine and the client traffic through this interface should pass through the security check and there should be an access vlan mapped to this quarantine vlan id, in the security device.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

clInterfaceDhcpOpt82Enabled 1.3.6.1.4.1.9.9.686.1.1.1.1.4
This object indicates whether the interface represented by clInterfaceName, has DHCP Option 82 enabled on it or not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

clInterfaceGroupsConfigTable 1.3.6.1.4.1.9.9.686.1.1.2
This table is used to maintain the interface groups. An interface group is a logical grouping of interfaces with unique VLAN ids.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClInterfaceGroupsConfigEntry

clInterfaceGroupsConfigEntry 1.3.6.1.4.1.9.9.686.1.1.2.1
This represents an entry in clInterfaceGroupsConfigTable. Entries can be added or deleted by explicit management action by NMS or by user console.
Status: current Access: not-accessible
OBJECT-TYPE    
  ClInterfaceGroupsConfigEntry  

clInterfaceGroupName 1.3.6.1.4.1.9.9.686.1.1.2.1.1
This object represents the name assigned to identify the interface group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString  

clInterfaceGroupDescr 1.3.6.1.4.1.9.9.686.1.1.2.1.2
This object describes the interface group.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

clInterfaceGroupIsQuarantine 1.3.6.1.4.1.9.9.686.1.1.2.1.3
This object indicates whether the interface group has quarantine interfaces. A value of 'true' specifies the interface group has quarantine interfaces. A value of 'false' specifies the group has nonquarantine interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

clInterfaceGroupRowStatus 1.3.6.1.4.1.9.9.686.1.1.2.1.4
This object is used to add or delete entries in clInterfaceGroupsConfigTable
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

clInterfaceGroupsMappingTable 1.3.6.1.4.1.9.9.686.1.1.3
This table represents the mapping between the interface and the interface group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClInterfaceGroupsMappingEntry

clInterfaceGroupsMappingEntry 1.3.6.1.4.1.9.9.686.1.1.3.1
This represents an entry in clInterfaceGroupsMappingTable Entries can be added or deleted by explicit management action By NMS or by user console .
Status: current Access: not-accessible
OBJECT-TYPE    
  ClInterfaceGroupsMappingEntry  

clInterfaceGroupMappingRowStatus 1.3.6.1.4.1.9.9.686.1.1.3.1.1
This object is used to add or delete entries in clInterfaceGroupsMappingTable
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoLwappInterfaceMIBCompliances 1.3.6.1.4.1.9.9.686.2.1
OBJECT IDENTIFIER    

ciscoLwappInterfaceMIBGroups 1.3.6.1.4.1.9.9.686.2.2
OBJECT IDENTIFIER    

ciscoLwappInterfaceMIBCompliance 1.3.6.1.4.1.9.9.686.2.1.1
The compliance statement for the SNMP entities that implement the ciscoLwappInterfaceMIB module.
Status: deprecated Access: read-create
MODULE-COMPLIANCE    

ciscoLwappInterfaceMIBComplianceRev01 1.3.6.1.4.1.9.9.686.2.1.2
The compliance statement for the SNMP entities that implement the ciscoLwappInterfaceMIB module.
Status: deprecated Access: read-create
MODULE-COMPLIANCE    

ciscoLwappInterfaceMIBComplianceRev02 1.3.6.1.4.1.9.9.686.2.1.3
The compliance statement for the SNMP entities that implement the ciscoLwappInterfaceMIB module.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoLwappInterfaceConfigGroup 1.3.6.1.4.1.9.9.686.2.2.1
This collection of objects represent the configuration of interfaces on the controller.
Status: current Access: read-only
OBJECT-GROUP    

ciscoLwappInterfaceGroupConfigSup1 1.3.6.1.4.1.9.9.686.2.2.2
This collection of objects represent the configuration of interface groups on the controller.
Status: current Access: read-only
OBJECT-GROUP    

ciscoLwappInterfaceConfigGroupSup1 1.3.6.1.4.1.9.9.686.2.2.3
This collection of objects represent the configuration of interfaces on the controller.
Status: current Access: read-only
OBJECT-GROUP