04-17-2024 07:29 AM
Hi,
I have a problem with stacking two cisco 9200L's, after stacking, one of the pair goes straight to privileged exec mode, without enable password, while the other needs password for it. It's not the first time, this occurs, do you have any idea where I am going wrong?
The stacking was successful, config copied to the other switch. The main switch of the two needs enable password, while the other is not. I am not logged in privileged exec mode on the main switch while this.
04-17-2024 07:41 AM
- Could you check the config register (setting(s)) on the particular switch ,
M.
04-18-2024 01:56 AM
Hi,
Configuration register is 0x102
04-18-2024 02:02 AM
Hello,
odd indeed. Can you post the running config of the 'problem' switch ?
04-18-2024 03:03 AM
!
enable secret 9 [...]
!
username admin privilege 15 secret 9 [...]
!
04-18-2024 02:07 AM
Enable not need if you use
User name with privilege 15
Aaa authz exec defualt local
This make user go directly to level 15 without need to enter enable password
MHM
04-18-2024 03:07 AM
I don't have aaa authz exec default local line in the config, and by the way, the other switch has the exact same config, and asks for password to go to enable mode, i don't get it.
04-18-2024 03:17 AM
If aaa authz not add then check
Privilege 15 <- under vty line
MHM
04-18-2024 03:42 AM
!
line con 0
exec-timeout 5 0
privilege level 0
logging synchronous
stopbits 1
line aux 0
line vty 0 4
access-class 22 in
exec-timeout 5 0
privilege level 0
logging synchronous
length 0
transport input ssh
line vty 5 15
access-class 22 in
exec-timeout 5 0
privilege level 0
logging synchronous
length 0
transport input ssh
!
this is what I have, but nothing explains why on other switch I need to write password for enable mode, and on only this switch I don't. On edge configurations, I use the very same config (except for the spanning tree config) and just on this stacked one i have the issue, the other switch in the stack is also working like the others, and asks for password.
I even tried to reload the switches, and log in the problematic switch first to see if it will ask for password for first time log in, but no, the other one in the stack works perfectly.
04-18-2024 04:32 AM
The username is configured with a privilege level of 15, allowing direct access to privileged mode upon successful login without requiring an enable password.
04-18-2024 05:07 AM
but how is this explaining that on the other switch in the stack I in fact do need to put enable password to go to enable mode?
04-18-2024 08:53 AM
share the
debug aaa authentication
debug aaa authorization
for both SW, work fine and not work fine
MHM
10-24-2024 01:06 AM
Hi,
I have the same issue as described in this article. By any chance do you know what it might be.
Thx
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