Syslog messages in access points and controllers
A syslog message in access points and controllers is a log communication that
-
captures and records operational events generated by each device
-
is routed to various destinations, including memory buffers, terminal sessions, device storage, or external syslog servers, and
-
allows administrators to configure logging independently on access points and controllers to meet specific network requirements.
Configuring message logging in the IOS XE controller
System Message Logging in Cisco Catalyst 9800 Series Controllers is a platform-independent IOS and IOS XE feature. For more details, see:
-
Configuration Logger Persistency chapter in System Management Configuration Guide
-
Logging to Local Nonvolatile Storage chapter in System Management Configuration Guide
-
Embedded Syslog Manager (ESM) chapter in System Management Configuration Guide
-
Configuration Change Notification and Logging chapter in System Management Configuration Guide
Configure the syslog server for the controller (GUI)
Enable centralized log management by forwarding controller system logs to a designated syslog server through the controller GUI.
Procedure
|
Step 1 |
Choose . |
||
|
Step 2 |
Click Manage Syslog Servers. |
||
|
Step 3 |
In Log Level Settings, from the Syslog drop-down list, choose a severity level. |
||
|
Step 4 |
From the Message Console drop-down list, choose a logging level. |
||
|
Step 5 |
In Message Buffer Configuration, from the Level drop-down list, choose a server logging level. |
||
|
Step 6 |
In IP Configuration settings, click Add. |
||
|
Step 7 |
From the Server Type drop-down list, choose IPv4, IPv6, or FQDN. |
||
|
Step 8 |
If you choose IPv4 or IPv6, enter the Server Address. If you choose FQDN, enter the Host Name. Then choose the IP type and the appropriate VRF Name from the drop-down lists. To delete a syslog server, click x next to the appropriate server entry under the Remove column.
|
||
|
Step 9 |
Click Apply to Device.
|
After you apply the configuration, log messages are forwarded to the specified syslog server.
Configure a syslog server for a controller (CLI)
Configure the controller to send system and event messages to a remote syslog server for monitoring.
Procedure
|
Step 1 |
Enter global configuration mode. Example:
|
||
|
Step 2 |
Enter the syslog server IP address and configure its parameters. Example:
|
||
|
Step 3 |
Enable the facility parameter for syslog messages. Example:
Example:
You can enable these facility parameters for syslog messages:
|
||
|
Step 4 |
Set the logging level for the syslog server. Example:
Example:
severity-level Refers to the logging severity level. The valid range is from zero to seven. These are the syslog server logging levels:
|
||
|
Step 5 |
Enter privileged EXEC mode. Example:
Alternatively, press Ctrl-Z to exit global configuration mode. |
The controller now forwards syslog messages to the specified syslog server as configured.

Feedback