AAC-MIB

File: AAC-MIB.mib (9280 bytes)

Imported modules

RFC1155-SMI SNMPv2-SMI SNMPv2-TC
SNMPv2-CONF SWPRIMGMT-MIB

Imported symbols

IpAddress MODULE-IDENTITY OBJECT-TYPE
RowStatus DisplayString MODULE-COMPLIANCE
OBJECT-GROUP privateMgmt

Defined Types

SwAACMethodLoginEntry  
SEQUENCE    
  swAACMethodLoginIndex INTEGER
  swAACMethodLoginName DisplayString
  swAACMethodPrimaryLoginType INTEGER
  swAACMethodSecondaryLoginType INTEGER

SwAACMethodAdminEntry  
SEQUENCE    
  swAACMethodAdminIndex INTEGER
  swAACMethodAdminName DisplayString
  swAACMethodPrimaryAdminType INTEGER
  swAACMethodSecondaryAdminType INTEGER

SwAACTacacsServerEntry  
SEQUENCE    
  swAACTacacsServerIPAddr IpAddress
  swAACTacacsServerAuthPort INTEGER
  swAACTacacsServerAuthKey DisplayString
  swAACTacacsServerTimeout INTEGER
  swAACTacacsServerRowStatus RowStatus

Defined Values

swAACMIB 1.3.6.1.4.1.2272.1.201.1.4
The AAC module MIB.
MODULE-IDENTITY    

swAACCtrl 1.3.6.1.4.1.2272.1.201.1.4.1
OBJECT IDENTIFIER    

swAACAuthenAdminState 1.3.6.1.4.1.2272.1.201.1.4.1.1
This object indicates the Access Authentication is enable or disable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

swAACResponseTimeout 1.3.6.1.4.1.2272.1.201.1.4.1.2
This object indicates the amount of time that system will wait for user input on console, telnet or ssh before timing out . This value is in units of seconds.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

swAACMaxAttempts 1.3.6.1.4.1.2272.1.201.1.4.1.3
This object indicates the maximum user attempts for authentication.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

swAACAuthCtrl 1.3.6.1.4.1.2272.1.201.1.4.2
OBJECT IDENTIFIER    

swAACMethodLoginTable 1.3.6.1.4.1.2272.1.201.1.4.2.1
A table that contains information about authentication login method list.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwAACMethodLoginEntry

swAACMethodLoginEntry 1.3.6.1.4.1.2272.1.201.1.4.2.1.1
A list of the Authentication login methods.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwAACMethodLoginEntry  

swAACMethodLoginIndex 1.3.6.1.4.1.2272.1.201.1.4.2.1.1.1
A value that identifies this swAACMethodLoginEntry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4  

swAACMethodLoginName 1.3.6.1.4.1.2272.1.201.1.4.2.1.1.2
A human-readable text string of the method list.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..15)  

swAACMethodPrimaryLoginType 1.3.6.1.4.1.2272.1.201.1.4.2.1.1.3
The primary login method type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), tacacs-plus(2), local(3), none(4)  

swAACMethodSecondaryLoginType 1.3.6.1.4.1.2272.1.201.1.4.2.1.1.4
The secondary login method type. If all swAACMethodPrimaryLoginType servers are timeout or non-existent, then this type will be choosed.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), tacacs-plus(2), local(3), none(4), un-used(5)  

swAACMethodAdminTable 1.3.6.1.4.1.2272.1.201.1.4.2.2
A table that contains information about authentication admin method list.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwAACMethodAdminEntry

swAACMethodAdminEntry 1.3.6.1.4.1.2272.1.201.1.4.2.2.1
A list of the Authentication admin methods.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwAACMethodAdminEntry  

swAACMethodAdminIndex 1.3.6.1.4.1.2272.1.201.1.4.2.2.1.1
A value that identifies this swAACMethodAdminEntry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4  

swAACMethodAdminName 1.3.6.1.4.1.2272.1.201.1.4.2.2.1.2
A human-readable text string of the method list.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..15)  

swAACMethodPrimaryAdminType 1.3.6.1.4.1.2272.1.201.1.4.2.2.1.3
The primary admin method type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), tacacs-plus(2), local(3), none(4), un-used(5)  

swAACMethodSecondaryAdminType 1.3.6.1.4.1.2272.1.201.1.4.2.2.1.4
The secondary admin method type. If all swAACMethodPrimaryAdminType servers are timeout or non-existent, then this type will be choosed.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), tacacs-plus(2), local(3), none(4), un-used(5)  

swAACTacacsServerTable 1.3.6.1.4.1.2272.1.201.1.4.3
A table that contains information about tacacs severs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwAACTacacsServerEntry

swAACTacacsServerEntry 1.3.6.1.4.1.2272.1.201.1.4.3.1
A list of the information of tacacs server .
Status: current Access: not-accessible
OBJECT-TYPE    
  SwAACTacacsServerEntry  

swAACTacacsServerIPAddr 1.3.6.1.4.1.2272.1.201.1.4.3.1.1
The IP address of Server
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

swAACTacacsServerAuthPort 1.3.6.1.4.1.2272.1.201.1.4.3.1.2
The TCP/IP port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

swAACTacacsServerAuthKey 1.3.6.1.4.1.2272.1.201.1.4.3.1.3
The key used while authentication process.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..254)  

swAACTacacsServerTimeout 1.3.6.1.4.1.2272.1.201.1.4.3.1.4
Server response timeout. This value is in units of seconds.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

swAACTacacsServerRowStatus 1.3.6.1.4.1.2272.1.201.1.4.3.1.5
This object indicates the status of this entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus