RC-TACACS-MIB

File: RC-TACACS-MIB.mib (8844 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC INET-ADDRESS-MIB
RAPID-CITY

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
TEXTUAL-CONVENTION RowStatus TruthValue
InetAddressType InetAddress InetPortNumber
rcTacacs

Defined Types

RcTacacsServerEntry  
SEQUENCE    
  rcTacacsServerAddressType InetAddressType
  rcTacacsServerAddress InetAddress
  rcTacacsServerPortNumber InetPortNumber
  rcTacacsServerConnectionType INTEGER
  rcTacacsServerConnectionStatus INTEGER
  rcTacacsServerTimeout Integer32
  rcTacacsServerKey OCTET STRING
  rcTacacsServerSourceIpInterfaceEnabled TruthValue
  rcTacacsServerSourceIpInterfaceType InetAddressType
  rcTacacsServerSourceIpInterface InetAddress
  rcTacacsServerPriority Integer32
  rcTacacsServerRowStatus RowStatus

Defined Values

rcTacacsMib 1.3.6.1.4.1.2272.1.65.0
Enterprise MIB for TACACS
MODULE-IDENTITY    

rcTacacsGlobal 1.3.6.1.4.1.2272.1.65.1
OBJECT IDENTIFIER    

rcTacacsGlobalEnable 1.3.6.1.4.1.2272.1.65.1.1
Enable/disable this feature.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcTacacsGlobalLastUserName 1.3.6.1.4.1.2272.1.65.1.2
The last user for which authentication was attempted using TACACS+.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..128)  

rcTacacsGlobalLastAddressType 1.3.6.1.4.1.2272.1.65.1.3
The type of address for the TACACS+ server that was most recently accessed
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

rcTacacsGlobalLastAddress 1.3.6.1.4.1.2272.1.65.1.4
The address of the TACACS+ server that was most recently accessed
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

rcTacacsServerTable 1.3.6.1.4.1.2272.1.65.2
The (conceptual) table listing the TACACS+ servers with which the client shares a secret.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcTacacsServerEntry

rcTacacsServerEntry 1.3.6.1.4.1.2272.1.65.2.1
An entry (conceptual row) representing a TACACS+ server with which the client shares a secret.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcTacacsServerEntry  

rcTacacsServerAddressType 1.3.6.1.4.1.2272.1.65.2.1.1
Specifies the type of IP address used on the Tacacs+ server.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

rcTacacsServerAddress 1.3.6.1.4.1.2272.1.65.2.1.2
The IP address of the TACACS+ server referred to in this table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

rcTacacsServerPortNumber 1.3.6.1.4.1.2272.1.65.2.1.3
The TCP port on which the client establishes a connection to the server.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

rcTacacsServerConnectionType 1.3.6.1.4.1.2272.1.65.2.1.4
Specifies TCP connection type between device and TACACS+ server. Either a single open connection between a device and server (SingleConnection), or open/close connection per communication session (PerSessionConnection).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER singleConnection(1), perSessionConnection(2)  

rcTacacsServerConnectionStatus 1.3.6.1.4.1.2272.1.65.2.1.5
Specifies status TCP connection type between device and TACACS+ server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER connected(1), notConnected(2)  

rcTacacsServerTimeout 1.3.6.1.4.1.2272.1.65.2.1.6
The maximum time (in seconds) to wait for this TACACS+ server to reply.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 10..30  

rcTacacsServerKey 1.3.6.1.4.1.2272.1.65.2.1.7
Secret key to be shared with this TACACS+ server. If the key length is zero that indicates no encryption is being used.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

rcTacacsServerSourceIpInterfaceEnabled 1.3.6.1.4.1.2272.1.65.2.1.8
Specifies whether source address specification is enabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rcTacacsServerSourceIpInterfaceType 1.3.6.1.4.1.2272.1.65.2.1.9
Specifies the type of IP address used on the interface that connects to the Tacacs+ server. If this value is unknown(0), then a system-wide default value will be used.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

rcTacacsServerSourceIpInterface 1.3.6.1.4.1.2272.1.65.2.1.10
IP address of the interface to use with this server.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

rcTacacsServerPriority 1.3.6.1.4.1.2272.1.65.2.1.11
Determines the order in which the TACACS+ servers will be used, when 1 is the highest priority. If more than one server share the same priority - they will be used in lexicographic order (the order of entries in this table).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

rcTacacsServerRowStatus 1.3.6.1.4.1.2272.1.65.2.1.12
The row status variable, can be set to destroy or createAndGo.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus