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

4500 switch refusing to accept known good enable password.

RB6502
Level 1
Level 1

Here is a brief configuration snippet:

 

version 15.1
.
.
.
no aaa new-model
enable password 0 ******
enable secret 0 ******
.
.
.
line con 0
exec-timeout 0 0
password ******
stopbits 1
line aux 0
stopbits 1
line vty 0 4
password ******
login
length 0
line vty 5 15
password ******
login


Later on, someone changed the configuration via a telnet session (!) like so:

aaa new-model
username ******
password 0 ******
ip domain-name ******
generate rsa cyrpto-key
line vty 0 15
transport input ssh


Naturally, at that moment the telnet session was toast. ssh works, but the enable password doesn't work. It also doesn't work from the serial console.

 

I'm suspecting this behavior is being caused by a combination of the "aaa new-model" global command, the "login" vty line commands and (perhaps) the lack of level 15 privilege on the user account and/or the console & vty lines. 

 

Since the information above seems to indicate that the last person in the switch with enable access was locked out before they could save the config changes, it seems like a reboot might restore enable access. The problem is that the switch is currently in production as a VSS cluster, and the owner of the switch is balking at taking an outage to try & correct this problem. Can anyone suggest a workaround to restore enable access, without rebooting the switch?

2 Replies 2

Joseph W. Doherty
Hall of Fame
Hall of Fame
Do you have SNMP write access?

That's a great idea! But as far as I can tell from the configs I have at hand, no community strings were ever set up.

Review Cisco Networking for a $25 gift card