CISCO-LOCAL-AUTH-USER-MIB

File: CISCO-LOCAL-AUTH-USER-MIB.mib (19206 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 MODULE-COMPLIANCE NOTIFICATION-GROUP
OBJECT-GROUP TruthValue DateAndTime
RowStatus StorageType SnmpAdminString
ciscoMgmt

Defined Types

ClauEntry  
SEQUENCE    
  clauUserIndex Unsigned32
  clauUserName SnmpAdminString
  clauUserType INTEGER
  clauUserCreationTime DateAndTime
  clauUserLifetime Unsigned32

ClauConfigEntry  
SEQUENCE    
  clauUserConfigName OCTET STRING
  clauUserConfigType INTEGER
  clauUserConfigCreationTime DateAndTime
  clauUserConfigLifetime Unsigned32
  clauUserConfigPassword SnmpAdminString
  clauUserConfigDescription SnmpAdminString
  clauUserConfigStorageType StorageType
  clauUserConfigRowStatus RowStatus

Defined Values

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.
MODULE-IDENTITY    

ciscoLocalAuthUserMIBNotifs 1.3.6.1.4.1.9.9.798.0
OBJECT IDENTIFIER    

ciscoLocalAuthUserMIBObjects 1.3.6.1.4.1.9.9.798.1
OBJECT IDENTIFIER    

ciscoLocalAuthUserMIBConform 1.3.6.1.4.1.9.9.798.2
OBJECT IDENTIFIER    

clauNotifEnable 1.3.6.1.4.1.9.9.798.1.1
This object specifies whether the system generates clauUserAdded1, clauUserDeleted1, clauUserLoggedIn1 and clauUserLoggedOut1 notifications.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

clauUserTable 1.3.6.1.4.1.9.9.798.1.2
This table lists the currently configured local users. This table is deprecated and replaced by clauUserConfigTable.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClauEntry

clauUserEntry 1.3.6.1.4.1.9.9.798.1.2.1
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.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  ClauEntry  

clauUserIndex 1.3.6.1.4.1.9.9.798.1.2.1.1
This object indicates an integer-value that uniquely identifies a local user.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

clauUserName 1.3.6.1.4.1.9.9.798.1.2.1.2
A textual string containing the name of the locally authenticated user.
Status: deprecated Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

clauUserType 1.3.6.1.4.1.9.9.798.1.2.1.3
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER defaultUser(1), lobbyUser(2), managementUser(3), networkUser(4), guestUser(5)  

clauUserCreationTime 1.3.6.1.4.1.9.9.798.1.2.1.4
This object indicates the time the local user was created.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DateAndTime  

clauUserLifetime 1.3.6.1.4.1.9.9.798.1.2.1.5
This object indicates the expiry duration of the local user; that is, the duration the local user is valid from the creation time.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Unsigned32  

clauUserConfigTable 1.3.6.1.4.1.9.9.798.1.3
This table lists the currently configured local users.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClauConfigEntry

clauUserConfigEntry 1.3.6.1.4.1.9.9.798.1.3.1
An entry describes the configured local user.
Status: current Access: not-accessible
OBJECT-TYPE    
  ClauConfigEntry  

clauUserConfigName 1.3.6.1.4.1.9.9.798.1.3.1.1
A textual string containing the name of the locally authenticated user.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..64)  

clauUserConfigType 1.3.6.1.4.1.9.9.798.1.3.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER defaultUser(1), lobbyUser(2), managementUser(3), networkUser(4), guestUser(5)  

clauUserConfigCreationTime 1.3.6.1.4.1.9.9.798.1.3.1.3
This object indicates the time the local user was created.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

clauUserConfigLifetime 1.3.6.1.4.1.9.9.798.1.3.1.4
This object specifies the expiry duration of the local user; that is, the duration the local user is valid from thes creation time.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

clauUserConfigPassword 1.3.6.1.4.1.9.9.798.1.3.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

clauUserConfigDescription 1.3.6.1.4.1.9.9.798.1.3.1.6
This object specifies the description of the local user.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

clauUserConfigStorageType 1.3.6.1.4.1.9.9.798.1.3.1.7
The storage type for this conceptual row in the clauUserConfigTable.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

clauUserConfigRowStatus 1.3.6.1.4.1.9.9.798.1.3.1.8
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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

clauMIBCompliances 1.3.6.1.4.1.9.9.798.2.1
OBJECT IDENTIFIER    

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
Status: deprecated Access: read-create
NOTIFICATION-TYPE    

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
Status: deprecated Access: read-create
NOTIFICATION-TYPE    

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
Status: deprecated Access: read-create
NOTIFICATION-TYPE    

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
Status: deprecated Access: read-create
NOTIFICATION-TYPE    

clauUserAdded1 1.3.6.1.4.1.9.9.798.0.5
This notification indicates when the system has added a user.
Status: current Access: read-create
NOTIFICATION-TYPE    

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.
Status: current Access: read-create
NOTIFICATION-TYPE    

clauUserLoggedIn1 1.3.6.1.4.1.9.9.798.0.7
This notification indicates when the user has logged into the system.
Status: current Access: read-create
NOTIFICATION-TYPE    

clauUserLoggedOut1 1.3.6.1.4.1.9.9.798.0.8
This notification indicates when the user has logged out of the system
Status: current Access: read-create
NOTIFICATION-TYPE    

clauMIBGroups 1.3.6.1.4.1.9.9.798.2.2
OBJECT IDENTIFIER    

clauMIBCompliance 1.3.6.1.4.1.9.9.798.2.1.1
This is a default module-compliance containing default object groups.
Status: deprecated Access: read-create
MODULE-COMPLIANCE    

clauMIBCompliance1 1.3.6.1.4.1.9.9.798.2.1.2
This is a default module-compliance containing object and notification groups.
Status: deprecated Access: read-create
MODULE-COMPLIANCE    

clauMIBCompliance2 1.3.6.1.4.1.9.9.798.2.1.3
This is a default module-compliance containing object and notification groups.
Status: current Access: read-only
MODULE-COMPLIANCE    

clauMIBMainObjectGroup 1.3.6.1.4.1.9.9.798.2.2.1
This is a cisco Local Authenticated User MIB Main Object group.
Status: deprecated Access: read-only
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.
Status: deprecated Access: read-only
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
Status: deprecated Access: read-only
NOTIFICATION-GROUP    

clauNotifControlGroup 1.3.6.1.4.1.9.9.798.2.2.4
A collection of objects providing for configuration of notification control.
Status: current Access: read-only
OBJECT-GROUP    

clauUserInfoGroup 1.3.6.1.4.1.9.9.798.2.2.5
A collection of objects providing the local user information.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
NOTIFICATION-GROUP