TACACS-CLIENT-MIB: View SNMP OID List / Download MIB

VENDOR: BROADCOM LIMITED


 Home MIB: TACACS-CLIENT-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
       agentTacacsClientObjects 1.3.6.1.4.1.4413.1.1.18.1
           agentTacacsGlobalConfigGroup 1.3.6.1.4.1.4413.1.1.18.1.1
               agentTacacsGlobalTimeout 1.3.6.1.4.1.4413.1.1.18.1.1.1 unsigned32 read-write
The time-out in seconds for communication with TACACS servers .
               agentTacacsGlobalKey 1.3.6.1.4.1.4413.1.1.18.1.1.2 octet string read-write
The Encryption and Authentication key used in communication with TACACS servers .
               agentTacacsSourceInterface 1.3.6.1.4.1.4413.1.1.18.1.1.3 interfaceindexorzero read-write
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.
           agentTacacsServerTable 1.3.6.1.4.1.4413.1.1.18.1.2 no-access
Table of Tacacs server entries
               agentTacacsServerEntry 1.3.6.1.4.1.4413.1.1.18.1.2.1 no-access
An entry in the Tacacs Server table.
                   agentTacacsServerIpAddress 1.3.6.1.4.1.4413.1.1.18.1.2.1.1 inetaddress no-access
The IP address or HostName of the TACACS server.
                   agentTacacsPortNumber 1.3.6.1.4.1.4413.1.1.18.1.2.1.2 unsigned32 read-write
The port number of the TACACS server.
                   agentTacacsTimeOut 1.3.6.1.4.1.4413.1.1.18.1.2.1.3 unsigned32 read-write
The time out value for the TACACS server. If not set the value of agentTacacsGlobalTimeout will be used
                   agentTacacsKey 1.3.6.1.4.1.4413.1.1.18.1.2.1.4 octet string read-write
The authentication key for the TACACS server.
                   agentTacacsPriority 1.3.6.1.4.1.4413.1.1.18.1.2.1.5 unsigned32 read-write
The priority of the TACACS server.
                   agentTacacsServerStatus 1.3.6.1.4.1.4413.1.1.18.1.2.1.6 rowstatus read-only
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.
                   agentTacacsServerIpAddrType 1.3.6.1.4.1.4413.1.1.18.1.2.1.7 inetaddresstype read-only
The type of address of the TACACS server. IPv4 and DNS types are supported currently