05-10-2019 12:35 PM
Hi, I enable aaa on my ISR 4331, and got locked out of ssl. login local was removed from line vty 0 4, and won't allow me to put it back. I found a command, aaa authentication login default local; line vty 04; login authentication default, but those commands are not available on the ISR 4331.
How do I enable aaa and keep SSL access?
Thanks, -ken
Solved! Go to Solution.
05-10-2019 07:21 PM
I'm thinking you mean ssh access since you keep mentioning "line vty ...".
You should only need to enter this single line:
aaa authentication login default local
I would also add:
aaa authorization exec default local
05-10-2019 07:21 PM
I'm thinking you mean ssh access since you keep mentioning "line vty ...".
You should only need to enter this single line:
aaa authentication login default local
I would also add:
aaa authorization exec default local
05-13-2019 08:03 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