cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
876
Views
0
Helpful
3
Replies

AUTHENTICATION PROBLEM

Sencyty
Level 1
Level 1

Hi guys is there anyway to SSH to Catalyst 4506 switch without AAA and Radius configuration on the switch? 

Thanks

3 Replies 3

Richard Burts
Hall of Fame
Hall of Fame

Assuming that SSH has been correctly enabled and configured, and assuming correct IP connectivity I suggest these steps:

1) configure a local user ID with appropriate password.

2) on the vty configure login local

That should allow you to SSH to the switch.

HTH

Rick

Thank you for your response, can you please give me all the steps and
necessary commands to add?

conf t

user user1 password cisco1

line vty 0 4

login local

exit

copy run start

HTH

Rick