Have you ever seen this message before when trying to deal with logins for a switch? I have. You have to go define what "default" is in the system. Here is what you do to fix this on the Cisco 3750X:
Switch(config-line)#line con 0
Switch(config-line)#login authen default
AAA: Warning authentication list "default" is not defined for LOGIN.
Switch(config-line)#exit
Switch(config)#aaa new-model
Switch(config)#aaa authentication login default local
Switch(config-line)#line con 0
Switch(config-line)#login authen default
Switch(config-line)#exit
This is the retired Shane Killen personal blog, an IT technical blog about configs and topics related to the Network and Security Engineer working with Cisco, Brocade, Check Point, and Palo Alto and Sonicwall. I hope this blog serves you well. -- May The Lord bless you and keep you. May He shine His face upon you, and bring you peace.
Subscribe to:
Post Comments (Atom)
Thank you so much!
ReplyDelete