HI All,
I am just wondering if anyone has tried the ssh/telnet via Radius/Tacacs+ on the latest Packet Tracer. Somehow, I do not think it is working. Initially, I did a dual DSWs and multiple ASWs running HSRP with an AAA server running Radius. I believe the individual user authentication via Radius is working because the wifi topology using WPA2 Enterprise and dot1x is authenticating fine. However, when I try to authenticate with the AAA for ssh or telnet (yes, the routing is ok, all pings were working.). So, I did another simple topology to test.
Router Config
hostname R1
ip domain-name cisco.com
aaa new-model
username local password cisco
enable password c1sco
crypto key generate rsa general-keys modulus 1024
ip ssh version 2
tacacs-server host 10.1.1.10 key cisco
aaa authentication login default local group tacacs+
line vty 0 4
transport input all
login authentication default
int g0/0/0
ip address 10.1.1.1 255.255.255.0
no shut
I'd appreciate it if someone can take a look to rule out if it is something I caused. Many thanks.