CADANT-AAA-MIB: View SNMP OID List / Download MIB

VENDOR: CADANT INC.


 Home MIB: CADANT-AAA-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
 cadAAA 1.3.6.1.4.1.4998.1.1.40.1
The MIB module describes the proprietary AAA configuration parameters used to support authentication and authorization in the C4.
     cadLineTable 1.3.6.1.4.1.4998.1.1.40.1.2 no-access
This table reflects the AAA configuration for each line (vty or console) in the system.
         cadLineEntry 1.3.6.1.4.1.4998.1.1.40.1.2.1 no-access
             cadLineIndex 1.3.6.1.4.1.4998.1.1.40.1.2.1.1 integer32 no-access
The line index corresponding to a console or vty line. These are preallocated by the system at startup.
             cadLineType 1.3.6.1.4.1.4998.1.1.40.1.2.1.2 linetype read-only
The type (vty or console) of the access line.
             cadLineEnabled 1.3.6.1.4.1.4998.1.1.40.1.2.1.3 truthvalue read-only
The status of the line. When enabled, the line is available for access to the C4.
             cadLineSessionTimeout 1.3.6.1.4.1.4998.1.1.40.1.2.1.4 integer32 read-only
Session length in seconds. The C4 automatically terminates the the session when this interval expires. A value of zero indicates no timeout.
             cadLineIdleTimeout 1.3.6.1.4.1.4998.1.1.40.1.2.1.5 integer32 read-only
Maximum idle time in seconds. The C4 automatically terminates the session if no I/O activity occurs within this interval. A value of zero indicates no timeout.
             cadLinePagination 1.3.6.1.4.1.4998.1.1.40.1.2.1.6 integer32 read-only
Number of lines of consecutive output to display before pausing and prompting the user. A value of zero indicates no pagination.
             cadLineBaud 1.3.6.1.4.1.4998.1.1.40.1.2.1.7 integer32 read-only
Baud rate in bits per second. This is applicable to console lines only and is saved in the eeprom.
             cadLinePassword 1.3.6.1.4.1.4998.1.1.40.1.2.1.8 octet string read-only
The (encrypted) password associated with this line if line-based authentication is active. This is the line password.
             cadLineLoginAuthMethodList 1.3.6.1.4.1.4998.1.1.40.1.2.1.9 snmpadminstring read-only
The authentication methods used in allowing login access on this line. This is a partial index into the cadAuthMethodTable. An empty string indicates no authentication is possible and effectively disables the line.
             cadLineEnableAuthMethodList 1.3.6.1.4.1.4998.1.1.40.1.2.1.10 snmpadminstring read-only
The authentication methods used in allowing enable access on this line. This is a partial index into the cadAuthMethodTable. An empty string indicates no authentication is possible and effectively disables the line.
             cadLineAuthorMethodList 1.3.6.1.4.1.4998.1.1.40.1.2.1.11 snmpadminstring read-only
The authorization methods used in allowing different privledge levels on this line. This is a partial index into the cadAuthorMethodTable. An empty string indicates no authorization is possible, in that case, authorization is equivalent to authentication.
             cadLineShellAccountingMethodList 1.3.6.1.4.1.4998.1.1.40.1.2.1.12 snmpadminstring read-only
The method list used for shell accounting. An empty string indicates no command accounting is possible.
             cadLineCommandAccountingMethodList 1.3.6.1.4.1.4998.1.1.40.1.2.1.13 snmpadminstring read-only
The method list used for command accounting. Accounting will be done only for commands whose privilege level is greater than or equal to cadLineCommandAccountingPrivilegeLevel. An empty string indicates no command accounting is possible.
             cadLineShellAccountingType 1.3.6.1.4.1.4998.1.1.40.1.2.1.14 accountingtype read-only
Accounting type for shell accounting. The accounting type is used to decide whether accounting records are sent at the initiation and termination of a session or only at the termination of a session.
             cadLineCommandAccountingType 1.3.6.1.4.1.4998.1.1.40.1.2.1.15 accountingtype read-only
