08-04-2021 01:19 PM
Hello;
Is there a way to implement Password Strength and Management for Common Criteria while retaining the secret password?
If not, how can a minimum password length be enforced in IOS XE 17.3.3?
Thanks for your support.
Regards,
08-04-2021 01:24 PM
Most of the network devices are managed with TACACS / Radius (they intern connect to AD or any other sources) that source can define what kind of length password should be.
if you looking Local (we use most of the time fall back not many accounts, only critical fall back used here)
some reference local accounts :
08-04-2021 01:34 PM
08-04-2021 02:11 PM
Is there a way to implement this with secret passwords?
above document provide the steps -
08-04-2021 02:52 PM
08-04-2021 03:40 PM - edited 08-04-2021 03:40 PM
Hello
@fuhrersk8 wrote:
“For local users that have been defined using the username username common-criteria-policy policy-name secret 5|8|9 commands, they are not evaluated against the password common criteria. Only the common criteria lifetime is applied to the username.” <-- not sure what this means TBH
If not, how can a minimum password length be enforced in IOS XE 17.3.3?
FYI
password encryption aes
key config-key password-encrypt
username xxx privilege 15 algorithm-type scrypt secret xxxxx < type 9>
security authentication failure rate x log
security passwords min-length x
aaa authentication attempts login x
08-05-2021 05:42 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide