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

VENDOR: RAPID CITY COMMUNICATION


 Home MIB: RC-TACACS-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
 rcTacacsMib 1.3.6.1.4.1.2272.1.65.0
Enterprise MIB for TACACS
 rcTacacsGlobal 1.3.6.1.4.1.2272.1.65.1
     rcTacacsGlobalEnable 1.3.6.1.4.1.2272.1.65.1.1 truthvalue read-write
Enable/disable this feature.
     rcTacacsGlobalLastUserName 1.3.6.1.4.1.2272.1.65.1.2 octet string read-only
The last user for which authentication was attempted using TACACS+.
     rcTacacsGlobalLastAddressType 1.3.6.1.4.1.2272.1.65.1.3 inetaddresstype read-only
The type of address for the TACACS+ server that was most recently accessed
     rcTacacsGlobalLastAddress 1.3.6.1.4.1.2272.1.65.1.4 inetaddress read-only
The address of the TACACS+ server that was most recently accessed
     rcTacacsAccounting 1.3.6.1.4.1.2272.1.65.1.5 bits read-write
Determines which application will be accounted by tacacs+. Bits: 'ppp': 1, 'cli': 0.
     rcTacacsAuthentication 1.3.6.1.4.1.2272.1.65.1.6 bits read-write
Determines which application will be authenticated by tacacs+. Bits: 'web': 2, 'ppp': 1, 'cli': 0.
     rcTacacsNncliCommandAuthorizationEnabled 1.3.6.1.4.1.2272.1.65.1.7 truthvalue read-write
This object controls whether TACACS+ will be used for authorization of individual NNCLI commands.
     rcTacacsNncliCommandAuthorizationLevels 1.3.6.1.4.1.2272.1.65.1.8 bits read-write
This object controls which NNCLI command privilege levels will be authorized by TACACS+. Bits: 'level12': 12, 'level11': 11, 'level13': 13, 'level15': 15, 'level10': 10, 'level0': 0, 'level1': 1, 'level2': 2, 'level3': 3, 'level4': 4, 'level5': 5, 'level6': 6, 'level7': 7, 'level8': 8, 'level9': 9, 'level14': 14.
 rcTacacsServerTable 1.3.6.1.4.1.2272.1.65.2 no-access
The (conceptual) table listing the TACACS+ servers with which the client shares a secret.
     rcTacacsServerEntry 1.3.6.1.4.1.2272.1.65.2.1 no-access
An entry (conceptual row) representing a TACACS+ server with which the client shares a secret.
         rcTacacsServerAddressType 1.3.6.1.4.1.2272.1.65.2.1.1 inetaddresstype no-access
Specifies the type of IP address used on the Tacacs+ server.
         rcTacacsServerAddress 1.3.6.1.4.1.2272.1.65.2.1.2 inetaddress no-access
The IP address of the TACACS+ server referred to in this table entry.
         rcTacacsServerPortNumber 1.3.6.1.4.1.2272.1.65.2.1.3 inetportnumber read-only
The TCP port on which the client establishes a connection to the server. A value of 0 indicates that the system specified default value is used.
         rcTacacsServerConnectionType 1.3.6.1.4.1.2272.1.65.2.1.4 integer read-only
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). Enumeration: 'perSessionConnection': 2, 'singleConnection': 1.
         rcTacacsServerConnectionStatus 1.3.6.1.4.1.2272.1.65.2.1.5 integer read-only
Specifies status TCP connection type between device and TACACS+ server. Enumeration: 'notConnected': 2, 'connected': 1.
         rcTacacsServerTimeout 1.3.6.1.4.1.2272.1.65.2.1.6 integer32 read-only
The maximum time (in seconds) to wait for this TACACS+ server to reply.
         rcTacacsServerKey 1.3.6.1.4.1.2272.1.65.2.1.7 octet string read-only
Secret key to be shared with this TACACS+ server. If the key length is zero that indicates no encryption is being used.
         rcTacacsServerSourceIpInterfaceEnabled 1.3.6.1.4.1.2272.1.65.2.1.8 truthvalue read-only
Specifies whether source address specification is enabled.
         rcTacacsServerSourceIpInterfaceType 1.3.6.1.4.1.2272.1.65.2.1.9 inetaddresstype read-only
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.
         rcTacacsServerSourceIpInterface 1.3.6.1.4.1.2272.1.65.2.1.10 inetaddress read-only
IP address of the interface to use with this server.
         rcTacacsServerPriority 1.3.6.1.4.1.2272.1.65.2.1.11 integer32 read-only
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).
         rcTacacsServerRowStatus 1.3.6.1.4.1.2272.1.65.2.1.12 rowstatus read-only
The row status variable, can be set to destroy or createAndGo.