Accounting type for command accounting. The accounting type is used to decide whether accounting records are sent at the initiation and termination of a command or only at the termination of a command.
             cadLineCommandAccountingPrivilegeLevel 1.3.6.1.4.1.4998.1.1.40.1.2.1.16 integer32 read-only
When command accounting is enabled, accounting records will be sent only for commands whose privilege level is greater than or equal to cadLineCommandAccountingPrivilegeLevel.
     cadAuthorizationMethodTable 1.3.6.1.4.1.4998.1.1.40.1.3 no-access
A list of methods which are used in determining the type and sequence of authorization.
         cadAuthorizationMethodEntry 1.3.6.1.4.1.4998.1.1.40.1.3.1 no-access
Each row describes a single AAA method. Order is used in determining the sequence in which the methods are applied.
             cadAuthorizationListName 1.3.6.1.4.1.4998.1.1.40.1.3.1.1 snmpadminstring no-access
The name of the authorization method list. Each list can have a number of different authorization methods that are tried in order to authorize the command.
             cadAuthorizationListIndex 1.3.6.1.4.1.4998.1.1.40.1.3.1.2 integer32 no-access
The order in the authorization sequence when this method is used. A value of zero allows the snmp agent to choose the next hightest available index that preserves the list order.
             cadAuthorizationType 1.3.6.1.4.1.4998.1.1.40.1.3.1.3 aaamethod read-only
             cadAuthorizationGroup 1.3.6.1.4.1.4998.1.1.40.1.3.1.4 snmpadminstring read-only
The name of the group used in TACACS+ method. The default names of 'tac_default' represent the entire set of defined TACACS+ servers.
             cadAuthorizationRowStatus 1.3.6.1.4.1.4998.1.1.40.1.3.1.5 rowstatus read-only
     cadAuthMethodTable 1.3.6.1.4.1.4998.1.1.40.1.4 no-access
A list of methods which are used in determining the type and sequence of authentication.
         cadAuthMethodEntry 1.3.6.1.4.1.4998.1.1.40.1.4.1 no-access
Each row describes a single AAA method. Order is used in determining the sequence in which the methods are applied.
             cadAuthListName 1.3.6.1.4.1.4998.1.1.40.1.4.1.1 snmpadminstring no-access
The name of the authentication method list. Each list can have a number of different authentication methods that are tried in order to authenticate the user.
             cadAuthListIndex 1.3.6.1.4.1.4998.1.1.40.1.4.1.2 integer32 no-access
The order in the authentication sequence when this method is used. A value of zero allows the snmp agent to choose the next hightest available index that preserves the list order.
             cadAuthType 1.3.6.1.4.1.4998.1.1.40.1.4.1.3 aaamethod read-only
             cadAuthGroup 1.3.6.1.4.1.4998.1.1.40.1.4.1.4 snmpadminstring read-only
The name of the group used in RADIUS/TACACS+ methods. The default names of 'default' and 'tac_default' represent the entire set of defined RADIUS and TACACS+ servers respectively.
             cadAuthRowStatus 1.3.6.1.4.1.4998.1.1.40.1.4.1.5 rowstatus read-only
     cadAccountingMethodTable 1.3.6.1.4.1.4998.1.1.40.1.5 no-access
A list of methods which are used in determining the type and sequence of accounting.
         cadAccountingMethodEntry 1.3.6.1.4.1.4998.1.1.40.1.5.1 no-access
Each row describes a single AAA method. Order is used in determining the sequence in which the methods are applied.
             cadAccountingListName 1.3.6.1.4.1.4998.1.1.40.1.5.1.1 snmpadminstring no-access
The name of the accounting method list. Each list can have a number of different accounting methods that are tried in order to authorize the command.
             cadAccountingListIndex 1.3.6.1.4.1.4998.1.1.40.1.5.1.2 integer32 no-access
The order in the accounting sequence when this method is used. A value of zero allows the snmp agent to choose the next hightest available index that preserves the list order.
             cadAccountingType 1.3.6.1.4.1.4998.1.1.40.1.5.1.3 aaamethod read-only
             cadAccountingGroup 1.3.6.1.4.1.4998.1.1.40.1.5.1.4 snmpadminstring read-only
