COLUBRIS-AAA-CLIENT-MIB

File: COLUBRIS-AAA-CLIENT-MIB.mib (10342 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
COLUBRIS-SMI COLUBRIS-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
MODULE-COMPLIANCE OBJECT-GROUP DisplayString
colubrisMgmtV2 ColubrisProfileIndex ColubrisServerIndex
ColubrisServerIndexOrZero

Defined Types

ColubrisAAAProfileEntry  
SEQUENCE    
  colubrisAAAProfileIndex ColubrisProfileIndex
  colubrisAAAProfileName DisplayString
  colubrisAAAProfilePrimaryServerIndex ColubrisServerIndexOrZero
  colubrisAAAProfileSecondaryServerIndex ColubrisServerIndexOrZero

ColubrisAAAServerEntry  
SEQUENCE    
  colubrisAAAServerIndex ColubrisServerIndex
  colubrisAAAAuthenProtocol INTEGER
  colubrisAAAAuthenMethod INTEGER
  colubrisAAAServerName OCTET STRING
  colubrisAAASharedSecret DisplayString
  colubrisAAAAuthenticationPort Integer32
  colubrisAAAAccountingPort Integer32
  colubrisAAATimeout Integer32
  colubrisAAANASId OCTET STRING

Defined Values

colubrisAAAClientMIB 1.3.6.1.4.1.8744.5.5
Colubris Networks AAA Client MIB file.
MODULE-IDENTITY    

colubrisAAAClientObjects 1.3.6.1.4.1.8744.5.5.1
OBJECT IDENTIFIER    

colubrisAAAProfileGroup 1.3.6.1.4.1.8744.5.5.1.1
OBJECT IDENTIFIER    

colubrisAAAServerGroup 1.3.6.1.4.1.8744.5.5.1.2
OBJECT IDENTIFIER    

colubrisAAAProfileTable 1.3.6.1.4.1.8744.5.5.1.1.1
A table defining the AAA server profiles currently configured on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ColubrisAAAProfileEntry

colubrisAAAProfileEntry 1.3.6.1.4.1.8744.5.5.1.1.1.1
A AAA server profile configured in the device. colubrisAAAProfileIndex - Uniquely identifies the profile within the profile table.
Status: current Access: not-accessible
OBJECT-TYPE    
  ColubrisAAAProfileEntry  

colubrisAAAProfileIndex 1.3.6.1.4.1.8744.5.5.1.1.1.1.1
Specifies the index of the AAA server profile.
Status: current Access: not-accessible
OBJECT-TYPE    
  ColubrisProfileIndex  

colubrisAAAProfileName 1.3.6.1.4.1.8744.5.5.1.1.1.1.2
Specifies the name of the AAA server profile.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

colubrisAAAProfilePrimaryServerIndex 1.3.6.1.4.1.8744.5.5.1.1.1.1.3
Indicates the index number of the primary server profile in the table. A value of zero indicates that no AAA server is defined.
Status: current Access: read-only
OBJECT-TYPE    
  ColubrisServerIndexOrZero  

colubrisAAAProfileSecondaryServerIndex 1.3.6.1.4.1.8744.5.5.1.1.1.1.4
Indicates the index number of the secondary server profile in the table. A value of zero indicates that no AAA server is defined.
Status: current Access: read-only
OBJECT-TYPE    
  ColubrisServerIndexOrZero  

colubrisAAAServerTable 1.3.6.1.4.1.8744.5.5.1.2.1
A table containing the AAA servers currently configured on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ColubrisAAAServerEntry

colubrisAAAServerEntry 1.3.6.1.4.1.8744.5.5.1.2.1.1
An AAA server configured on the device. colubrisAAAServerIndex - Uniquely identifies a server inside the server table.
Status: current Access: not-accessible
OBJECT-TYPE    
  ColubrisAAAServerEntry  

colubrisAAAServerIndex 1.3.6.1.4.1.8744.5.5.1.2.1.1.1
Specifies the index of the AAA server in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  ColubrisServerIndex  

colubrisAAAAuthenProtocol 1.3.6.1.4.1.8744.5.5.1.2.1.1.2
Indicates the protocol used by the AAA client to communicate with the AAA server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER radius(1)  

colubrisAAAAuthenMethod 1.3.6.1.4.1.8744.5.5.1.2.1.1.3
Indicates the authentication method used by the AAA client to authenticate users via the AAA server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER pap(1), chap(2), mschap(3), mschapv2(4), eapMd5(5)  

colubrisAAAServerName 1.3.6.1.4.1.8744.5.5.1.2.1.1.4
Specifies the IP address of the AAA server. The string must be a valid IP address in the format 'nnn.nnn.nnn.nnn' Where 'nnn' is a number in the range [0..255]. The '.' character is mandatory between the fields.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..15)  

colubrisAAASharedSecret 1.3.6.1.4.1.8744.5.5.1.2.1.1.5
Specifies the shared secret used by the AAA client and the AAA server. This attribute should only be set if AAA traffic between the AAA client and server is sent through a VPN tunnel. Reading this attribute will always return a zero-length string.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

colubrisAAAAuthenticationPort 1.3.6.1.4.1.8744.5.5.1.2.1.1.6
Indicates the port number used by the AAA client to send authentication requests to the AAA server.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

colubrisAAAAccountingPort 1.3.6.1.4.1.8744.5.5.1.2.1.1.7
Indicates the port number used by the AAA client to send accounting information to the AAA server.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

colubrisAAATimeout 1.3.6.1.4.1.8744.5.5.1.2.1.1.8
Indicates how long the AAA client will wait for an answer to an authentication request.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 3..100  

colubrisAAANASId 1.3.6.1.4.1.8744.5.5.1.2.1.1.9
Indicates the network access server ID to be sent by the AAA client in each authentication request sent to the AAA server.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..253)  

colubrisAAAClientMIBConformance 1.3.6.1.4.1.8744.5.5.2
OBJECT IDENTIFIER    

colubrisAAAClientMIBCompliances 1.3.6.1.4.1.8744.5.5.2.1
OBJECT IDENTIFIER    

colubrisAAAClientMIBGroups 1.3.6.1.4.1.8744.5.5.2.2
OBJECT IDENTIFIER    

colubrisAAAClientMIBCompliance 1.3.6.1.4.1.8744.5.5.2.1.1
The compliance statement for entities which implement the Colubris Networks AAA client MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

colubrisAAAProfileMIBGroup 1.3.6.1.4.1.8744.5.5.2.2.1
A collection of objects providing the AAA profile capability.
Status: current Access: read-only
OBJECT-GROUP    

colubrisAAAClientMIBGroup 1.3.6.1.4.1.8744.5.5.2.2.2
A collection of objects providing the AAA client MIB capability.
Status: current Access: read-only
OBJECT-GROUP