AWC-VLAN-CFG-MIB

File: AWC-VLAN-CFG-MIB.mib (15447 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
AWCVX-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
MODULE-COMPLIANCE OBJECT-GROUP TEXTUAL-CONVENTION
RowStatus TruthValue awcVx
AwcVlanId AwcPolId WEPKeytype128
AwcDot11MicAlgorithm AwcDot11WEPKeyPermuteAlgorithm AwcPfPriority

Defined Types

AwcVlanIndex  
A value used to index per-VLAN tables. Represents an IEEE 802.1Q VLAN-ID with global scope within a given bridged domain (see AwcVlanId textual convention). The value 4095 indicates that the conceptual row applies to non-VLAN-tagged frames (though it would be more directly representative of the packet format, 0 can not be used for this purpose, per SNMP conventions).
TEXTUAL-CONVENTION    
  Unsigned32 1..4095  

AwcVlanEncapType  
The 802.1Q encapsulation mode. Valid values are: dot1qDisabled (1), Disabled dot1qPriority (2) 802.1Q Priority Tagging dot1qHybrid (3), 802.1Q VLAN Hybrid Trunk dot1qTrunk (4) 802.1Q VLAN Trunk The default value is normally Disabled.
TEXTUAL-CONVENTION    
  INTEGER dot1qDisabled(1), dot1qPriority(2), dot1qHybrid(3), dot1qTrunk(4)  

AwcVlanCfgEntry  
SEQUENCE    
  awcVlanIndex AwcVlanIndex
  awcVlanPolId AwcPolId
  awcVlanEnabled TruthValue
  awcVlanNUcastKeyRotationInterval INTEGER
  awcVlanRowStatus RowStatus
  awcVlanMicAlgorithm AwcDot11MicAlgorithm
  awcVlanWEPKeyPermuteAlgorithm AwcDot11WEPKeyPermuteAlgorithm
  awcVlanName OCTET STRING
  awcVlanDefaultUserPriority AwcPfPriority
  awcVlanAlert TruthValue

AwcVlanNUcastKeyEntry  
SEQUENCE    
  awcVlanNUcastKeyIndex INTEGER
  awcVlanNUcastKeyLen INTEGER
  awcVlanNUcastKeyValue WEPKeytype128

Defined Values

awcVlanCfgMIB 1.3.6.1.4.1.522.3.21
Aironet products VLAN Configuration MIB.
MODULE-IDENTITY    

awcVlanCfgObjects 1.3.6.1.4.1.522.3.21.1
OBJECT IDENTIFIER    

awcMaxVlanIds 1.3.6.1.4.1.522.3.21.1.1
The Maximum number of discrete VLAN IDs supported. The VLAN IDs need not be consecutive.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

awcVlanEncapMode 1.3.6.1.4.1.522.3.21.1.2
The encapsulation mode setting controls transmit tagging logic for all ports. The value of this object is derived from other settings within the VLAN MIB.
Status: current Access: read-only
OBJECT-TYPE    
  AwcVlanEncapType  

awcNativeVlanId 1.3.6.1.4.1.522.3.21.1.3
Native VLAN ID for the device. The default Native VLAN ID is 0, for no VLAN ID. If the device is attached to an Ethernet bridge/switch VLAN port then a non-zero Native VLAN ID must match the Port VLAN ID of the bridge/switch port. The Native VLAN ID is the default VLAN ID for frames that are not otherwise associated with a VLAN ID.
Status: current Access: read-write
OBJECT-TYPE    
  AwcVlanId  

awcVlanAllowEncrypted 1.3.6.1.4.1.522.3.21.1.4
When this attribute is true, the STA shall indicate at the MAC service interface received MSDUs regardless of the setting of the WEP subfield of the Frame Control field, so long as no other VLAN parameters necessitate use of encryption. The default value of this attribute shall be true. The general use for awcVlanAllowEncrypted to be true even when no static WEP keys are set for a VLAN is to allow a station to utilize EAP authentication to encrypt directed packets, even while multicast packets are unencrypted.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

awcVlanAnyEnabled 1.3.6.1.4.1.522.3.21.1.5
When this attribute is true, VLAN operation of the system is enabled when any awcVlanEnabled value is true. When this attribute is false, VLAN operation is disabled. The awcVlanAnyEnabled thus acts as a master switch to enable or disable VLAN operation.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

awcVlanCfgTable 1.3.6.1.4.1.522.3.21.1.6
A table used for configuring and managing VLANS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AwcVlanCfgEntry

awcVlanCfgEntry 1.3.6.1.4.1.522.3.21.1.6.1
VLAN table entry containing parameters for configuring and managing a particular VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  AwcVlanCfgEntry  

awcVlanIndex 1.3.6.1.4.1.522.3.21.1.6.1.1
VLAN ID to which the parameters in this conceptual row shall be applied. If 4095, the parameters in this conceptual row shall be applied to non-VLAN-tagged frames.
Status: current Access: not-accessible
OBJECT-TYPE    
  AwcVlanIndex  

awcVlanPolId 1.3.6.1.4.1.522.3.21.1.6.1.2
Default Policy Group Identifier for hosts occupying this VLAN.
Status: current Access: read-create
OBJECT-TYPE    
  AwcPolId  

awcVlanEnabled 1.3.6.1.4.1.522.3.21.1.6.1.3
If true, this VLAN is enabled on all trunk and hybrid ports. If false, this VLAN is disabled on all ports.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

awcVlanNUcastKeyRotationInterval 1.3.6.1.4.1.522.3.21.1.6.1.4
WEP key rotation period. 0 indicates no key rotation.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..10000000  

awcVlanRowStatus 1.3.6.1.4.1.522.3.21.1.6.1.5
Used for creating/deleting conceptual rows in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

awcVlanMicAlgorithm 1.3.6.1.4.1.522.3.21.1.6.1.6
Auxiliary Message Integrity Check (MIC) calculated on WEP-encoded packets of stations assigned to this VLAN. This object is not applicable for the reserved VLAN 4095.
Status: current Access: read-create
OBJECT-TYPE    
  AwcDot11MicAlgorithm  

awcVlanWEPKeyPermuteAlgorithm 1.3.6.1.4.1.522.3.21.1.6.1.7
Function through which the WEP encryption key is permuted between key renewal periods for stations assigned to this VLAN. This object is not applicable for the reserved VLAN 4095.
Status: current Access: read-create
OBJECT-TYPE    
  AwcDot11WEPKeyPermuteAlgorithm  

awcVlanName 1.3.6.1.4.1.522.3.21.1.6.1.8
Descriptive textual name for the VLAN.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

awcVlanDefaultUserPriority 1.3.6.1.4.1.522.3.21.1.6.1.9
Designation of the priority assigned to packets transmitted over this VLAN, if no other filter or classification rule has yet assigned a priority.
Status: current Access: read-create
OBJECT-TYPE    
  AwcPfPriority  

awcVlanAlert 1.3.6.1.4.1.522.3.21.1.6.1.10
Should an alert be registered when a packet on this VLAN is observed?
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

awcVlanNUcastKeyTable 1.3.6.1.4.1.522.3.21.1.7
Default Shared WEP Keys for all 802.11 packets transmitted and received as non-VLAN-tagged frames over a port with the Port VLAN ID specified as awcVlanIndex. If WEP encryption is enabled for transmitted 802.11 frames, then the set of 1 to 4 default shared WEP keys are used to encrypt transmitted 802.11 broadcast/multicast frames associated with the Port VLAN ID. The shared WEP keys are also used to encrypt/decrypt unicast frames, associated with the Port VLAN ID, if an individual session key is not defined for the target station address.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AwcVlanNUcastKeyEntry

awcVlanNUcastKeyEntry 1.3.6.1.4.1.522.3.21.1.7.1
An entry in the awcVlanNUcastKeyTable table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AwcVlanNUcastKeyEntry  

awcVlanNUcastKeyIndex 1.3.6.1.4.1.522.3.21.1.7.1.1
802.11 WEP Key Index, + 1, used when transmitting or receiving frames with this key.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..4  

awcVlanNUcastKeyLen 1.3.6.1.4.1.522.3.21.1.7.1.2
Length in octets of awcVlanNUcastKeyValue. Common values are 5 for 40-bit WEP and 13 for 128-bit WEP. A value of 0 means that the key is not set.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..13  

awcVlanNUcastKeyValue 1.3.6.1.4.1.522.3.21.1.7.1.3
A WEP default secret key value. The value is write-only (attempt to read will result in return of zero-length string).
Status: current Access: read-write
OBJECT-TYPE    
  WEPKeytype128  

awcVlanAllowUnencryptedVlanId 1.3.6.1.4.1.522.3.21.1.8
Single VLAN ID on which unencrypted packets are allowed. The default Unencrypted VLAN ID is 0, meaning that all VLANs require full encryption.
Status: current Access: read-write
OBJECT-TYPE    
  AwcVlanId  

awcVlanCfgNotifications 1.3.6.1.4.1.522.3.21.2
OBJECT IDENTIFIER    

awcVlanCfgConformance 1.3.6.1.4.1.522.3.21.3
OBJECT IDENTIFIER    

awcVlanCfgCompliances 1.3.6.1.4.1.522.3.21.3.1
OBJECT IDENTIFIER    

awcVlanCfgGroups 1.3.6.1.4.1.522.3.21.3.2
OBJECT IDENTIFIER    

awcVlanCfgCompliance 1.3.6.1.4.1.522.3.21.3.1.1
The compliance statement for the awcVlanCfgMIB group.
Status: current Access: read-write
MODULE-COMPLIANCE    

awcVlanCfgObjectsGroup 1.3.6.1.4.1.522.3.21.3.2.1
Tok_String
Status: current Access: read-write
OBJECT-GROUP