MIB Viewer

accountSecurityLevel

OBJECT-TYPE
1.3.6.1.4.1.2.3.51.2.4.1.1.20.1
Access
read-write
Status
mandatory
Source
BLADE-MIB
Sub-identifiers
0
The level of security needed for local user login passwords. The legacy level: - no password required - no password expiration - no password re-use restrictions - no frequency of password change restrictions - account is locked for 2 minutes after 5 login failures - simple password rules - no account inactivity monitoring The high level: - password required - factory default 'USERID' account password must be changed on next login - force user to change password on first login - password expires in 90 days - password re-use checking enabled (last 5 passwords kept in history) - minimum 24 hours interval between password changes - account is locked for 60 minutes after 5 login failures - complex password rules with 2 degrees of difference from previous password - alert on account inactivity after 120 days - accounts disabled after 180 days of inactivity The custom level: - set the password settings individually under customSecuritySettings The default value is legacy.
INTEGER { legacy(0), high(1), custom(2) }