Hi,
does anybody have an idea what si cause for the log messages below?
[Tue Nov 17 04:13:24 2020]-WA-AAA-1: Error communicate to server 175701522
[Tue Nov 17 03:38:23 2020]-ER-AAA-1: Error communicate to server(ascii-type) 175700670
[Tue Nov 17 03:38:23 2020]-WA-AAA-1: Error communicate to server 175701522
[Tue Nov 17 02:33:14 2020]-ER-AAA-1: Error communicate to server(ascii-type) 175700670
[Tue Nov 17 02:33:14 2020]-WA-AAA-1: Error communicate to server 175701522
[Tue Nov 17 02:04:38 2020]-ER-AAA-1: Error communicate to server(ascii-type) 175700670
[Tue Nov 17 02:04:38 2020]-WA-AAA-1: Error communicate to server 175701522
[Tue Nov 17 02:04:21 2020]-ER-AAA-1: Error communicate to server(ascii-type) 175700670
I noticed that in logs and it occurs pretty much non stop...I don't know how to debug this message to "pinpoint" me to the solution.
Regards, 0603
looks like it is an issue with AAA / Tacacs , not a lot to go on but I would guess that the primary server is not responding and the secondary server is set to ascii and the CMTS is configured for binary.
show aaa
or show run | in aaa could help identify the issue if it is configuration
debug aaa
logging debugging
should help diagnose the issue if it is something else.
Hi 0603, you can detect your tacacs-server
show run | inc server
tacacs-server host 192.255.255.x
tacacs-server host 192.254.254.x
One of them is not connected, remove it.
Good luck.