accountLockoutPeriod
IMM-MIB ·
.1.3.6.1.4.1.2.3.51.3.3.1.1.20.9
Object
scalar mandatory
r/w
Enumeration
The period of time in minutes that a user is locked out after the maximum number of login failures was reached. The minimum value is is 1 minute and the maximum value is 240 minutes. The default value is 2 minutes for the Legacy security level and 60 minutes for the High security level. A value of 0 disables this option.
Context
- MIB
- IMM-MIB
- OID
.1.3.6.1.4.1.2.3.51.3.3.1.1.20.9- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- customSecuritySettings
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IMM-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IMM-MIB::accountLockoutPeriod.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IMM-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IMM-MIB::accountLockoutPeriod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | nowait |
1 | oneMinute |
2 | twoMinutes |
5 | fiveMinutes |
10 | tenMinutes |
15 | fifteenMinutes |
20 | twentyMinutes |
30 | thirtyMinutes |
60 | sixtyMinutes |
120 | oneTwentyMinutes |
180 | oneEightyMinutes |
240 | twoFortyMinutes |