AT-USER-MIB

File: AT-USER-MIB.mib (13021 bytes)

Imported modules

AT-SMI-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

sysinfo Unsigned32 OBJECT-TYPE
MODULE-IDENTITY DisplayString

Defined Types

UserInfoEntry  
SEQUENCE    
  userInfoType INTEGER
  userInfoIndex Unsigned32
  userInfoUserName DisplayString
  userInfoPrivilegeLevel Unsigned32
  userInfoIdleTime DisplayString
  userInfoLocation DisplayString
  userInfoPasswordLifetime DisplayString
  userInfoPasswordLastChange DisplayString

UserConfigEntry  
SEQUENCE    
  userConfigIndex Unsigned32
  userConfigUsername DisplayString
  userConfigPrivilegeLevel Unsigned32

Defined Values

user 1.3.6.1.4.1.207.8.4.4.3.20
The AT-USER MIB contains objects for displaying information of users currently logged into a device, or configured in the local user data base of the device.
MODULE-IDENTITY    

userInfoTable 1.3.6.1.4.1.207.8.4.4.3.20.1
A table of information about users. Each entry in the table represents a user currently logged into the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UserInfoEntry

userInfoEntry 1.3.6.1.4.1.207.8.4.4.3.20.1.1
Information on a user currently logged into the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  UserInfoEntry  

userInfoType 1.3.6.1.4.1.207.8.4.4.3.20.1.1.1
The type of connection through which the user logged into the device: - console (1) - aux (2) - telnet (3) - script (4) - stack or back-up CFC console (5)
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER console(1), aux(2), telnet(3), script(4), stack(5)  

userInfoIndex 1.3.6.1.4.1.207.8.4.4.3.20.1.1.2
The index of the line upon which the user logged into the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..16  

userInfoUserName 1.3.6.1.4.1.207.8.4.4.3.20.1.1.3
This object represents the user name of the user currently logged into the device.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

userInfoPrivilegeLevel 1.3.6.1.4.1.207.8.4.4.3.20.1.1.4
This object indicates the privilege level the user is granted.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..15  

userInfoIdleTime 1.3.6.1.4.1.207.8.4.4.3.20.1.1.5
This object indicates the amount of time since the user was last active. It is in the form of hh:mm:ss.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

userInfoLocation 1.3.6.1.4.1.207.8.4.4.3.20.1.1.6
This object indicates the location or login method of the user. It can be an IP address used by the user to telnet into the device, or an asyn port, etc.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

userInfoPasswordLifetime 1.3.6.1.4.1.207.8.4.4.3.20.1.1.7
This object indicates the number of days remaining until the users password expires. Depending on the current user setting it will either display a string of: 'No Expiry' - password will never expire (default); 'x days' where x is the remaining lifetime of the current password - the maximum lifetime value is 1000 days; '-x days (expired)' indicates that the current password expired 'x' days ago.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

userInfoPasswordLastChange 1.3.6.1.4.1.207.8.4.4.3.20.1.1.8
This object indicates, in days, the last time the password was altered.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

userConfigTable 1.3.6.1.4.1.207.8.4.4.3.20.2
A table of user configuration information. Each entry in the table represents a user configured in the local user data base of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UserConfigEntry

userConfigEntry 1.3.6.1.4.1.207.8.4.4.3.20.2.1
A conceptual entry in the userConfigTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  UserConfigEntry  

userConfigIndex 1.3.6.1.4.1.207.8.4.4.3.20.2.1.1
The index used to identify entries in the userConfigTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

userConfigUsername 1.3.6.1.4.1.207.8.4.4.3.20.2.1.2
This object represents the user's name in configuration.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

userConfigPrivilegeLevel 1.3.6.1.4.1.207.8.4.4.3.20.2.1.3
This object represents the user's privilege level in configuration.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..15  

userSecurityPasswordRules 1.3.6.1.4.1.207.8.4.4.3.20.3
OBJECT IDENTIFIER    

userSecurityPasswordHistory 1.3.6.1.4.1.207.8.4.4.3.20.3.1
This object represents the number of previous passwords that will be retained for comparison when a new password is created for the user. The password must be unique when compared against the previous history. A value of 0 represents 'No Restriction' - default. The maximum number of retained passwords is 15.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

userSecurityPasswordLifetime 1.3.6.1.4.1.207.8.4.4.3.20.3.2
This object represents the maximum time interval (days) that the password may persist for before a change is required. A value of 0 represents 'No Expiry' - default. The maximum value is 1000 days.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

userSecurityPasswordWarning 1.3.6.1.4.1.207.8.4.4.3.20.3.3
This object represents the number of days before the password expires that a warning message will be displayed when the user logs on. A value of 0 indicates 'No Warning' - default. The maximum value is 1000 but must always be less than the password lifetime.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

userSecurityPasswordMinLength 1.3.6.1.4.1.207.8.4.4.3.20.3.4
This object represents the minimum password length that the password must satisfy to be considered valid. The default value is 1.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..23  

userSecurityPasswordMinCategory 1.3.6.1.4.1.207.8.4.4.3.20.3.5
This object represents the minimum number of different categories that the password must satisfy to be considered valid. Categories are split into four groups: upper-case letters; lower-case letters; digits; special symbols. For example, combinations of: ABCD (1 category), ABCDabcd (2 categories), ABCD1111 (2 categories), abcd#$# (2 categories), Aa1# (4 categories). The default value is 1.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..4  

userSecurityPasswordForced 1.3.6.1.4.1.207.8.4.4.3.20.3.6
This object represents whether or not a user with an expired password should be forced to alter their password at the next log-on. When a user logs on with an expired password the system will either reject the log-on attempt or if allowed to log-on then the user may be forced to update their password immediately depending on this setting. This functionality is only valid for administrative users. The default value is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

userSecurityPasswordReject 1.3.6.1.4.1.207.8.4.4.3.20.3.7
This object represents whether or not a user log-on attempt with an expired password will be rejected. If they are not rejected then the user will be allowed to log-on. They may have to alter their password immediately based on the forced setting. This functionality is only valid for administrative users. The passwords of non-administrative users will never expire. The default value is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)