02-14-2023 03:57 AM
Hi All,
Am configuring new routers with local user login (this will eventually move to Radius in future). The access works fine but not sure how to bypass the enable password for the privilege 15 user.
Below is the aaa config, I believe am missing something in this?
!
enable secret 5 xxxxxxx
username user1 privilege 15 password 7 xxxxxxxxx
aaa new-model
!
aaa authentication login default local
aaa authentication enable default enable
!
aaa session-id common
02-14-2023 04:10 AM
here there is chicken and egg issue
the privilege work in case of you not add enable password to your config
but here you add aaa auth enable using enable password
so solution, please try it in lab and see it effect before apply in real network
no enable secret 5 xxxxxxx
!
no aaa authentication enable default enable
03-01-2023 01:57 AM
Use the following command:
line vty 0 15
privilege level 15
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