AT-USER-MIB: View SNMP OID List / Download MIB

VENDOR: ALLIED TELESIS


 Home MIB: AT-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
       userInfoTable 1.3.6.1.4.1.207.8.4.4.3.20.1 no-access
A table of information about users. Each entry in the table represents a user currently logged into the device.
           userInfoEntry 1.3.6.1.4.1.207.8.4.4.3.20.1.1 no-access
Information on a user currently logged into the device.
               userInfoType 1.3.6.1.4.1.207.8.4.4.3.20.1.1.1 integer no-access
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) Enumeration: 'aux': 2, 'console': 1, 'stack': 5, 'telnet': 3, 'script': 4.
               userInfoIndex 1.3.6.1.4.1.207.8.4.4.3.20.1.1.2 unsigned32 no-access
The index of the line upon which the user logged into the device.
               userInfoUserName 1.3.6.1.4.1.207.8.4.4.3.20.1.1.3 displaystring read-only
This object represents the user name of the user currently logged into the device.
               userInfoPrivilegeLevel 1.3.6.1.4.1.207.8.4.4.3.20.1.1.4 unsigned32 read-only
This object indicates the privilege level the user is granted.
               userInfoIdleTime 1.3.6.1.4.1.207.8.4.4.3.20.1.1.5 displaystring read-only
This object indicates the amount of time since the user was last active. It is in the form of hh:mm:ss.
               userInfoLocation 1.3.6.1.4.1.207.8.4.4.3.20.1.1.6 displaystring read-only
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.
               userInfoPasswordLifetime 1.3.6.1.4.1.207.8.4.4.3.20.1.1.7 displaystring read-only
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.
               userInfoPasswordLastChange 1.3.6.1.4.1.207.8.4.4.3.20.1.1.8 displaystring read-only
This object indicates, in days, the last time the password was altered.
       userConfigTable 1.3.6.1.4.1.207.8.4.4.3.20.2 no-access
A table of user configuration information. Each entry in the table represents a user configured in the local user data base of the device.
           userConfigEntry 1.3.6.1.4.1.207.8.4.4.3.20.2.1 no-access
A conceptual entry in the userConfigTable.
               userConfigIndex 1.3.6.1.4.1.207.8.4.4.3.20.2.1.1 unsigned32 no-access
The index used to identify entries in the userConfigTable.
               userConfigUsername 1.3.6.1.4.1.207.8.4.4.3.20.2.1.2 displaystring read-only
This object represents the user's name in configuration.
               userConfigPrivilegeLevel 1.3.6.1.4.1.207.8.4.4.3.20.2.1.3 unsigned32 read-only
This object represents the user's privilege level in configuration.
       userSecurityPasswordRules 1.3.6.1.4.1.207.8.4.4.3.20.3
           userSecurityPasswordHistory 1.3.6.1.4.1.207.8.4.4.3.20.3.1 displaystring read-only
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.
           userSecurityPasswordLifetime 1.3.6.1.4.1.207.8.4.4.3.20.3.2 displaystring read-only
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.
           userSecurityPasswordWarning 1.3.6.1.4.1.207.8.4.4.3.20.3.3 displaystring read-only
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.
           userSecurityPasswordMinLength 1.3.6.1.4.1.207.8.4.4.3.20.3.4 unsigned32 read-only
This object represents the minimum password length that the password must satisfy to be considered valid. The default value is 1.
           userSecurityPasswordMinCategory 1.3.6.1.4.1.207.8.4.4.3.20.3.5 unsigned32 read-only
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.
           userSecurityPasswordForced 1.3.6.1.4.1.207.8.4.4.3.20.3.6 integer read-only
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. Enumeration: 'disabled': 2, 'enabled': 1.
           userSecurityPasswordReject 1.3.6.1.4.1.207.8.4.4.3.20.3.7 integer read-only
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. Enumeration: 'disabled': 2, 'enabled': 1.