CR1000A remote logging?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If one goes to the Remote Administration page, and enables "system logging", one is prompted for two IP addresses, one for Remote System Host, and the other for Remote Security Host. Both these entries also have a notification level setting associated with them.
This all implies that the CR1000A will log syslog messages (UDP port 514) to the chosen log server(s). I configured my CR1000A to send logging messages to a linux box with syslog enabled on that port. I see no messages being logged to that host, and the documentation doesn't give any details about what's required for Remote * Host.
Any hints about what I may be missing here? Thanks.
Solved! Go to Correct Answer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It does work for me. But only the System Log and GUI login logs are being sent over. There are no Firewall logs.
I am doing on RPI 4B+. In /etc/rsyslog.d/local-enable.conf
# enable TCP syslog reception
$ModLoad imtcp
$ModLoad imudp
$TCPServerRun 514
$UDPServerRun 514
I have G1100, G3100, CR1000A, and my Cisco main router all sending to this pi.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It does work for me. But only the System Log and GUI login logs are being sent over. There are no Firewall logs.
I am doing on RPI 4B+. In /etc/rsyslog.d/local-enable.conf
# enable TCP syslog reception
$ModLoad imtcp
$ModLoad imudp
$TCPServerRun 514
$UDPServerRun 514
I have G1100, G3100, CR1000A, and my Cisco main router all sending to this pi.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jun 23 19:08:00 localhost user 2023 Jun 23 19:08:00 : [SYS] LED dim on(led pattern: )
Jun 23 19:08:56 localhost user 2023 Jun 23 19:08:56 : [SYS] LED dim on(led pattern: )
