cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1677
Views
0
Helpful
2
Replies

bypass enable password

Psmurali89
Spotlight
Spotlight

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

 

2 Replies 2

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

rezaalikhani
Level 4
Level 4

Use the following command:

line vty 0 15

privilege level 15

 

Review Cisco Networking for a $25 gift card