Replies: 1 comment
-
Hi, tcp6 includes tcp4. In case your Arista switch comes with a "telnet" command it might be possible to validate that the port on your server is open and reachable. I've no hands-on experience with Arista devices and can't help you with Arista configuration issues. Cheers, Marc |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a clear guide available that shows the configuration for Arista and tacplus-ng configuration?
I have tacplug-ng installed on RHEL 8.6, netstat shows I'm listenting on TCP 49, but TCP6? To confirm, both IPv4 and IPv6 are running?
netstat -tupln | grep tac
tcp6 0 0 :::49 :::* LISTEN 1412997/tac_plus-ng
I'm not seeing any activity from my Arista switch:
Aaa: %AAA-4-AUTHZ_FALLBACK: Authorization method 'group tacacs+' is currently unavailable; falling back to next method for action 'command15'.
tcpdump on the server running tacplug-ng isn't showing any communication on port 49. Firewalld and iptables are disabled.
my tac_plus-ng config file:
Beta Was this translation helpful? Give feedback.
All reactions