CISCO-LOCAL-AUTH-USER-MIB
- Registered at
- 1.3.6.1.4.1.9.9.798
- Last updated
- 2013-11-08 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2013-11-08 00:00, 2013-05-09 00:00, 2012-07-13 00:00
- Namespace
- cisco
- Source file
CISCO-LOCAL-AUTH-USER-MIB- Digest
sha256:920f83152d40bce93263a34c939e1408be6747914e8716de427531821defb154
Description
This MIB module defines objects describing users authenticated locally by a Network Access Server (NAS). +--------+ +--------+ +---------+ | | | | | | | Client |<---->| Server |<------>| Network | | | | (NAS) | | | +--------+ +--------+ +---------+ A client is a telnet or SSH user needing access to the NAS box directly. Network user like PPP or dot1x will request NAS box for authentication to access the network. NAS box authenticates user present in the local user database. GLOSSARY Network Access Server ( NAS ) A single point of access to a remote resource and is exclusively used with Authentication, Authorization and Accounting. Point-to-Point Protocol (PPP) A data link protocol commonly used in establishing a direct connection between two networking nodes.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETSS E-mail: cs-aaa@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DateAndTime, DisplayString, RowStatus, StorageType, 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-LOCAL-AUTH-USER-MIB CISCO-SMI SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoLocalAuthUserMIBNotifs OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.798.0 | |||
| ciscoLocalAuthUserMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.798.1 | |||
| clauNotifEnable OBJECT-TYPE This object specifies whether the system generates clauUserAdded1, clauUserDeleted1, clauUserLoggedIn1 and clauUserLoggedOut1 notifications. | 1.3.6.1.4.1.9.9.798.1.1 | TruthValue | read-write | current |
| clauUserTable OBJECT-TYPE This table lists the currently configured local users. This table is deprecated and replaced by clauUserConfigTable. | 1.3.6.1.4.1.9.9.798.1.2 | not-accessible | deprecated | |
| clauUserEntry OBJECT-TYPE An entry describes a local user identified by its index. An entry is created or modified when a user is defined with IOS configuration commands via CLI. An entry is removed when a user is undefined with IOS configuration commands via CLI or by automatic expiry of users when lifetime of the user is expired. | 1.3.6.1.4.1.9.9.798.1.2.1 | not-accessible | deprecated | |
| clauUserIndex OBJECT-TYPE This object indicates an integer-value that uniquely identifies a local user. | 1.3.6.1.4.1.9.9.798.1.2.1.1 | Unsigned32 (1..4294967295) | not-accessible | deprecated |
| clauUserName OBJECT-TYPE A textual string containing the name of the locally authenticated user. | 1.3.6.1.4.1.9.9.798.1.2.1.2 | SnmpAdminString | read-only | deprecated |
| clauUserType OBJECT-TYPE This object indicates the type of local user: defaultUser - Default user account type. lobbyUser - Management user with lobby admin privileges, can create and manage guest user account type. managementUser - Management user account type. networkUser - User requires accessing the network. guestUser - Type of networkUser with lifetime configured such that they can stay alive for a given time period and will expire therafter. | 1.3.6.1.4.1.9.9.798.1.2.1.3 | INTEGER {defaultUser(1), lobbyUser(2), managementUser(3), networkUser(4), guestUser(5)} | read-only | deprecated |
| clauUserCreationTime OBJECT-TYPE This object indicates the time the local user was created. | 1.3.6.1.4.1.9.9.798.1.2.1.4 | DateAndTime | read-only | deprecated |
| clauUserLifetime OBJECT-TYPE This object indicates the expiry duration of the local user; that is, the duration the local user is valid from the creation time. | 1.3.6.1.4.1.9.9.798.1.2.1.5 | Unsigned32 | read-only | deprecated |
| clauUserConfigTable OBJECT-TYPE This table lists the currently configured local users. | 1.3.6.1.4.1.9.9.798.1.3 | not-accessible | current | |
| clauUserConfigEntry OBJECT-TYPE An entry describes the configured local user. | 1.3.6.1.4.1.9.9.798.1.3.1 | not-accessible | current | |
| clauUserConfigName OBJECT-TYPE A textual string containing the name of the locally authenticated user. | 1.3.6.1.4.1.9.9.798.1.3.1.1 | OCTET STRING (SIZE(1..64)) | not-accessible | current |
| clauUserConfigType OBJECT-TYPE This object indicates the type of local user: defaultUser - Default user account type. lobbyUser - Management user with lobby admin privileges, can create and manage guest user account type. managementUser - Management user account type. networkUser - User requires accessing the network. guestUser - Type of networkUser with lifetime configured such that they can stay alive for a given time period and will expire therafter. | 1.3.6.1.4.1.9.9.798.1.3.1.2 | INTEGER {defaultUser(1), lobbyUser(2), managementUser(3), networkUser(4), guestUser(5)} | read-only | current |
| clauUserConfigCreationTime OBJECT-TYPE This object indicates the time the local user was created. | 1.3.6.1.4.1.9.9.798.1.3.1.3 | DateAndTime | read-only | current |
| clauUserConfigLifetime OBJECT-TYPE This object specifies the expiry duration of the local user; that is, the duration the local user is valid from thes creation time. | 1.3.6.1.4.1.9.9.798.1.3.1.4 | Unsigned32 | read-create | current |
| clauUserConfigPassword OBJECT-TYPE This object specifies the password of the locally authenticated user. When read, this object always returns the value of a non zero-length octet string with asterick value. | 1.3.6.1.4.1.9.9.798.1.3.1.5 | SnmpAdminString | read-create | current |
| clauUserConfigDescription OBJECT-TYPE This object specifies the description of the local user. | 1.3.6.1.4.1.9.9.798.1.3.1.6 | SnmpAdminString | read-create | current |
| clauUserConfigStorageType OBJECT-TYPE The storage type for this conceptual row in the clauUserConfigTable. | 1.3.6.1.4.1.9.9.798.1.3.1.7 | StorageType | read-create | current |
| clauUserConfigRowStatus OBJECT-TYPE This object reflects the status of the row in this table. It can be used for creating, deleting and modifying the entries in this table. | 1.3.6.1.4.1.9.9.798.1.3.1.8 | RowStatus | read-create | current |
| ciscoLocalAuthUserMIBConform OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.798.2 | |||
| clauMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.798.2.1 | |||
| clauMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.798.2.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| clauUserAdded NOTIFICATION-TYPE This notification indicates when the system has added a user. This notification is deprecated and replaced by clauUserAdded1 | 1.3.6.1.4.1.9.9.798.0.1 | deprecated |
| clauUserDeleted NOTIFICATION-TYPE This notification indicates when the system has deleted a user. This notification is deprecated and replaced by clauUserDeleted1 | 1.3.6.1.4.1.9.9.798.0.2 | deprecated |
| clauUserLoggedIn NOTIFICATION-TYPE This notification indicates when the user has logged into the system. This notification is deprecated and replaced by clauUserLoggedIn1 | 1.3.6.1.4.1.9.9.798.0.3 | deprecated |
| clauUserLoggedOut NOTIFICATION-TYPE This notification indicates when the user has logged out of the system. This notification is deprecated and replaced by clauUserLoggedOut1 | 1.3.6.1.4.1.9.9.798.0.4 | deprecated |
| clauUserAdded1 NOTIFICATION-TYPE This notification indicates when the system has added a user. | 1.3.6.1.4.1.9.9.798.0.5 | current |
| clauUserDeleted1 NOTIFICATION-TYPE This notification indicates when the system has deleted a user or when user lifetime got expired. | 1.3.6.1.4.1.9.9.798.0.6 | current |
| clauUserLoggedIn1 NOTIFICATION-TYPE This notification indicates when the user has logged into the system. | 1.3.6.1.4.1.9.9.798.0.7 | current |
| clauUserLoggedOut1 NOTIFICATION-TYPE This notification indicates when the user has logged out of the system | 1.3.6.1.4.1.9.9.798.0.8 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| clauMIBCompliance MODULE-COMPLIANCE This is a default module-compliance containing default object groups. | 1.3.6.1.4.1.9.9.798.2.1.1 | deprecated |
| clauMIBCompliance1 MODULE-COMPLIANCE This is a default module-compliance containing object and notification groups. | 1.3.6.1.4.1.9.9.798.2.1.2 | deprecated |
| clauMIBCompliance2 MODULE-COMPLIANCE This is a default module-compliance containing object and notification groups. | 1.3.6.1.4.1.9.9.798.2.1.3 | current |
| clauMIBMainObjectGroup OBJECT-GROUP This is a cisco Local Authenticated User MIB Main Object group. | 1.3.6.1.4.1.9.9.798.2.2.1 | deprecated |
| clauMIBNotificationGroup NOTIFICATION-GROUP This is a cisco Local Authenticated User MIB Notification group. | 1.3.6.1.4.1.9.9.798.2.2.2 | deprecated |
| clauMIBNotificationGroup1 NOTIFICATION-GROUP A collection of notifications about local user login and logout | 1.3.6.1.4.1.9.9.798.2.2.3 | deprecated |
| clauNotifControlGroup OBJECT-GROUP A collection of objects providing for configuration of notification control. | 1.3.6.1.4.1.9.9.798.2.2.4 | current |
| clauUserInfoGroup OBJECT-GROUP A collection of objects providing the local user information. | 1.3.6.1.4.1.9.9.798.2.2.5 | current |
| clauMIBNotificationGroup2 NOTIFICATION-GROUP A collection of notifications about local user addition, deletion, login and logout. | 1.3.6.1.4.1.9.9.798.2.2.6 | current |