TACACS-CLIENT-MIB

File: TACACS-CLIENT-MIB.mib (6486 bytes)

Imported modules

SNMPv2-SMI INET-ADDRESS-MIB SNMPv2-TC
SNMPv2-CONF EdgeSwitch-REF-MIB IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 InetAddress InetAddressType
TEXTUAL-CONVENTION RowStatus MODULE-COMPLIANCE
OBJECT-GROUP fastPath InterfaceIndexOrZero

Defined Types

AgentTacacsServerEntry  
SEQUENCE    
  agentTacacsServerIpAddress InetAddress
  agentTacacsPortNumber Unsigned32
  agentTacacsTimeOut Unsigned32
  agentTacacsKey OCTET STRING
  agentTacacsPriority Unsigned32
  agentTacacsServerStatus RowStatus
  agentTacacsServerIpAddrType InetAddressType

Defined Values

agentTacacsClientMIB 1.3.6.1.4.1.4413.1.1.18
This MIB module defines a portion of the SNMP MIB under the Broadcom Inc enterprise OID pertaining to TACACS+ client configuration.
MODULE-IDENTITY    

agentTacacsClientObjects 1.3.6.1.4.1.4413.1.1.18.1
OBJECT IDENTIFIER    

agentTacacsGlobalConfigGroup 1.3.6.1.4.1.4413.1.1.18.1.1
OBJECT IDENTIFIER    

agentTacacsGlobalTimeout 1.3.6.1.4.1.4413.1.1.18.1.1.1
The time-out in seconds for communication with TACACS servers .
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..30  

agentTacacsGlobalKey 1.3.6.1.4.1.4413.1.1.18.1.1.2
The Encryption and Authentication key used in communication with TACACS servers .
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

agentTacacsServerTable 1.3.6.1.4.1.4413.1.1.18.1.2
Table of Tacacs server entries
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentTacacsServerEntry

agentTacacsServerEntry 1.3.6.1.4.1.4413.1.1.18.1.2.1
An entry in the Tacacs Server table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentTacacsServerEntry  

agentTacacsServerIpAddress 1.3.6.1.4.1.4413.1.1.18.1.2.1.1
The IP address or HostName of the TACACS server.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

agentTacacsPortNumber 1.3.6.1.4.1.4413.1.1.18.1.2.1.2
The port number of the TACACS server.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

agentTacacsTimeOut 1.3.6.1.4.1.4413.1.1.18.1.2.1.3
The time out value for the TACACS server. If not set the value of agentTacacsGlobalTimeout will be used
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..30  

agentTacacsKey 1.3.6.1.4.1.4413.1.1.18.1.2.1.4
The authentication key for the TACACS server.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

agentTacacsPriority 1.3.6.1.4.1.4413.1.1.18.1.2.1.5
The priority of the TACACS server.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

agentTacacsServerStatus 1.3.6.1.4.1.4413.1.1.18.1.2.1.6
The row status of this entry . Supported values: active(1) - valid entry createAndGo(4) - used to create a new entry destroy(6) - removes the entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentTacacsServerIpAddrType 1.3.6.1.4.1.4413.1.1.18.1.2.1.7
The type of address of the TACACS server. IPv4 and DNS types are supported currently
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

agentTacacsSourceInterface 1.3.6.1.4.1.4413.1.1.18.1.1.3
A source-interface selection on an Interface Index (like vlan based routing interface, port based routing interface, loopback interface). A non-zero value indicates ifIndex for the corresponding interface entry in the ifTable is selected. A zero value indicates the source-interface un-selection.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero