02-17-2016 05:12 AM - edited 03-05-2019 03:21 AM
I have a switch cisco catalyst 2960CG-8TC-L (mini switch), and I can't connect to it with telnet because there is no login local on it, and I can't write on this switch this command. Does someone know the command of this switch for enable login local?
02-18-2016 08:52 AM
Hi,
please have a look at this discussion and check the aaa model: https://supportforums.cisco.com/discussion/12615466/line-console
HTH
Rolf
02-18-2016 07:53 PM
Try this disabling aaa authentication
!
enable password XXXXX
!
username tnhaccess password 0 XXXXX
no aaa new-model
line con 0
stopbits 1
line vty 0 4
exec-timeout 60 0
password 7 XXXXX
logging synchronous
login local
length 0
transport input telnet ssh
line vty 5 15
exec-timeout 60 0
password 7 XXXXX
logging synchronous
login local
transport input telnet ssh
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