07-12-2018 09:13 AM - edited 02-21-2020 11:00 AM
Please, I need an urgent assistance.
I am new to TACACS and I have this assignment to come up with a process to send TACACS+ logs from a client's TACACS+ server to a remote Syslog server where we can take the information into our SIEM for correlation and review.
A Brief Overview
The client has a couple of CISCO switches. The individual switches in the client's network infrastructure use a Solaris TACACS+ server as the source for authentication. When logging Privileged User activity, our SIEM does not collect logs from any individual switch but collects them from the central TACACS+ server. TACACS+ logs can be retrieved by the SIEM infrastructure based upon the TACAS+ server using the Syslog push file transfer protocol. This method sends log messages from the TACACS+ server to a remote syslog server from where the SIEM will ingest the logs.
Request
Please, I need to know the line to add to the Solaris etc/syslog.conf file on the TACACS+ server that will activate the TACACS+ log forwarding from Solaris TACACS+ server to the Syslog server.
I will appreciate a quick solution.
07-12-2018 03:13 PM
Add this below line :
*.err;kern.debug @192.168.1.1 (192.168.1.1 is the syslog server where you send the messages - eample sending err and kernel messages to syslog server)
restart system-log
and test it
BB
07-12-2018 04:04 PM
07-15-2018 01:58 PM
logging level aaa 6
BB
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide