usersLockProtectionEnable
MX-AAA-MIB ·
.0.1000.1.100.1.275
Object
Users Lock Protection Enable
To configure the locking mechanism to protect a user account
against brute force attacks.
* Enable: The user account will be temporarily locked after
repetitive login failures.
* Disable: The user account will never be locked, regardless
of the amount of failed login attempts.
Refer to the LoginLockedMaxRetry and LoginLockedTimeoutS
parameters for more configuration.
Context
- MIB
- MX-AAA-MIB
- OID
.0.1000.1.100.1.275- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- usersEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'MX-AAA-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-AAA-MIB::usersLockProtectionEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-AAA-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-AAA-MIB::usersLockProtectionEnable.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-AAA-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-AAA-MIB::usersLockProtectionEnable'
Syntax
- Source
- MX-TCMxEnableState
- Base type
Enumeration
Values & Constraints
Type Values
0 | disable |
1 | enable |