The name of the group used in TACACS+ method. The default names of 'tac_default' represent the entire set of defined TACACS+ servers.
             cadAccountingRowStatus 1.3.6.1.4.1.4998.1.1.40.1.5.1.5 rowstatus read-only
     cadServerGroupTable 1.3.6.1.4.1.4998.1.1.40.1.6 no-access
         cadServerGroupEntry 1.3.6.1.4.1.4998.1.1.40.1.6.1 no-access
This is the cross-reference table linking server group names used in authentication lists to the ordered set of individual servers.
             cadGroupName 1.3.6.1.4.1.4998.1.1.40.1.6.1.1 snmpadminstring no-access
Server Group name. The group name 'radius' includes all defined radius servers on the C4.
             cadGroupIndex 1.3.6.1.4.1.4998.1.1.40.1.6.1.2 integer32 no-access
Orders the group based on the order in which the servers were defined. A value of zero allows the snmp agent to choose the next largest available index that preserves the list order.
             cadGroupType 1.3.6.1.4.1.4998.1.1.40.1.6.1.3 integer read-only
Orders the group based on the order in which the servers were defined. Enumeration: 'tacacs': 2, 'radius': 1.
             cadGroupIpAddress 1.3.6.1.4.1.4998.1.1.40.1.6.1.4 inetaddressipv4or6 read-only
Ip address of the AAA server.
             cadGroupPort 1.3.6.1.4.1.4998.1.1.40.1.6.1.5 integer32 read-only
Port number of the AAA server.
             cadGroupRowStatus 1.3.6.1.4.1.4998.1.1.40.1.6.1.6 rowstatus read-only
     cadRadiusTable 1.3.6.1.4.1.4998.1.1.40.1.7 no-access
This table defines the configuration parameters of the RADIUS servers used for authentication by the C4.
         cadRadiusEntry 1.3.6.1.4.1.4998.1.1.40.1.7.1 no-access
             cadRadiusIpAddress 1.3.6.1.4.1.4998.1.1.40.1.7.1.1 inetaddressipv4or6 no-access
The IP address of the radius server host.
             cadRadiusAuthPort 1.3.6.1.4.1.4998.1.1.40.1.7.1.2 integer32 read-only
The UDP port to use for RADIUS authentication.
             cadRadiusAcctPort 1.3.6.1.4.1.4998.1.1.40.1.7.1.3 integer32 read-only
The UDP port to use for RADIUS accounting records.
             cadRadiusTimeout 1.3.6.1.4.1.4998.1.1.40.1.7.1.4 integer32 read-only
Time in seconds to wait between retransmissions of a RADIUS request.
             cadRadiusRetrans 1.3.6.1.4.1.4998.1.1.40.1.7.1.5 integer32 read-only
The number of retransmissions before declaring a RADIUS server dead.
             cadRadiusKey 1.3.6.1.4.1.4998.1.1.40.1.7.1.7 octet string read-only
The shared secret used between the C4 and the RADIUS server.
             cadRadiusAuthServerIndex 1.3.6.1.4.1.4998.1.1.40.1.7.1.8 integer32 read-only
The index in the radiusAuthServerEntry table corresponding to this radius host.
             cadRadiusRowStatus 1.3.6.1.4.1.4998.1.1.40.1.7.1.9 rowstatus read-only
     cadTacacsTable 1.3.6.1.4.1.4998.1.1.40.1.8 no-access
This table defines the configuration parameters of the TACACS+ servers used by the C4.
         cadTacacsEntry 1.3.6.1.4.1.4998.1.1.40.1.8.1 no-access
             cadTacacsIpAddress 1.3.6.1.4.1.4998.1.1.40.1.8.1.1 inetaddressipv4or6 no-access
The IP address of the TACACS+ server host.
             cadTacacsPort 1.3.6.1.4.1.4998.1.1.40.1.8.1.2 integer32 read-only
The TCP port to use for TACACS+ authentication.
             cadTacacsTimeout 1.3.6.1.4.1.4998.1.1.40.1.8.1.3 integer32 read-only
Time in seconds before TCP times out.
             cadTacacsKey 1.3.6.1.4.1.4998.1.1.40.1.8.1.4 octet string read-only
