MIB Viewer

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-SMIciscoMgmt
SNMPv2-CONFMODULE-COMPLIANCE OBJECT-GROUP
SNMPv2-SMIInteger32 MODULE-IDENTITY OBJECT-TYPE
SNMPv2-TCTEXTUAL-CONVENTION TruthValue
OIDNameAccessStatusDescription
1.3.6.1.4.1.9.9.158IdentityciscoAAAClientMIBThis 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.1NodecacMIBObjects
1.3.6.1.4.1.9.9.158.1.1NodecacPriority
1.3.6.1.4.1.9.9.158.1.1.1TablecacPriorityTablenot-accessiblecurrentThis 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.1RowcacPriorityEntrynot-accessiblecurrentAn 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.1ColumncacSessionnot-accessiblecurrentThis is the session type used to connect to the network device.
1.3.6.1.4.1.9.9.158.1.1.1.1.2ColumncacAuthennot-accessiblecurrentThis is the authentication method used to authenticate users.
1.3.6.1.4.1.9.9.158.1.1.1.1.3ColumncacLoginModenot-accessiblecurrentThis 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.4ColumncacEnableread-writecurrentIt 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.5ColumncacPriorityNumberread-onlycurrentThis 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.6ColumncacPrimaryMethodread-writecurrentIt 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.2NodecacLoginConfig
1.3.6.1.4.1.9.9.158.1.2.1TablecacLoginConfigTablenot-accessiblecurrentA table that contains login configuration which is associated with this system.
1.3.6.1.4.1.9.9.158.1.2.1.1RowcacLoginConfigEntrynot-accessiblecurrentAn entry containing the configuration of the login.
1.3.6.1.4.1.9.9.158.1.2.1.1.1ColumncacMaxLoginAttemptread-writecurrentIndicates 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.2ColumncacLockoutPeriodread-writedeprecatedIndicates 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.3ColumncacLockoutPeriodExtread-writecurrentSpecifies 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.2NodecacMIBNotifications
1.3.6.1.4.1.9.9.158.3NodecacMIBConformance
1.3.6.1.4.1.9.9.158.3.1NodecacMIBCompliances
1.3.6.1.4.1.9.9.158.3.1.1CompliancecacMIBCompliancedeprecatedThe compliance statement for entities which implement the CISCO AAA Client MIB
1.3.6.1.4.1.9.9.158.3.1.2CompliancecacMIBCompliance2currentThe compliance statement for entities which implement the CISCO AAA Client MIB
1.3.6.1.4.1.9.9.158.3.2NodecacMIBGroups
1.3.6.1.4.1.9.9.158.3.2.1GroupcacPriorityGroupcurrentA collection of objects providing the AAA client priority information.
1.3.6.1.4.1.9.9.158.3.2.2GroupcacLoginConfigGroupdeprecatedA collection of objects providing the AAA client login configuration.
1.3.6.1.4.1.9.9.158.3.2.3GroupcacLoginConfigGroupRev1currentA collection of objects providing the AAA client login configuration.
Type Definitions
NameSyntaxStatusDescription
AuthenMethodINTEGER { tacacs (1), radius (2), kerberos (3), local (4) }currentRepresents 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 …
LoginModeINTEGER { login (1), enable (2) }currentRepresents login mode. login(1) indicates the normal mode. enable(2) indicates the privileged mode.
SessionTypeINTEGER { telnet (1), console (2), http (3) }currentRepresents a session type. telnet(1) indicates telnet session. console(2) indicates console session. http(3) indicates http session.