Configure Centralized Syslog Management and Forwarding in NextGen Port Extender
Configure syslog forwarding in your NextGen Port Extender (NGPE) topology, allowing satellite devices to send syslog data to the aggregation device. The aggregation device collects syslog data from the satellite devices and forwards the data to an external device. You can configure syslogging for a variety of situations, so we cover multiple scenarios.
Configure File-Based Syslog
Configure a file to capture syslog data.
user@ad# set chassis satellite <satellite-name> system syslog file <filename> <facilities> <severity>
Confirm that syslogs are generated on the satellite
device.
user@ad> file show device-list <satellite-name> /etc/syslog.conf
Configure Match-Based Syslog
Configure a Structured Format-Based Syslog
Configure Explicit Priority-Based Syslog
Configure User-Based Syslog
Configure a file to capture syslog data, including the username to log.
user@ad# set chassis satellite <satellite-name> system syslog user <username> file <filename> <facilities> <severity>
Confirm that syslogs are generated on the satellite
device.
user@ad> file show device-list <satellite-name> /etc/syslog.conf
Configure Syslog Forwarding to the Aggregation Device
Configure a satellite device to send syslog data to the aggregation device.
user@ad# set chassis satellite <satellite-name> system syslog host <AD IP or hostname> <facilities> <severity>
Confirm that syslogs are forwarded from the satellite
device.
user@ad> file show /etc/syslog.conf