CISCO-LOCAL-AUTH-USER-MIB: View SNMP OID List / Download MIB
VENDOR: CISCO
Home | MIB: CISCO-LOCAL-AUTH-USER-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
ciscoLocalAuthUserMIB | 1.3.6.1.4.1.9.9.798 |
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. |
||
ciscoLocalAuthUserMIBNotifs | 1.3.6.1.4.1.9.9.798.0 | |||
clauUserAdded | 1.3.6.1.4.1.9.9.798.0.1 |
This notification indicates when the system has added a user. This notification is deprecated and replaced by clauUserAdded1 |
||
clauUserDeleted | 1.3.6.1.4.1.9.9.798.0.2 |
This notification indicates when the system has deleted a user. This notification is deprecated and replaced by clauUserDeleted1 |
||
clauUserLoggedIn | 1.3.6.1.4.1.9.9.798.0.3 |
This notification indicates when the user has logged into the system. This notification is deprecated and replaced by clauUserLoggedIn1 |
||
clauUserLoggedOut | 1.3.6.1.4.1.9.9.798.0.4 |
This notification indicates when the user has logged out of the system. This notification is deprecated and replaced by clauUserLoggedOut1 |
||
clauUserAdded1 | 1.3.6.1.4.1.9.9.798.0.5 |
This notification indicates when the system has added a user. |
||
clauUserDeleted1 | 1.3.6.1.4.1.9.9.798.0.6 |
This notification indicates when the system has deleted a user or when user lifetime got expired. |
||
clauUserLoggedIn1 | 1.3.6.1.4.1.9.9.798.0.7 |
This notification indicates when the user has logged into the system. |
||
clauUserLoggedOut1 | 1.3.6.1.4.1.9.9.798.0.8 |
This notification indicates when the user has logged out of the system |
||
ciscoLocalAuthUserMIBObjects | 1.3.6.1.4.1.9.9.798.1 | |||
clauNotifEnable | 1.3.6.1.4.1.9.9.798.1.1 | truthvalue | read-write |
This object specifies whether the system generates clauUserAdded1, clauUserDeleted1, clauUserLoggedIn1 and clauUserLoggedOut1 notifications. |
clauUserTable | 1.3.6.1.4.1.9.9.798.1.2 | no-access |
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.1 | no-access |
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. |
||
clauUserIndex | 1.3.6.1.4.1.9.9.798.1.2.1.1 | unsigned32 | no-access |
This object indicates an integer-value that uniquely identifies a local user. |
clauUserName | 1.3.6.1.4.1.9.9.798.1.2.1.2 | snmpadminstring | read-only |
A textual string containing the name of the locally authenticated user. |
clauUserType | 1.3.6.1.4.1.9.9.798.1.2.1.3 | integer | read-only |
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. Enumeration: 'lobbyUser': 2, 'networkUser': 4, 'guestUser': 5, 'defaultUser': 1, 'managementUser': 3. |
clauUserCreationTime | 1.3.6.1.4.1.9.9.798.1.2.1.4 | dateandtime | read-only |
This object indicates the time the local user was created. |
clauUserLifetime | 1.3.6.1.4.1.9.9.798.1.2.1.5 | unsigned32 | read-only |
This object indicates the expiry duration of the local user; that is, the duration the local user is valid from the creation time. |
clauUserConfigTable | 1.3.6.1.4.1.9.9.798.1.3 | no-access |
This table lists the currently configured local users. |
|
1.3.6.1.4.1.9.9.798.1.3.1 | no-access |
An entry describes the configured local user. |
||
clauUserConfigName | 1.3.6.1.4.1.9.9.798.1.3.1.1 | octet string | no-access |
A textual string containing the name of the locally authenticated user. |
clauUserConfigType | 1.3.6.1.4.1.9.9.798.1.3.1.2 | integer | read-only |
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. Enumeration: 'lobbyUser': 2, 'networkUser': 4, 'guestUser': 5, 'defaultUser': 1, 'managementUser': 3. |
clauUserConfigCreationTime | 1.3.6.1.4.1.9.9.798.1.3.1.3 | dateandtime | read-only |
This object indicates the time the local user was created. |
clauUserConfigLifetime | 1.3.6.1.4.1.9.9.798.1.3.1.4 | unsigned32 | read-only |
This object specifies the expiry duration of the local user; that is, the duration the local user is valid from thes creation time. |
clauUserConfigPassword | 1.3.6.1.4.1.9.9.798.1.3.1.5 | snmpadminstring | read-only |
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. |
clauUserConfigDescription | 1.3.6.1.4.1.9.9.798.1.3.1.6 | snmpadminstring | read-only |
This object specifies the description of the local user. |
clauUserConfigStorageType | 1.3.6.1.4.1.9.9.798.1.3.1.7 | storagetype | read-only |
The storage type for this conceptual row in the clauUserConfigTable. |
clauUserConfigRowStatus | 1.3.6.1.4.1.9.9.798.1.3.1.8 | rowstatus | read-only |
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. |
ciscoLocalAuthUserMIBConform | 1.3.6.1.4.1.9.9.798.2 | |||
clauMIBCompliances | 1.3.6.1.4.1.9.9.798.2.1 | |||
clauMIBCompliance | 1.3.6.1.4.1.9.9.798.2.1.1 |
This is a default module-compliance containing default object groups. |
||
clauMIBCompliance1 | 1.3.6.1.4.1.9.9.798.2.1.2 |
This is a default module-compliance containing object and notification groups. |
||
clauMIBCompliance2 | 1.3.6.1.4.1.9.9.798.2.1.3 |
This is a default module-compliance containing object and notification groups. |
||
clauMIBGroups | 1.3.6.1.4.1.9.9.798.2.2 | |||
clauMIBMainObjectGroup | 1.3.6.1.4.1.9.9.798.2.2.1 |
This is a cisco Local Authenticated User MIB Main Object group. |
||
clauMIBNotificationGroup | 1.3.6.1.4.1.9.9.798.2.2.2 |
This is a cisco Local Authenticated User MIB Notification group. |
||
clauMIBNotificationGroup1 | 1.3.6.1.4.1.9.9.798.2.2.3 |
A collection of notifications about local user login and logout |
||
clauNotifControlGroup | 1.3.6.1.4.1.9.9.798.2.2.4 |
A collection of objects providing for configuration of notification control. |
||
clauUserInfoGroup | 1.3.6.1.4.1.9.9.798.2.2.5 |
A collection of objects providing the local user information. |
||
clauMIBNotificationGroup2 | 1.3.6.1.4.1.9.9.798.2.2.6 |
A collection of notifications about local user addition, deletion, login and logout. |