Hello Checkmates!
I am having a problem with all our MDS, currently I have installed R80.40 JHF 156, due to some problems TAC requested us to apply JHF 176/180.
After we apply this hotfix we notice that we are not able to login with our TACACS users.
Doing some troubleshooting we notice the traffic is not following the correct route.
RADIUS Server is IP 21.22.23.220
"add aaa tacacs-servers priority 1 server 21.22.23.220 key ***** timeout 5"
MDS Mgmt 1.2.3.4
MDS eth1 21.22.13.200
[Expert@MDS:0]# ip r
default via 1.2.3.1 dev Mgmt proto 7
21.22.23.0/24 via 21.22.13.1 dev eth1 proto 7
After applying the hotfix, the radius traffic goes out through the Mgmt interface. (Trying to access to Smartconsole)
EDIT: The traffic goes out through the right interface, eth1 but with the IP of the mgmt interface.
[Expert@MDS:0]# tcpdump -nni any host 21.22.23.220
IP 1.2.3.4.46379 > 21.22.23.220.1645 RADIUS
IP 1.2.3.4.46379 > 21.22.23.220.1645 RADIUS
IP 1.2.3.4.46379 > 21.22.23.220.1645 RADIUS
But when accesing to SSH(TACACS port) follows the right route.
[Expert@MDS:0]# tcpdump -nni any host 21.22.23.220
IP 21.22.13.200.54379 > 21.22.23.220.49
IP 21.22.23.220.49 > 21.22.13.200.54379
IP 21.22.13.200.54379 > 21.22.23.220.49
Any ideas what could be happening? How does the Smartconsole login works that trows the conection via Mgmt and not by the interface that the static route indicates?
Every idea is welcome!