complexPasswordRules
BLADE-MIB ·
.1.3.6.1.4.1.2.3.51.2.4.1.1.20.2.5
Object
scalar mandatory
r/w
Enumeration
If enabled, the minimum complexity rules will be enforced for all
local login passwords and 'User login password required' rule will be enabled.
The rules are as follows:
Passwords must be a minimum of eight characters.
Passwords must not be a repeat or reverse of the associated login id.
Passwords must be no more than three of the same characters used consecutively.
Passwords must contain at least three of the following combinations:
At least one lower case alphanumeric character.
At least one upper case alphanumeric character.
At least one numeric character.
At least one special character.
The default value is disabled.
Context
- MIB
- BLADE-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.4.1.1.20.2.5- 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 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADE-MIB::complexPasswordRules.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BLADE-MIB::complexPasswordRules'
Syntax
Enumeration
Values & Constraints
No enumerated values or constraints recorded.