COLUBRIS-VIRTUAL-AP-MIB

File: COLUBRIS-VIRTUAL-AP-MIB.mib (10910 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB COLUBRIS-SMI COLUBRIS-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
TruthValue MODULE-COMPLIANCE OBJECT-GROUP
ifIndex colubrisMgmtV2 ColubrisSSID
ColubrisUsersAuthenticationMode ColubrisProfileIndexOrZero ColubrisSecurity
ColubrisPriorityQueue

Defined Types

CoVirtualAccessPointConfigEntry  
SEQUENCE    
  coVirtualApWlanProfileIndex Integer32
  coVirtualApSSID ColubrisSSID
  coVirtualApBroadcastSSID TruthValue
  coVirtualApMaximumNumberOfUsers Integer32
  coVirtualApDefaultVLAN Integer32
  coVirtualApSecurity ColubrisSecurity
  coVirtualApAuthenMode ColubrisUsersAuthenticationMode
  coVirtualApAuthenProfileIndex ColubrisProfileIndexOrZero
  coVirtualApUserAccountingEnabled INTEGER
  coVirtualApUserAccountingProfileIndex ColubrisProfileIndexOrZero
  coVirtualApDefaultUserRateLimitationEnabled TruthValue
  coVirtualApDefaultUserMaxTransmitRate Integer32
  coVirtualApDefaultUserMaxReceiveRate Integer32
  coVirtualApDefaultUserBandwidthLevel ColubrisPriorityQueue
  coVirtualApOperState INTEGER

Defined Values

colubrisVirtualApMIB 1.3.6.1.4.1.8744.5.11
Colubris Networks Virtual Access Point MIB.
MODULE-IDENTITY    

colubrisVirtualApMIBObjects 1.3.6.1.4.1.8744.5.11.1
OBJECT IDENTIFIER    

coVirtualApConfig 1.3.6.1.4.1.8744.5.11.1.1
OBJECT IDENTIFIER    

coVirtualAccessPointConfigTable 1.3.6.1.4.1.8744.5.11.1.1.1
VSC configuration attributes. In tabular form to allow for multiple instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CoVirtualAccessPointConfigEntry

coVirtualAccessPointConfigEntry 1.3.6.1.4.1.8744.5.11.1.1.1.1
An entry in the coVirtualAccessPointConfigTable. ifIndex - Each 802.11 interface is represented by an ifEntry. Interface tables in this MIB module are indexed by ifIndex. coVirtualWlanProfileIndex - Uniquely access a profile for this particular 802.11 interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CoVirtualAccessPointConfigEntry  

coVirtualApWlanProfileIndex 1.3.6.1.4.1.8744.5.11.1.1.1.1.1
Specifies the index of the VSC profile.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

coVirtualApSSID 1.3.6.1.4.1.8744.5.11.1.1.1.1.2
Service Set ID assigned to the VSC. This value must be unique per radio interface.
Status: current Access: read-write
OBJECT-TYPE    
  ColubrisSSID  

coVirtualApBroadcastSSID 1.3.6.1.4.1.8744.5.11.1.1.1.1.3
Specifies if the SSID is included in beacon frames. On Intersil hardware, only the first profile is manageable. Reading this attribute shall always return 'false' for the other profiles. Writing into this attribute for the other profiles will return an error.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

coVirtualApMaximumNumberOfUsers 1.3.6.1.4.1.8744.5.11.1.1.1.1.4
Specifies the maximum number of concurrent users that this profile can accept.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

coVirtualApDefaultVLAN 1.3.6.1.4.1.8744.5.11.1.1.1.1.5
Specifies the default VLAN to use for this profile when no radius authentication has taken place. The value 0 is used when no VLAN has been assigned to this profile. Writing to this object is only available on satellite devices.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..4094  

coVirtualApSecurity 1.3.6.1.4.1.8744.5.11.1.1.1.1.6
Identifies all supported authentication/encryption algorithms.
Status: current Access: read-only
OBJECT-TYPE    
  ColubrisSecurity  

coVirtualApAuthenMode 1.3.6.1.4.1.8744.5.11.1.1.1.1.7
Specifies if user authentication is performed locally or via an AAA server.
Status: current Access: read-only
OBJECT-TYPE    
  ColubrisUsersAuthenticationMode  

coVirtualApAuthenProfileIndex 1.3.6.1.4.1.8744.5.11.1.1.1.1.8
Specifies the AAA server profile to use for user authentication. This parameter only applies when the coVirtualApSecurity is set to 'wpa' or 'ieee802dot1x' or 'ieee802dot1xWithWep' and the coVirtualApAuthenMode set to 'profile' or 'localAndProfile'. When set to Zero, no AAA server profile is selected or on a public satellite device it could represent a pre-configured AAA profile.
Status: current Access: read-only
OBJECT-TYPE    
  ColubrisProfileIndexOrZero  

coVirtualApUserAccountingEnabled 1.3.6.1.4.1.8744.5.11.1.1.1.1.9
Indicates if accounting information is generated by the device and sent to the AAA server for users connecting to this profile. Accounting information will be generated only if a valid AAA server profile is configured for the coVirtualApAccountingProfileIndex attribute.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

coVirtualApUserAccountingProfileIndex 1.3.6.1.4.1.8744.5.11.1.1.1.1.10
Identifies the AAA server profile to be used for accounting information. The special value Zero indicates that no accounting profile is selected.
Status: current Access: read-only
OBJECT-TYPE    
  ColubrisProfileIndexOrZero  

coVirtualApDefaultUserRateLimitationEnabled 1.3.6.1.4.1.8744.5.11.1.1.1.1.11
Indicates if the default user rate limitation is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

coVirtualApDefaultUserMaxTransmitRate 1.3.6.1.4.1.8744.5.11.1.1.1.1.12
Identifies the default user maximum transmit rate.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

coVirtualApDefaultUserMaxReceiveRate 1.3.6.1.4.1.8744.5.11.1.1.1.1.13
Identifies the default user maximum receive rate.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

coVirtualApDefaultUserBandwidthLevel 1.3.6.1.4.1.8744.5.11.1.1.1.1.14
Identifies the default user bandwidth level.
Status: current Access: read-only
OBJECT-TYPE    
  ColubrisPriorityQueue  

coVirtualApOperState 1.3.6.1.4.1.8744.5.11.1.1.1.1.15
Activate/Deactivate the Virtual Service Community in the radio.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

colubrisVirtualApMIBConformance 1.3.6.1.4.1.8744.5.11.2
OBJECT IDENTIFIER    

colubrisVirtualApMIBCompliances 1.3.6.1.4.1.8744.5.11.2.1
OBJECT IDENTIFIER    

colubrisVirtualApMIBGroups 1.3.6.1.4.1.8744.5.11.2.2
OBJECT IDENTIFIER    

colubrisVirtualApMIBCompliance 1.3.6.1.4.1.8744.5.11.2.1.1
The compliance statement for the Virtual Access Point MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

colubrisVirtualApMIBGroup 1.3.6.1.4.1.8744.5.11.2.2.1
A collection of objects for use with Virtual Access Points.
Status: current Access: read-write
OBJECT-GROUP