10-27-2020 10:41 AM
I noticed that whenever I try to console into some of my switches, the local enable password is always denied. Other switches though allow me into enable mode when consoling in. I checked the configs and they differ as per below...
Config where I can't get to priv mode...
enable secret 5 XXXXXXX
!
username XXXXXXX privilege 15 secret 5 XXXXXXX
!
aaa authentication login default group XXXXXXX local
aaa authentication login CONSOLE local
aaa authentication enable default group XXXXXXX enable
!
!
line con 0
exec-timeout 30 0
logging synchronous
login authentication CONSOLE
stopbits 1
Config where I can login to Prive mode via console access...
enable secret 5 XXXXXXX
!
username XXXXXXX privilege 15 secret 5 XXXXXXX
!
aaa authentication login default group XXXXXXX local
aaa authentication enable default group XXXXXXX enable
!
!
line con 0
exec-timeout 30 0
logging synchronous
stopbits 1