All MIBs › CME-MIB › lockoutPeriod
lockoutPeriod
Module: CME-MIB
OID (symbolic): CME-MIB::lockoutPeriod
OID (numeric): 1.3.6.1.4.1.2.3.51.2.4.1.1.20.2.10
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: 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 2880 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.
What is lockoutPeriod?
This read-write integer, ranging 1 to 2880 minutes with a default of 2 minutes at the legacy security level or 60 minutes at the high level, and 0 disabling it, sets how long an account stays locked out after hitting the maximum number of login failures. An admin tunes this to balance brute-force resistance against the risk of locking out a legitimate user for too long. For example, raising lockoutPeriod to 60 for the high security level makes a failed-login lockout far more disruptive to a would-be attacker than the 2-minute legacy default.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.4.1.1.20.2.10 snmpwalk -v2c -c public <target> CME-MIB::lockoutPeriod
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.4.1.1.20.2.10.1 snmpget -v2c -c public <target> CME-MIB::lockoutPeriod.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2.3.51.2.4.1.1.20.2.10.1 i <value>
Start monitoring Cisco Communications Manager Express (CME) router/gateway with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CME-MIB::lockoutPeriod OID value, configure state conditions and alerts, and monitor any Cisco Communications Manager Express (CME) router/gateway from a single console.
OID Breakdown
Upper-level ancestors (13 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.2 | ibm | BLADE-MIB |
| 1.3.6.1.4.1.2.3 | ibmAgents | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51 | netfinitySupportProcessorAgent | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2 | bladeCenterSnmpMIB | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4 | configureSP | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.1 | remoteAccessConfig | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.1.1 | generalRemoteCfg | BLADE-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2.3.51.2.4.1.1.20 | accountSecurityManagement | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.1.1.20.2 | customSecuritySettings | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.1.1.20.2.10 | lockoutPeriod | CME-MIB |