CISCO-AAA-CLIENT-MIB
29 objects
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.
Imported Objects
| CISCO-SMI | ciscoMgmt |
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | Integer32 MODULE-IDENTITY OBJECT-TYPE |
| SNMPv2-TC | TEXTUAL-CONVENTION TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.9.9.158 | IdentityciscoAAAClientMIB | This MIB module provides data for authentication method priority based on Authentication, Authorization, Accounting (AAA) protocols. References: The TACACS+ Pr… | ||
| 1.3.6.1.4.1.9.9.158.1 | NodecacMIBObjects | |||
| 1.3.6.1.4.1.9.9.158.1.1 | NodecacPriority | |||
| 1.3.6.1.4.1.9.9.158.1.1.1 | TablecacPriorityTable | not-accessible | current | 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 … |
| 1.3.6.1.4.1.9.9.158.1.1.1.1 | RowcacPriorityEntry | not-accessible | current | 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.1 | ColumncacSession | not-accessible | current | 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.2 | ColumncacAuthen | not-accessible | current | This is the authentication method used to authenticate users. |
| 1.3.6.1.4.1.9.9.158.1.1.1.1.3 | ColumncacLoginMode | not-accessible | current | 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.4 | ColumncacEnable | read-write | current | It indicates whether the authentication method denoted by cacAuthen is enabled or not. When this object is true(1), the authentication method denoted by cacAut… |
| 1.3.6.1.4.1.9.9.158.1.1.1.1.5 | ColumncacPriorityNumber | read-only | current | 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 … |
| 1.3.6.1.4.1.9.9.158.1.1.1.1.6 | ColumncacPrimaryMethod | read-write | current | It indicates whether the authentication method denoted by cacAuthen is the primary (first one to be tried) method when there are multiple authentication method… |
| 1.3.6.1.4.1.9.9.158.1.2 | NodecacLoginConfig | |||
| 1.3.6.1.4.1.9.9.158.1.2.1 | TablecacLoginConfigTable | not-accessible | current | A table that contains login configuration which is associated with this system. |
| 1.3.6.1.4.1.9.9.158.1.2.1.1 | RowcacLoginConfigEntry | not-accessible | current | An entry containing the configuration of the login. |
| 1.3.6.1.4.1.9.9.158.1.2.1.1.1 | ColumncacMaxLoginAttempt | read-write | current | 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 … |
| 1.3.6.1.4.1.9.9.158.1.2.1.1.2 | ColumncacLockoutPeriod | read-write | deprecated | 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 log… |
| 1.3.6.1.4.1.9.9.158.1.2.1.1.3 | ColumncacLockoutPeriodExt | read-write | current | 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 log… |
| 1.3.6.1.4.1.9.9.158.2 | NodecacMIBNotifications | |||
| 1.3.6.1.4.1.9.9.158.3 | NodecacMIBConformance | |||
| 1.3.6.1.4.1.9.9.158.3.1 | NodecacMIBCompliances | |||
| 1.3.6.1.4.1.9.9.158.3.1.1 | CompliancecacMIBCompliance | deprecated | The compliance statement for entities which implement the CISCO AAA Client MIB | |
| 1.3.6.1.4.1.9.9.158.3.1.2 | CompliancecacMIBCompliance2 | current | The compliance statement for entities which implement the CISCO AAA Client MIB | |
| 1.3.6.1.4.1.9.9.158.3.2 | NodecacMIBGroups | |||
| 1.3.6.1.4.1.9.9.158.3.2.1 | GroupcacPriorityGroup | current | A collection of objects providing the AAA client priority information. | |
| 1.3.6.1.4.1.9.9.158.3.2.2 | GroupcacLoginConfigGroup | deprecated | A collection of objects providing the AAA client login configuration. | |
| 1.3.6.1.4.1.9.9.158.3.2.3 | GroupcacLoginConfigGroupRev1 | current | A collection of objects providing the AAA client login configuration. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| AuthenMethod | INTEGER { tacacs (1), radius (2), kerberos (3), local (4) } | current | 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 … |
| LoginMode | INTEGER { login (1), enable (2) } | current | Represents login mode. login(1) indicates the normal mode. enable(2) indicates the privileged mode. |
| SessionType | INTEGER { telnet (1), console (2), http (3) } | current | Represents a session type. telnet(1) indicates telnet session. console(2) indicates console session. http(3) indicates http session. |