Log Integration Guide
Log Integration procedure:
To forward logs, make the following configuration.
Login to the CLI Terminal
Switch to Global Configuration mode.
Enter the following command:
config t
device# config t
Configure Syslog Forwarding
logging server X.X.X.X protocol udp port 12421
device(config)# logging server 10.20.100.161 protocol udp port 12421
Replace X.X.X.X with Log Collector IP of specific branch with the Port Number same as above.
Set the Logging Level
logging level all 7
device(config)# logging level all 7
Exit the Configuration mode.
Type end
device(config)# end
Save the configuration
Type write memory
Last updated 1 year ago