The shared secret used between the C4 and the TACACS+ server.
             cadTacacsSingleConnect 1.3.6.1.4.1.4998.1.1.40.1.8.1.5 truthvalue read-only
Indicates whether this TACACS+ server will support multiplexing of multiple sessions over a single TCP connection.
             cadTacacsServerIndex 1.3.6.1.4.1.4998.1.1.40.1.8.1.6 integer32 read-only
The index in the tacacsServerEntry table corresponding to this tacacs host.
             cadTacacsRowStatus 1.3.6.1.4.1.4998.1.1.40.1.8.1.7 rowstatus read-only
     cadSshConfig 1.3.6.1.4.1.4998.1.1.40.1.9
         cadSshEnabled 1.3.6.1.4.1.4998.1.1.40.1.9.1 truthvalue read-only
The current adminstative status of the SSH server. True implies the SSH server is active.
         cadSshPort 1.3.6.1.4.1.4998.1.1.40.1.9.2 integer32 read-only
Port on which the SSH server listens.
         cadSshSessionIdleTimeout 1.3.6.1.4.1.4998.1.1.40.1.9.3 integer32 read-only
Seconds the SSH server will allow an established connection to remain idle connection before terminating it. 0 implies an unlimited idle timeout.
         cadSshMaxClients 1.3.6.1.4.1.4998.1.1.40.1.9.4 integer32 read-only
Maximum number of active SSH clients allowed by the SSH server. 0 implies the upper range of 20.
         cadSshPasswordAuthEnabled 1.3.6.1.4.1.4998.1.1.40.1.9.5 truthvalue read-only
True means that password authentication is allowed by the SSH server. False implies that public key authentication must be allowed. Setting this object fo false(2) will automatically cause cadSshPasswordAuthRequired to be set to false(2).
         cadSshPublicKeyAuthEnabled 1.3.6.1.4.1.4998.1.1.40.1.9.6 truthvalue read-only
When true, the SSH server will allow clients to authenticate using a digital signature. If false, password authentication must be allowed. Setting this object to false(2) will automatically cause cadSshPublicKeyAuthRequired and cadSshPublicKeyAuthFirst to be set to false(2).
         cadSshCliLoginEnabled 1.3.6.1.4.1.4998.1.1.40.1.9.7 truthvalue read-only
When true, the SSH server will allow clients to login into the CLI.
         cadSshSecureFtpEnabled 1.3.6.1.4.1.4998.1.1.40.1.9.8 truthvalue read-only
When true, the SSH server will allow clients to establish secure ftp sessions.
         cadSshPublicKey 1.3.6.1.4.1.4998.1.1.40.1.9.11 pemkey read-only
The SSH server's public key.
         cadSshPrivateKey 1.3.6.1.4.1.4998.1.1.40.1.9.12 pemkey read-only
The SSH server private key
         cadSshCiphers 1.3.6.1.4.1.4998.1.1.40.1.9.13 sshcipher read-only
SSH message encryption ciphers
         cadSshPortForwardingEnabled 1.3.6.1.4.1.4998.1.1.40.1.9.14 truthvalue read-only
Set this object to true(1) if SSH port forwarding is to be enabled. Otherwise, this object should be false(2) if SSH port forwarding is disabled.
         cadSshPasswordAuthRequired 1.3.6.1.4.1.4998.1.1.40.1.9.15 truthvalue read-only
If cadSshPasswordAuthEnabled is set to true(1), then setting cadSshPasswordAuthRequired to true(1) instructs the SSH server to require password authentication from connecting clients. If cadSshPasswordAuthEnabled is set to true(1) and this object it set to false(2), then password authentication may not be necessary as long as cadSshPublicAuthEnabled is set to true(1). Otherwise, if cadSshPasswordAuthEnabled is set to false(2), any attempt to set cadSshPasswordAuthRequired to true(1) will be rejected.
         cadSshPublicKeyAuthRequired 1.3.6.1.4.1.4998.1.1.40.1.9.16 truthvalue read-only
