This article provides steps to configure and verify syslog forwarding on a Session Smart Router (SSR) using the Juniper Mist portal, including enabling syslog, ensuring network reachability, configuring traffic steering, and validating logs on the syslog server.
Please Note: A minimum firmware version of 128T-7.0.0-r1 is required for the Syslog feature on SSR device , You need to upgrade the device on SSR 7.0.1 release as you are running older version of SSR release.Follow the steps below to configure and verify syslog forwarding from an SSR device using Mist.
1. Configure WAN Edge Device
2. Enable Syslog Forwarding
Example scenario:
3. Configure Network Reachability
a) If the syslog server is directly connected to the LAN network, ensure the LAN interface is configured accordingly.
b)If the syslog server is not directly connected, configure the network under:
Organization → Networks → Defined Network (not directly connected)
4. Verify Traffic Steering Configuration
5. Deploy Configuration
6. Verify Syslog Traffic
On the syslog server, verify that logs are being received using tcpdump.
Example command:
tcpdump -v -n -s0 -i any port 514 and host <SSR-IP>
Example output:
root@ubuntu:/home/lab# tcpdump -v -n -s0 -i any port 514 and host x.x.x.x
This confirms whether syslog packets from the SSR device are reaching the syslog server.