CISCO-AAA-CLIENT-MIB
- Registered at
- 1.3.6.1.4.1.9.9.158
- Last updated
- 2001-11-19 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2001-11-19 00:00, 2001-05-10 00:00
- Namespace
- cisco
- Source file
CISCO-AAA-CLIENT-MIB- Digest
sha256:d39a8e0a284a9106ac31d5e6437cee7c26b2e281af5af07ba1bed2cbeb28b375
Description
This MIB module provides data for authentication method priority based on Authentication, Authorization, Accounting (AAA) protocols. References: The TACACS+ Protocol Version 1.78, Internet Draft RFC 1411 Telnet Authentication: Kerberos Version 4. RFC 1964 The Kerberos Version 5 GSS-API Mechanism.
Contact
Cisco Systems Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-aaa@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-AAA-CLIENT-MIB CISCO-SMI SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| AuthenMethod TEXTUAL-CONVENTION Represents authentication method. tacacs(1) indicates that TACACS method is used for authentication. radius(2) indicates that RADIUS method is used for authentication. kerberos(3) indicates that KERBEROS method is used for authentication. local(4) indicates that local password is used for authentication. Which password is used depend on what login mode users specified. | current | |||
| LoginMode TEXTUAL-CONVENTION Represents login mode. login(1) indicates the normal mode. enable(2) indicates the privileged mode. | current | |||
| SessionType TEXTUAL-CONVENTION Represents a session type. telnet(1) indicates telnet session. console(2) indicates console session. http(3) indicates http session. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| cacMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.158.1 | |||
| cacPriority OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.158.1.1 | |||
| cacPriorityTable OBJECT-TYPE This table contains entries for AAA authentication methods configured in the system. At startup, agent set up all the entries of the table. All authentication methods will be disabled except local authentication will be enabled for each session type and login mode. Users later can enable/disable a specific authentication method through cacEnable object. The following table describes the startup state of each authentication method and session type in normal login mode and enable login mode. AuthenMethod Console Session Telnet Session Http Session ------------ ---------------- ---------------- ------------ tacacs disabled disabled disabled radius disabled disabled disabled kerberos disabled disabled disabled local enabled(*) enabled(*) enabled(*) (*) denotes primary method. | 1.3.6.1.4.1.9.9.158.1.1.1 | not-accessible | current | |
| cacPriorityEntry OBJECT-TYPE An entry containing the priority number of an authentication method used in a session. | 1.3.6.1.4.1.9.9.158.1.1.1.1 | not-accessible | current | |
| cacSession OBJECT-TYPE This is the session type used to connect to the network device. | 1.3.6.1.4.1.9.9.158.1.1.1.1.1 | SessionType | not-accessible | current |
| cacAuthen OBJECT-TYPE This is the authentication method used to authenticate users. | 1.3.6.1.4.1.9.9.158.1.1.1.1.2 | AuthenMethod | not-accessible | current |
| cacLoginMode OBJECT-TYPE This is the login mode user used to login to the network device. | 1.3.6.1.4.1.9.9.158.1.1.1.1.3 | LoginMode | not-accessible | current |
| cacEnable OBJECT-TYPE It indicates whether the authentication method denoted by cacAuthen is enabled or not. When this object is true(1), the authentication method denoted by cacAuthen is enabled. When this object is false(2), the authentication method denoted by cacAuthen is disabled. If the value of cacAuthen is local, the value of this object cannot be set to false(2). | 1.3.6.1.4.1.9.9.158.1.1.1.1.4 | TruthValue | read-write | current |
| cacPriorityNumber OBJECT-TYPE This is the priority number of an authentication method to be used in user authentication for a session. This value is automatically assigned and reflects the relative priority of the authentication method denoted by cacAuthen with respected to already configured authentication methods. It is assigned in the order in which the authentication method is enabled by the user through cacEnable. The higher value has the higher priority. This object is used to determine the fallback order in case the primary authentication method indicated by cacPrimaryMethod failed. If the authentication method denoted by cacAuthen is disabled for the type of session denoted by cacSession, the value of this object is equal to 0. | 1.3.6.1.4.1.9.9.158.1.1.1.1.5 | Integer32 (0..4) | read-only | current |
| cacPrimaryMethod OBJECT-TYPE It indicates whether the authentication method denoted by cacAuthen is the primary (first one to be tried) method when there are multiple authentication method configured. Setting this object to true(1) will make the authentication method denoted by cacAuthen to be the primary authentication method for the session denoted by cacSession. The previously configured primary method will be changed to false(2). Setting this object to false(2) is not allowed. | 1.3.6.1.4.1.9.9.158.1.1.1.1.6 | TruthValue | read-write | current |
| cacLoginConfig OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.158.1.2 | |||
| cacLoginConfigTable OBJECT-TYPE A table that contains login configuration which is associated with this system. | 1.3.6.1.4.1.9.9.158.1.2.1 | not-accessible | current | |
| cacLoginConfigEntry OBJECT-TYPE An entry containing the configuration of the login. | 1.3.6.1.4.1.9.9.158.1.2.1.1 | not-accessible | current | |
| cacMaxLoginAttempt OBJECT-TYPE Indicates the maximum number of login attempts allowed. Setting this variable to 0 will disable the attempt limit checking. If the login session type does not support this attempt limit checking, the value of this object can only be set to 0. | 1.3.6.1.4.1.9.9.158.1.2.1.1.1 | Integer32 (0 | 3..10) | read-write | current |
| cacLockoutPeriod OBJECT-TYPE Indicates the lockout period after the maximum number of login attempt is met. For console, the console input will be frozen during this period. For remote logins, the connection will be closed and any subsequent access from that station will be closed during the lockout time. Setting this variable to 0 will disable the lockout. If the login session type does not support this lockout period, the value of this object can only be set to 0. If the lockout period is greater than the maximum value reportable by this object then this object should report its maximum value (600) and cacLockoutPeriodExt must be used to report the lockout period. | 1.3.6.1.4.1.9.9.158.1.2.1.1.2 | Integer32 (0 | 30..600) | read-write | deprecated |
| cacLockoutPeriodExt OBJECT-TYPE Specifies the lockout period after the maximum number of login attempt is met. For console, the console input will be frozen during this period. For remote logins, the connection will be closed and any subsequent access from that station will be closed during the lockout time. Setting this variable to 0 will disable the lockout. If the login session type does not support this lockout period, the value of this object can only be set to 0. | 1.3.6.1.4.1.9.9.158.1.2.1.1.3 | Integer32 (0 | 30..43200) | read-write | current |
| cacMIBNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.158.2 | |||
| cacMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.158.3 | |||
| cacMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.158.3.1 | |||
| cacMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.158.3.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| cacMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO AAA Client MIB | 1.3.6.1.4.1.9.9.158.3.1.1 | deprecated |
| cacMIBCompliance2 MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO AAA Client MIB | 1.3.6.1.4.1.9.9.158.3.1.2 | current |
| cacPriorityGroup OBJECT-GROUP A collection of objects providing the AAA client priority information. | 1.3.6.1.4.1.9.9.158.3.2.1 | current |
| cacLoginConfigGroup OBJECT-GROUP A collection of objects providing the AAA client login configuration. | 1.3.6.1.4.1.9.9.158.3.2.2 | deprecated |
| cacLoginConfigGroupRev1 OBJECT-GROUP A collection of objects providing the AAA client login configuration. | 1.3.6.1.4.1.9.9.158.3.2.3 | current |