CISCO-WLAN-VLAN-MIB

File: CISCO-WLAN-VLAN-MIB.mib (22151 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
CISCO-DOT11-IF-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Unsigned32 MODULE-COMPLIANCE NOTIFICATION-GROUP
OBJECT-GROUP TEXTUAL-CONVENTION RowStatus
TruthValue WepKeyType128 CDot11IfMicAlgorithm
CDot11IfWepKeyPermuteAlgorithm ciscoMgmt

Defined Types

CwvlVlanIdOrZero  
This is a 12-bit VLAN ID used in the VLAN Tag header. A value of 0 indicates NULL or no VLAN ID. This textual convention is used instead of VlanId defined in Q-BRIDGE-MIB of RFC 2674 because value 0 and 4095 is not permitted. VLAN of ID '4095' is the default VLAN for Cisco VoIP Phones.
TEXTUAL-CONVENTION    
  Unsigned32 0..4095  

CwvlWlanVlanEntry  
SEQUENCE    
  cwvlWlanVlanId CwvlVlanIdOrZero
  cwvlWlanEnabled TruthValue
  cwvlWlanNUcastKeyRotateInterval Unsigned32
  cwvlWlanEncryptionMode INTEGER
  cwvlWlanEncryptionMandatory TruthValue
  cwvlWlanMicAlgorithm CDot11IfMicAlgorithm
  cwvlWlanWepKeyPermuteAlgorithm CDot11IfWepKeyPermuteAlgorithm
  cwvlWlanWepKeyHashing TruthValue
  cwvlWlanEncryptionAlgorithm INTEGER
  cwvlWlanRowStatus RowStatus

CwvlWlanNUcastKeyEntry  
SEQUENCE    
  cwvlWlanNUcastKeyIndex Unsigned32
  cwvlWlanNUcastKeyLen Unsigned32
  cwvlWlanNUcastKeyValue WepKeyType128

Defined Values

ciscoWlanVlanMIB 2.9.268
This MIB module provides network management support for device VLAN configuration on IEEE 802.11 wireless LAN. ACRONYMS AES Advanced Encryption Standard, an encryption mechanism. MIC Message Integrity Check. WEP Wired Equivalent Privacy, an encryption mechanism.
MODULE-IDENTITY    

ciscoWlanVlanMIBObjects 2.9.268.1
OBJECT IDENTIFIER    

cwvlRoamDomainConfig 2.9.268.1.1
OBJECT IDENTIFIER    

cwvlDot11VlanConfig 2.9.268.1.2
OBJECT IDENTIFIER    

cwvlWlanDot1qEncapEnabled 2.9.268.1.1.1
This object enables and disables IEEE 802.1Q type encapsulation for all VLANs. If this object is set to 'false', then the 802.1Q encapsulation is disabled on all interfaces. If this object is set to 'true', then the 802.1Q encapsulation is enabled on all interfaces.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cwvlBridgingNativeVlanId 2.9.268.1.1.2
This object specifies the native VLAN ID for layer 2 bridging. If this object is set to '0', there is no layer 2 bridging native VLAN ID. Setting this object will automatically update the dot1qPvid for all interfaces in the Q-BRIDGE-MIB (if supported) to the same value provided it is not '0'. The dot1qPvid will be read-only. The dot1qPvid specifies the native VLAN ID on each device interface. If this object is '0', the return value of dot1qPvid is not valid. If the device is attached to a VLAN port of an Ethernet bridge or switch, then the device must have a non-zero native VLAN ID, and that VLAN ID must also match the VLAN ID of the port on the bridge or switch. The native VLAN ID is the default VLAN ID for frames received that are not otherwise associated with a VLAN ID.
Status: current Access: read-write
OBJECT-TYPE    
  CwvlVlanIdOrZero  

cwvlVoIPVlanEnabled 2.9.268.1.1.3
This object enables and disables VoIP VLAN functionality for this agent. If this object is set to 'true', and cwvlVoIPVlanId is a non-zero, the value of the cwvlVoIPVlanId object is the user-configured VoIP VLAN ID. If this object is set to 'true', and cwvlVoIPVlanId is CDP VVID, this agent automatically enables the VoIP VLAN when it receives CDP messages with non-zero VVID field on its root port, otherwise, the VoIP VLAN is disabled. If this object is set to 'false', then the VoIP VLAN is disabled and no station can associate with a VoIP VLAN ID.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cwvlVoIPVlanId 2.9.268.1.1.4
This object is the VoIP VLAN ID. All VoIP VLAN ID values are non-zero VLAN ID. A value of '0' is used to represent CDP VVID.
Status: current Access: read-write
OBJECT-TYPE    
  CwvlVlanIdOrZero  

cwvlPublicVlanId 2.9.268.1.1.5
The object is the Public VLAN ID. This VLAN is the only VLAN which may be configured on an 802.11 network interface to not require WEP encryption. All other VLANs require WEP encryption in order to isolate the broadcast domains. If the value of object is '0', there is no specific VLAN ID for the Public VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  CwvlVlanIdOrZero  

cwvlWlanVlanTable 2.9.268.1.2.1
This table contains attributes for configuration and security management of VLANs. Devices can configure to have multiple VLANs on an interface. VLANs on different interfaces of the same VLAN ID must have the same configuration. Therefore, attributes for each conceptual row applies to the VLANs of the corresponding VLAN ID on all interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CwvlWlanVlanEntry

cwvlWlanVlanEntry 2.9.268.1.2.1.1
Each entry includes parameters for to enable VLAN and configure encryption and key usages for a particular VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  CwvlWlanVlanEntry  

cwvlWlanVlanId 2.9.268.1.2.1.1.1
This is the VLAN ID to which the parameters in each conceptual row shall be applied.
Status: current Access: not-accessible
OBJECT-TYPE    
  CwvlVlanIdOrZero  

cwvlWlanEnabled 2.9.268.1.2.1.1.2
If the value is 'true', this VLAN is enabled on all trunk and hybrid ports. If the value is 'false', this VLAN is disabled on all ports.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cwvlWlanNUcastKeyRotateInterval 2.9.268.1.2.1.1.3
The object specifies the WEP encryption key rotation period. If the value is '0', it indicates no key rotation.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..10000000  

cwvlWlanEncryptionMode 2.9.268.1.2.1.1.4
Encryption mode used on the VLANs are: none (1) - No encryption and use VLan as security mechanism, wep (2) - WEP encryption, aes (3) - Advanced Encryption Standard.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(1), wep(2), aes(3)  

cwvlWlanEncryptionMandatory 2.9.268.1.2.1.1.5
Encryption option for wep(2) selection of cwvlWlanEncryptionMode: 'true' - WEP encryption is mandatory, 'false' - WEP encryption is option.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cwvlWlanMicAlgorithm 2.9.268.1.2.1.1.6
This is the auxiliary MIC type used on WEP-encoded packets for client stations assigned to this VLAN.
Status: current Access: read-create
OBJECT-TYPE    
  CDot11IfMicAlgorithm  

cwvlWlanWepKeyPermuteAlgorithm 2.9.268.1.2.1.1.7
This is the function through which the WEP encryption key is permuted between key renewal periods for client stations assigned to this VLAN.
Status: current Access: read-create
OBJECT-TYPE    
  CDot11IfWepKeyPermuteAlgorithm  

cwvlWlanWepKeyHashing 2.9.268.1.2.1.1.8
This is an optional key hashing for WEP encryption. If the value is 'true', the hashing option is applied. If the value is 'false', the hashing option is not applied to WEP encryption.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cwvlWlanEncryptionAlgorithm 2.9.268.1.2.1.1.9
This object determines if Standard IEEE 802.11 or Cisco propriety AES, MIC, and hashing for WEP encryption is applied. If the value is standard(1), the Standard IEEE 802.11 encryption is applied. If the value is cisco(2), the Cisco propriety encryption is applied.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER standard(1), cisco(2)  

cwvlWlanRowStatus 2.9.268.1.2.1.1.10
This is used to create a new row, modify or delete an existing row and a VLAN configuration in this table. A VLAN can only be activated by setting this object to `active' by the agent. When it is `active', the VLAN is being used or referenced in other system configurations. A VLAN should only be deleted or taken out of service, (by setting this object to `destroy' or `outOfService') if only if it is not referenced by all associated system configurations.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cwvlWlanNUcastKeyTable 2.9.268.1.2.2
This table contains shared WEP keys for all IEEE 802.11 packets transmitted and received frames over a VLAN identified by the cwvlWlanVlanId if encryption is enabled (i.e., the cwvlWlanEncryptionMode is wep(2) or aes(3)) on the VLAN. If WEP encryption is enabled for the transmitted IEEE 802.11 frames, then the Default Shared WEP key in the set are used to encrypt the transmitted both broadcast and multicast frames associated with the cwvlWlanVlanId. Key '1' in the set is the default key. The Default Shared WEP key is also used to encrypt or decrypt unicast frames, associated with the cwvlWlanVlanId, if an individual session key is not defined for the target station address.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CwvlWlanNUcastKeyEntry

cwvlWlanNUcastKeyEntry 2.9.268.1.2.2.1
Each entry contains the key index, key length, and key value. There is a maximum of 4 keys per VLAN or key set. Each key set is indexed by the VLAN ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  CwvlWlanNUcastKeyEntry  

cwvlWlanNUcastKeyIndex 2.9.268.1.2.2.1.1
This object is a representative of the corresponding 802.11 WEP Key Index used when transmitting or receiving frames with this key. SNMP table indexing conventions require table index to be non-zero. Therefore, this object has to be one greater than the actual 802.11 WEP key index. A value of '1' for this object corresponds to a value of '0' for the 802.11 WEP key index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4  

cwvlWlanNUcastKeyLen 2.9.268.1.2.2.1.2
This object specifies the length in octets of cwvlWlanNUcastKeyValue. Common values are 5 for 40-bit WEP key and 13 for 128-bit WEP key. A value of '0' means that the key is not set.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..13  

cwvlWlanNUcastKeyValue 2.9.268.1.2.2.1.3
This is the WEP secret key value. The agent always returns a zero-length string when this object is read for security reason.
Status: current Access: read-write
OBJECT-TYPE    
  WepKeyType128  

cwvlWlanWepChangeNotifEnabled 2.9.268.1.2.3
Indicates whether ciscoWlanVlanWepChangeNotif notifications will or will not be sent by the agent when the WEP key in the cwvlWlanNUcastKeyTable are changed.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ciscoWlanVlanMIBNotifications 2.9.268.0
OBJECT IDENTIFIER    

ciscoWlanVlanWepChangeNotif 2.9.268.0.1
This ciscoWlanVlanWepChangeNotif notification will be sent when the WEP configuration in the cwvlWlanNUcastKeyTable is changed. The cwvlWlanNUcastKeyValue specify the new key value for a given key for a VLAN. The sending of these notifications can be enabled or disabled via the cwvlWlanWepChangeNotifEnabled object.
Status: current Access: read-write
NOTIFICATION-TYPE    

ciscoWlanVlanMIBConformance 2.9.268.2
OBJECT IDENTIFIER    

ciscoWlanVlanMIBCompliances 2.9.268.2.1
OBJECT IDENTIFIER    

ciscoWlanVlanMIBGroups 2.9.268.2.2
OBJECT IDENTIFIER    

ciscoWlanVlanMIBCompliance 2.9.268.2.1.1
The compliance statement for the ciscoWlanVlanMIBGroups.
Status: current Access: read-write
MODULE-COMPLIANCE    

ciscoWlanRoamDomainGroup 2.9.268.2.2.1
Global VLAN configuration for wireless LAN roaming domain.
Status: current Access: read-write
OBJECT-GROUP    

ciscoWlanDot11VlanConfigGroup 2.9.268.2.2.2
Per VLAN based configurations for IEEE 802.11 wireless LAN.
Status: current Access: read-write
OBJECT-GROUP    

ciscoWlanVlanNotificationGroup 2.9.268.2.2.3
This is the notification group for the CISCO-WLAN-VLAN-MIB.
Status: current Access: read-write
NOTIFICATION-GROUP