ESR series service routers.ESR-Series. User manual
•
•
•
•
•
•
17.5.2 Configuration example
Objective:
Configure message sending for the following system events:
failed user authentication;
changes to the configuration of logging system events;
start/stop of the system process;
changes are made to the user profile.
ESR router IP address: 192.168.52.8, Syslog server IP address: 192.168.52.41. Use default settings for sending
messages – UDP protocol, port 514.
Solution:
First, do the following:
Specify zone for gi1/0/1 interface;
Configure IP address for gi1/0/1 interface.
Main configuration step:
Create a file on the router for syslog, the level of messages for logging – info:
esr(config)# syslog file ESR info
Specify the IP address and parameters of the remote syslog server:
esr(config)# syslog host SERVER 192.168.17.30 info udp 514
Set the logging of failed authentication attempts:
esr(config)# logging login on-failure
Set the logging of syslog configuration changes:
esr(config)# logging syslog configuration
Set the logging of start/stop of the system process:
esr(config)# logging service start-stop
Set the logging of changes to the user profile:
esr(config)# logging userinfo