07-21-2008 09:48 AM - edited 03-06-2019 12:20 AM
I have a client that has a WS-C2955T-12 switch he cannot access. When plugging into the console port, with known good console cable and settings in SecureCRT, I get an "% Authorization Failed". I hit enter and it gets the same error. The switch never gives me a chance to login. Can someone help either (a) with a reset to factory default w/o access or (b) password recovery on a WS-C2955T-12? Thanks in advance.
07-21-2008 10:41 AM
Hi,
Please check this link for password recovery.
07-21-2008 12:21 PM
Yea - I looked at that. There is no "Mode" button on the 2955.
07-21-2008 12:57 PM
AAA might have been misconfigured in this switch.
If there is no Mode button then, password recovery should be similar to a router:
03-04-2014 05:49 AM
I had similar problem on a Cisco WS-C2940-8TF-S.
This whas the config before (obviously 123456 is just to cover private informations):
!
hostname 123456
!
enable secret level 15 0 123456
enable secret level 5 0 123456
!
username 123456A privilege 15 secret 0 123456
username 123456B privilege 15 secret 0 123456
username 123456C privilege 5 secret 0 123456
!
!
aaa new-model
aaa authentication login defaut local
aaa authorization exec default local
!
[...]
!
line con 0
line vty 0 4
exec-timeout 60 0
transport input ssh
line vty 5 15
exec-timeout 60 0
transport input ssh
!
I added these lines to solve it.
conf terminal
aaa authorization exec Console none
line con 0
authorization exec Console
^Z
Regards,
Alex
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