If cadSshPublicKeyAuthEnabled is set to true(1), then setting cadSshPublicKeyAuthRequired to true(1) instructs the SSH server to require public key authentication from connecting clients. If cadSshPublicKeyAuthRequired is set to true(1) and this object it set to false(2), then public key authentication may not be necessary as long as cadSshPasswordAuthEnabled is set to true(1). Otherwise, if cadSshPublicKeyAuthEnabled is set to false(2), any attempt to set cadSshPublicKeyAuthRequired to true(1) will be rejected. Setting this object to false(2) will automatically cause cadSshPublicKeyAuthFirst to be set to false(2).
         cadSshPublicKeyAuthFirst 1.3.6.1.4.1.4998.1.1.40.1.9.17 truthvalue read-only
If both cadSshPublicKeyAuthEnabled and cadSshPublicKeyAuthRequired are set to true(1), then this object may set to true(1). Otherwise, attempts to set this object to true(1) will fail. If set to true(1) and cadSshPasswordAuthRequired is set to true, then the SSH server will required public key authentication to preceed password authentication.
         cadSshMaxAuthFailures 1.3.6.1.4.1.4998.1.1.40.1.9.18 unsigned32 read-only
The SSH server will reject clients who fail to authorize after this many attempts.
         cadSshServerKeyType 1.3.6.1.4.1.4998.1.1.40.1.9.19 sshkeytype read-only
The SSH server key type (DSA-1024 or RSA-2048).
         cadSshKeyExchange 1.3.6.1.4.1.4998.1.1.40.1.9.20 sshkeyexchangemethod read-only
The SSH server key exhange method.
     cadPasswordTable 1.3.6.1.4.1.4998.1.1.40.1.10 no-access
This table reflects the local user passwords defined for the C4.
           cadPasswordEntry 1.3.6.1.4.1.4998.1.1.40.1.10.1 no-access
               cadPassUser 1.3.6.1.4.1.4998.1.1.40.1.10.1.1 snmpadminstring no-access
Local user name defined on the C4.
               cadPassPassword 1.3.6.1.4.1.4998.1.1.40.1.10.1.2 octet string read-only
Encrypted password for local user defined on the C4.
               cadPassAuthLevel 1.3.6.1.4.1.4998.1.1.40.1.10.1.3 integer read-only
Authorization level for this user account. Enumeration: 'priviledged': 1, 'normal': 2.
               cadPassPublicKey 1.3.6.1.4.1.4998.1.1.40.1.10.1.4 pemkey read-only
User's public key for use by SSH
               cadPassRowStatus 1.3.6.1.4.1.4998.1.1.40.1.10.1.5 rowstatus read-only
     cadEnablePasswordTable 1.3.6.1.4.1.4998.1.1.40.1.11 no-access
This table reflects the local enable passwords defined for various privilege levels.
           cadEnablePasswordEntry 1.3.6.1.4.1.4998.1.1.40.1.11.1 no-access
               cadPrivilegeLevel 1.3.6.1.4.1.4998.1.1.40.1.11.1.1 integer no-access
Privilege level.
               cadEnablePassword 1.3.6.1.4.1.4998.1.1.40.1.11.1.2 octet string read-only
Encrypted enable password associated with the privilege level.
               cadEnablePasswordRowStatus 1.3.6.1.4.1.4998.1.1.40.1.11.1.3 rowstatus read-only
     cadCLIcommandPrivilegeLevelTable 1.3.6.1.4.1.4998.1.1.40.1.12
     cadSshStatus 1.3.6.1.4.1.4998.1.1.40.1.13
           cadSshServerVersion 1.3.6.1.4.1.4998.1.1.40.1.13.1 snmpadminstring read-only
The current version information for this C4 SSH server.
           cadSshOfferedProtocols 1.3.6.1.4.1.4998.1.1.40.1.13.2 sshprotocol read-only
SSH Protocols available on this C4 SSH server.
           cadSshServerRunning 1.3.6.1.4.1.4998.1.1.40.1.13.3 truthvalue read-only
If true, the C4 SSH server is active.
           cadSshSessionTable 1.3.6.1.4.1.4998.1.1.40.1.13.4 no-access
This table defines the configuration parameters of the RADIUS servers used for authentication by the C4.
               cadSshSessionEntry 1.3.6.1.4.1.4998.1.1.40.1.13.4.1 no-access
                   cadSshSessionIndex 1.3.6.1.4.1.4998.1.1.40.1.13.4.1.1 integer32 no-access
The session index corresponding to a SSH session. These are preallocated by the system at startup.
                   cadSshConnectionId 1.3.6.1.4.1.4998.1.1.40.1.13.4.1.2 integer32 read-only
The connection identifier for this SSH session.
                   cadSshUser 1.3.6.1.4.1.4998.1.1.40.1.13.4.1.3 snmpadminstring read-only
                   cadSshClientIpAddr 1.3.6.1.4.1.4998.1.1.40.1.13.4.1.4 inetaddressipv4or6 read-only
The client IP address.
                   cadSshServiceType 1.3.6.1.4.1.4998.1.1.40.1.13.4.1.5 sshservice read-only
                   cadSshAuthMethod 1.3.6.1.4.1.4998.1.1.40.1.13.4.1.6 sshauthmethod read-only
The authentication method for this session.
                   cadSshCipherType 1.3.6.1.4.1.4998.1.1.40.1.13.4.1.7 sshciphertype read-only
                   cadSshMacAlg 1.3.6.1.4.1.4998.1.1.40.1.13.4.1.8 sshmacalg read-only
                   cadSshClientSw 1.3.6.1.4.1.4998.1.1.40.1.13.4.1.9 snmpadminstring read-only
                   cadSshSessionRowStatus 1.3.6.1.4.1.4998.1.1.40.1.13.4.1.10 rowstatus read-only
     cadCLIcommandPrivilegeTable 1.3.6.1.4.1.4998.1.1.40.1.14 no-access
This table reflects the mapping of CLI commands to privilege levels.
           cadCLIcommandPrivilegeEntry 1.3.6.1.4.1.4998.1.1.40.1.14.1 no-access
               cadCLIcommandPrivilegeNodeAddr 1.3.6.1.4.1.4998.1.1.40.1.14.1.1 cmdnode no-access
Address of the command node that uniquely identifies a CLI command.
               cadCLIcommandPrivilegeCommand 1.3.6.1.4.1.4998.1.1.40.1.14.1.2 displaystring no-access
Fully expanded CLI command text that uniquely identifies this command node.
               cadCLIcommandPrivilegeOriginalLevel 1.3.6.1.4.1.4998.1.1.40.1.14.1.3 integer read-only
Original privilege level defined at compile time.
               cadCLIcommandPrivilegeNewLevel 1.3.6.1.4.1.4998.1.1.40.1.14.1.4 integer read-only
Configured privilege level that overrides cadCLIcommandPrivilegeOriginalLevel
               cadCLIcommandPrivilegeRowStatus 1.3.6.1.4.1.4998.1.1.40.1.14.1.5 rowstatus read-only
Control object for this row
     cadAAAConformance 1.3.6.1.4.1.4998.1.1.40.1.20
           cadAAAGroups 1.3.6.1.4.1.4998.1.1.40.1.20.1
               cadAAALineGroup 1.3.6.1.4.1.4998.1.1.40.1.20.1.1
This group defines line configuration for the C4.
               cadAAAMethodGroup 1.3.6.1.4.1.4998.1.1.40.1.20.1.2
This group defines the AAA methods for the C4.
               cadAAAServerGroup 1.3.6.1.4.1.4998.1.1.40.1.20.1.3
This group defines the server cross reference group for AAA.
               cadAAAProtocolGroup 1.3.6.1.4.1.4998.1.1.40.1.20.1.4
This group defines AAA protocol information for the C4.
               cadAAASshGroup 1.3.6.1.4.1.4998.1.1.40.1.20.1.5
This group defines AAA SSH information for the C4.
               cadAAAPasswordGroup 1.3.6.1.4.1.4998.1.1.40.1.20.1.6
This group defines AAA local password information for the C4.
               cadAAAEnableGroup 1.3.6.1.4.1.4998.1.1.40.1.20.1.7
This group defines AAA local enable password information for the C4.
           cadAAACompliances 1.3.6.1.4.1.4998.1.1.40.1.20.2
               cadAAACompliance 1.3.6.1.4.1.4998.1.1.40.1.20.2.1
The compliance statement