Valid 350-401 Dumps shared by EduDump.com for Helping Passing 350-401 Exam! EduDump.com now offer the newest 350-401 exam dumps, the EduDump.com 350-401 exam questions have been updated and answers have been corrected get the newest EduDump.com 350-401 dumps with Test Engine here:
Refer to the exhibit. A network engineer must configure a password expiry mechanism on the gateway router for all local passwords to expire after 60 days. What is required to complete this task?
Correct Answer: C
Perform this task to create a password security policy and to apply the policy to a specific user profile. Device> enable Device# configure terminal Device(config)# aaa new-model Device(config)# aaa common-criteria policy policy1 Device(config-cc-policy)# char-changes 4 Device(config-cc-policy)# max-length 20 Device(config-cc-policy)# min-length 6 Device(config-cc-policy)# numeric-count 2 Device(config-cc-policy)# special-case 2 Device(config-cc-policy)# exit Device(config)# username user1 common-criteria-policy policy1 password password1 Device(config)# end