CADANT-AAA-MIB
AI MIB Summary
The CADANT-AAA-MIB manages proprietary authentication, authorization, and accounting (AAA) configuration parameters for the C4 platform, enabling the monitoring of user access policies, session states, and credential validation rules. This module facilitates the enforcement of security controls by exposing specific configuration variables required to define and audit AAA server interactions and user privilege levels.
The MIB module describes the proprietary AAA configuration parameters used to support authentication and authorization in the C4.
Main OID:
cadAAA.1.3.6.1.4.1.4998.1.1.40.1
133
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
133 total| Object Name |
|---|
cadAAAThe MIB module describes the proprietary AAA configuration parameters used to support authentication and authorization in the C4. MODULE-IDENTITY .1.3.6.1.4.1.4998.1.1.40.1 |
cadLineTableThis table reflects the AAA configuration for each line (vty or console) in the system. SEQUENCE OF CadLineEntry .1.3.6.1.4.1.4998.1.1.40.1.2 |
cadLineEntry CadLineEntry .1.3.6.1.4.1.4998.1.1.40.1.2.1 |
cadLineIndexThe line index corresponding to a console or vty line. These are preallocated by the system at startup. Integer32 .1.3.6.1.4.1.4998.1.1.40.1.2.1.1 |
cadLineTypeThe type (vty or console) of the access line.ro LineType (CADANT-TC) .1.3.6.1.4.1.4998.1.1.40.1.2.1.2 |
cadLineEnabledThe status of the line. When enabled, the line is available for access to the C4.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.2.1.3 |
cadLineSessionTimeoutSession length in seconds. The C4 automatically terminates the the session when this interval expires. A value of zero indicates no timeout.ro Integer32 .1.3.6.1.4.1.4998.1.1.40.1.2.1.4 |
cadLineIdleTimeoutMaximum 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.ro Integer32 .1.3.6.1.4.1.4998.1.1.40.1.2.1.5 |
cadLinePaginationNumber of lines of consecutive output to display before pausing and prompting the user. A value of zero indicates no pagination.ro Integer32 .1.3.6.1.4.1.4998.1.1.40.1.2.1.6 |
cadLineBaudBaud rate in bits per second. This is applicable to console lines only and is saved in the eeprom.ro Integer32 .1.3.6.1.4.1.4998.1.1.40.1.2.1.7 |
cadLinePasswordThe (encrypted) password associated with this line if line-based authentication is active. This is the line password.ro OCTET STRING .1.3.6.1.4.1.4998.1.1.40.1.2.1.8 |
cadLineLoginAuthMethodListThe 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.ro SnmpAdminString .1.3.6.1.4.1.4998.1.1.40.1.2.1.9 |
cadLineEnableAuthMethodListThe 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.ro SnmpAdminString .1.3.6.1.4.1.4998.1.1.40.1.2.1.10 |
cadLineAuthorMethodListThe 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.ro SnmpAdminString .1.3.6.1.4.1.4998.1.1.40.1.2.1.11 |
cadLineShellAccountingMethodListThe method list used for shell accounting. An empty string indicates no command accounting is possible.ro SnmpAdminString .1.3.6.1.4.1.4998.1.1.40.1.2.1.12 |
cadLineCommandAccountingMethodListThe 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.ro SnmpAdminString .1.3.6.1.4.1.4998.1.1.40.1.2.1.13 |
cadLineShellAccountingTypeAccounting 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.ro AccountingType (CADANT-TC) .1.3.6.1.4.1.4998.1.1.40.1.2.1.14 |
cadLineCommandAccountingTypeAccounting 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.ro AccountingType (CADANT-TC) .1.3.6.1.4.1.4998.1.1.40.1.2.1.15 |
cadLineCommandAccountingPrivilegeLevelWhen command accounting is enabled, accounting records will be sent only for commands whose privilege level is greater than or equal to cadLineCommandAccountingPrivilegeLevel.ro Integer32 .1.3.6.1.4.1.4998.1.1.40.1.2.1.16 |
cadAuthorizationMethodTableA list of methods which are used in determining the type and sequence of authorization. SEQUENCE OF CadAuthorizationMethodEntry .1.3.6.1.4.1.4998.1.1.40.1.3 |
cadAuthorizationMethodEntryEach row describes a single AAA method. Order is used in determining the sequence in which the methods are applied. CadAuthorizationMethodEntry .1.3.6.1.4.1.4998.1.1.40.1.3.1 |
cadAuthorizationListNameThe 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. SnmpAdminString .1.3.6.1.4.1.4998.1.1.40.1.3.1.1 |
cadAuthorizationListIndexThe 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. Integer32 (0|1..32) .1.3.6.1.4.1.4998.1.1.40.1.3.1.2 |
cadAuthorizationTypero AAAmethod (CADANT-TC) .1.3.6.1.4.1.4998.1.1.40.1.3.1.3 |
cadAuthorizationGroupThe name of the group used in TACACS+ method. The default names of 'tac_default' represent the entire set of defined TACACS+ servers.ro SnmpAdminString .1.3.6.1.4.1.4998.1.1.40.1.3.1.4 |
cadAuthorizationRowStatusro RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.3.1.5 |
cadAuthMethodTableA list of methods which are used in determining the type and sequence of authentication. SEQUENCE OF CadAuthMethodEntry .1.3.6.1.4.1.4998.1.1.40.1.4 |
cadAuthMethodEntryEach row describes a single AAA method. Order is used in determining the sequence in which the methods are applied. CadAuthMethodEntry .1.3.6.1.4.1.4998.1.1.40.1.4.1 |
cadAuthListNameThe 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. SnmpAdminString .1.3.6.1.4.1.4998.1.1.40.1.4.1.1 |
cadAuthListIndexThe 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. Integer32 (0|1..32) .1.3.6.1.4.1.4998.1.1.40.1.4.1.2 |
cadAuthTypero AAAmethod (CADANT-TC) .1.3.6.1.4.1.4998.1.1.40.1.4.1.3 |
cadAuthGroupThe 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.ro SnmpAdminString .1.3.6.1.4.1.4998.1.1.40.1.4.1.4 |
cadAuthRowStatusro RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.4.1.5 |
cadAccountingMethodTableA list of methods which are used in determining the type and sequence of accounting. SEQUENCE OF CadAccountingMethodEntry .1.3.6.1.4.1.4998.1.1.40.1.5 |
cadAccountingMethodEntryEach row describes a single AAA method. Order is used in determining the sequence in which the methods are applied. CadAccountingMethodEntry .1.3.6.1.4.1.4998.1.1.40.1.5.1 |
cadAccountingListNameThe 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. SnmpAdminString .1.3.6.1.4.1.4998.1.1.40.1.5.1.1 |
cadAccountingListIndexThe 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. Integer32 (0|1..32) .1.3.6.1.4.1.4998.1.1.40.1.5.1.2 |
cadAccountingTyperw AAAmethod (CADANT-TC) .1.3.6.1.4.1.4998.1.1.40.1.5.1.3 |
cadAccountingGroupThe name of the group used in TACACS+ method. The default names of 'tac_default' represent the entire set of defined TACACS+ servers.ro SnmpAdminString .1.3.6.1.4.1.4998.1.1.40.1.5.1.4 |
cadAccountingRowStatusro RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.5.1.5 |
cadServerGroupTable SEQUENCE OF CadServerGroupEntry .1.3.6.1.4.1.4998.1.1.40.1.6 |
cadServerGroupEntryThis is the cross-reference table linking server group names used in authentication lists to the ordered set of individual servers. CadServerGroupEntry .1.3.6.1.4.1.4998.1.1.40.1.6.1 |
cadGroupNameServer Group name. The group name 'radius' includes all defined radius servers on the C4. SnmpAdminString .1.3.6.1.4.1.4998.1.1.40.1.6.1.1 |
cadGroupIndexOrders 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. Integer32 (0|1..32) .1.3.6.1.4.1.4998.1.1.40.1.6.1.2 |
cadGroupTypeOrders the group based on the order in which the servers were defined.ro Enumeration .1.3.6.1.4.1.4998.1.1.40.1.6.1.3 |
cadGroupIpAddressIp address of the AAA server.ro InetAddressIPv4or6 (CADANT-TC) .1.3.6.1.4.1.4998.1.1.40.1.6.1.4 |
cadGroupPortPort number of the AAA server.ro Integer32 .1.3.6.1.4.1.4998.1.1.40.1.6.1.5 |
cadGroupRowStatusro RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.6.1.6 |
cadRadiusTableThis table defines the configuration parameters of the RADIUS servers used for authentication by the C4. SEQUENCE OF CadRadiusEntry .1.3.6.1.4.1.4998.1.1.40.1.7 |
cadRadiusEntry CadRadiusEntry .1.3.6.1.4.1.4998.1.1.40.1.7.1 |
cadRadiusIpAddressThe IP address of the radius server host. InetAddressIPv4or6 (CADANT-TC) .1.3.6.1.4.1.4998.1.1.40.1.7.1.1 |
cadRadiusAuthPortThe UDP port to use for RADIUS authentication.ro Integer32 .1.3.6.1.4.1.4998.1.1.40.1.7.1.2 |
cadRadiusAcctPortThe UDP port to use for RADIUS accounting records.ro Integer32 .1.3.6.1.4.1.4998.1.1.40.1.7.1.3 |
cadRadiusTimeoutTime in seconds to wait between retransmissions of a RADIUS request.ro Integer32 .1.3.6.1.4.1.4998.1.1.40.1.7.1.4 |
cadRadiusRetransThe number of retransmissions before declaring a RADIUS server dead.ro Integer32 .1.3.6.1.4.1.4998.1.1.40.1.7.1.5 |
cadRadiusKeyThe shared secret used between the C4 and the RADIUS server.ro OCTET STRING .1.3.6.1.4.1.4998.1.1.40.1.7.1.7 |
cadRadiusAuthServerIndexThe index in the radiusAuthServerEntry table corresponding to this radius host.ro Integer32 .1.3.6.1.4.1.4998.1.1.40.1.7.1.8 |
cadRadiusRowStatusro RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.7.1.9 |
cadTacacsTableThis table defines the configuration parameters of the TACACS+ servers used by the C4. SEQUENCE OF CadTacacsEntry .1.3.6.1.4.1.4998.1.1.40.1.8 |
cadTacacsEntry CadTacacsEntry .1.3.6.1.4.1.4998.1.1.40.1.8.1 |
cadTacacsIpAddressThe IP address of the TACACS+ server host. InetAddressIPv4or6 (CADANT-TC) .1.3.6.1.4.1.4998.1.1.40.1.8.1.1 |
cadTacacsPortThe TCP port to use for TACACS+ authentication.ro Integer32 .1.3.6.1.4.1.4998.1.1.40.1.8.1.2 |
cadTacacsTimeoutTime in seconds before TCP times out.ro Integer32 .1.3.6.1.4.1.4998.1.1.40.1.8.1.3 |
cadTacacsKeyThe shared secret used between the C4 and the TACACS+ server.ro OCTET STRING .1.3.6.1.4.1.4998.1.1.40.1.8.1.4 |
cadTacacsSingleConnectIndicates whether this TACACS+ server will support multiplexing of multiple sessions over a single TCP connection.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.8.1.5 |
cadTacacsServerIndexThe index in the tacacsServerEntry table corresponding to this tacacs host.ro Integer32 .1.3.6.1.4.1.4998.1.1.40.1.8.1.6 |
cadTacacsRowStatusro RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.8.1.7 |
cadSshConfig OBJECT IDENTIFIER .1.3.6.1.4.1.4998.1.1.40.1.9 |
cadSshEnabledThe current adminstative status of the SSH server. True implies the SSH server is active.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.9.1 |
cadSshPortPort on which the SSH server listens.ro Integer32 .1.3.6.1.4.1.4998.1.1.40.1.9.2 |
cadSshSessionIdleTimeoutSeconds the SSH server will allow an established connection to remain idle connection before terminating it. 0 implies an unlimited idle timeout.ro Integer32 .1.3.6.1.4.1.4998.1.1.40.1.9.3 |
cadSshMaxClientsMaximum number of active SSH clients allowed by the SSH server. 0 implies the upper range of 20.ro Integer32 .1.3.6.1.4.1.4998.1.1.40.1.9.4 |
cadSshPasswordAuthEnabledTrue 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).ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.9.5 |
cadSshPublicKeyAuthEnabledWhen 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).ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.9.6 |
cadSshCliLoginEnabledWhen true, the SSH server will allow clients to login into the CLI.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.9.7 |
cadSshSecureFtpEnabledWhen true, the SSH server will allow clients to establish secure ftp sessions.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.9.8 |
cadSshPublicKeyThe SSH server's public key.ro PemKey .1.3.6.1.4.1.4998.1.1.40.1.9.11 |
cadSshPrivateKeyThe SSH server private keyro PemKey .1.3.6.1.4.1.4998.1.1.40.1.9.12 |
cadSshCiphersSSH message encryption ciphersro SshCipher (CADANT-TC) .1.3.6.1.4.1.4998.1.1.40.1.9.13 |
cadSshPortForwardingEnabledSet 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.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.9.14 |
cadSshPasswordAuthRequiredIf 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.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.9.15 |
cadSshPublicKeyAuthRequiredIf 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).ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.9.16 |
cadSshPublicKeyAuthFirstIf 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.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.9.17 |
cadSshMaxAuthFailuresThe SSH server will reject clients who fail to authorize after this many attempts.ro Unsigned32 .1.3.6.1.4.1.4998.1.1.40.1.9.18 |
cadSshServerKeyTypeThe SSH server key type (DSA-1024 or RSA-2048).ro SshKeyType (CADANT-TC) .1.3.6.1.4.1.4998.1.1.40.1.9.19 |
cadSshKeyExchangeThe SSH server key exhange method.ro SshKeyExchangeMethod (CADANT-TC) .1.3.6.1.4.1.4998.1.1.40.1.9.20 |
cadPasswordTableThis table reflects the local user passwords defined for the C4. SEQUENCE OF CadPasswordEntry .1.3.6.1.4.1.4998.1.1.40.1.10 |
cadPasswordEntry CadPasswordEntry .1.3.6.1.4.1.4998.1.1.40.1.10.1 |
cadPassUserLocal user name defined on the C4. SnmpAdminString .1.3.6.1.4.1.4998.1.1.40.1.10.1.1 |
cadPassPasswordEncrypted password for local user defined on the C4.ro OCTET STRING .1.3.6.1.4.1.4998.1.1.40.1.10.1.2 |
cadPassAuthLevelAuthorization level for this user account.ro Enumeration .1.3.6.1.4.1.4998.1.1.40.1.10.1.3 |
cadPassPublicKeyUser's public key for use by SSHro PemKey .1.3.6.1.4.1.4998.1.1.40.1.10.1.4 |
cadPassRowStatusro RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.10.1.5 |
cadEnablePasswordTableThis table reflects the local enable passwords defined for various privilege levels. SEQUENCE OF CadEnablePasswordEntry .1.3.6.1.4.1.4998.1.1.40.1.11 |
cadEnablePasswordEntry CadEnablePasswordEntry .1.3.6.1.4.1.4998.1.1.40.1.11.1 |
cadPrivilegeLevelPrivilege level. INTEGER .1.3.6.1.4.1.4998.1.1.40.1.11.1.1 |
cadEnablePasswordEncrypted enable password associated with the privilege level.ro OCTET STRING .1.3.6.1.4.1.4998.1.1.40.1.11.1.2 |
cadEnablePasswordRowStatusro RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.11.1.3 |
cadCLIcommandPrivilegeLevelTable OBJECT IDENTIFIER .1.3.6.1.4.1.4998.1.1.40.1.12 |
cadSshStatus OBJECT IDENTIFIER .1.3.6.1.4.1.4998.1.1.40.1.13 |
cadSshServerVersionThe current version information for this C4 SSH server.ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.4998.1.1.40.1.13.1 |
cadSshOfferedProtocolsSSH Protocols available on this C4 SSH server.ro SshProtocol (CADANT-TC) .1.3.6.1.4.1.4998.1.1.40.1.13.2 |
cadSshServerRunningIf true, the C4 SSH server is active.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.13.3 |
cadSshSessionTableThis table defines the configuration parameters of the RADIUS servers used for authentication by the C4. SEQUENCE OF CadSshSessionEntry .1.3.6.1.4.1.4998.1.1.40.1.13.4 |
cadSshSessionEntry CadSshSessionEntry .1.3.6.1.4.1.4998.1.1.40.1.13.4.1 |
cadSshSessionIndexThe session index corresponding to a SSH session. These are preallocated by the system at startup. Integer32 .1.3.6.1.4.1.4998.1.1.40.1.13.4.1.1 |
cadSshConnectionIdThe connection identifier for this SSH session.ro Integer32 .1.3.6.1.4.1.4998.1.1.40.1.13.4.1.2 |
cadSshUserro SnmpAdminString .1.3.6.1.4.1.4998.1.1.40.1.13.4.1.3 |
cadSshClientIpAddrThe client IP address.ro InetAddressIPv4or6 (CADANT-TC) .1.3.6.1.4.1.4998.1.1.40.1.13.4.1.4 |
cadSshServiceTypero SshService (CADANT-TC) .1.3.6.1.4.1.4998.1.1.40.1.13.4.1.5 |
cadSshAuthMethodThe authentication method for this session.ro SshAuthMethod (CADANT-TC) .1.3.6.1.4.1.4998.1.1.40.1.13.4.1.6 |
cadSshCipherTypero SshCipherType (CADANT-TC) .1.3.6.1.4.1.4998.1.1.40.1.13.4.1.7 |
cadSshMacAlgro SshMacAlg (CADANT-TC) .1.3.6.1.4.1.4998.1.1.40.1.13.4.1.8 |
cadSshClientSwro SnmpAdminString .1.3.6.1.4.1.4998.1.1.40.1.13.4.1.9 |
cadSshSessionRowStatusro RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.13.4.1.10 |
cadCLIcommandPrivilegeTableThis table reflects the mapping of CLI commands to privilege levels. SEQUENCE OF CadCLIcommandPrivilegeEntry .1.3.6.1.4.1.4998.1.1.40.1.14 |
cadCLIcommandPrivilegeEntry CadCLIcommandPrivilegeEntry .1.3.6.1.4.1.4998.1.1.40.1.14.1 |
cadCLIcommandPrivilegeNodeAddrAddress of the command node that uniquely identifies a CLI command.obsolete CmdNode .1.3.6.1.4.1.4998.1.1.40.1.14.1.1 |
cadCLIcommandPrivilegeCommandFully expanded CLI command text that uniquely identifies this command node. DisplayString (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.14.1.2 |
cadCLIcommandPrivilegeOriginalLevelOriginal privilege level defined at compile time.rw INTEGER .1.3.6.1.4.1.4998.1.1.40.1.14.1.3 |
cadCLIcommandPrivilegeNewLevelConfigured privilege level that overrides cadCLIcommandPrivilegeOriginalLevelrw INTEGER .1.3.6.1.4.1.4998.1.1.40.1.14.1.4 |
cadCLIcommandPrivilegeRowStatusControl object for this rowrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4998.1.1.40.1.14.1.5 |
cadAAAConformance OBJECT IDENTIFIER .1.3.6.1.4.1.4998.1.1.40.1.20 |
cadAAAGroups OBJECT IDENTIFIER .1.3.6.1.4.1.4998.1.1.40.1.20.1 |
cadAAALineGroupThis group defines line configuration for the C4. Unknown .1.3.6.1.4.1.4998.1.1.40.1.20.1.1 |
cadAAAMethodGroupThis group defines the AAA methods for the C4. Unknown .1.3.6.1.4.1.4998.1.1.40.1.20.1.2 |
cadAAAServerGroupThis group defines the server cross reference group for AAA. Unknown .1.3.6.1.4.1.4998.1.1.40.1.20.1.3 |
cadAAAProtocolGroupThis group defines AAA protocol information for the C4. Unknown .1.3.6.1.4.1.4998.1.1.40.1.20.1.4 |
cadAAASshGroupThis group defines AAA SSH information for the C4. Unknown .1.3.6.1.4.1.4998.1.1.40.1.20.1.5 |
cadAAAPasswordGroupThis group defines AAA local password information for the C4. Unknown .1.3.6.1.4.1.4998.1.1.40.1.20.1.6 |
cadAAAEnableGroupThis group defines AAA local enable password information for the C4. Unknown .1.3.6.1.4.1.4998.1.1.40.1.20.1.7 |
cadAAACompliances OBJECT IDENTIFIER .1.3.6.1.4.1.4998.1.1.40.1.20.2 |
cadAAAComplianceThe compliance statement Unknown .1.3.6.1.4.1.4998.1.1.40.1.20.2.1 |