Information About Syslog Messages in Access Points and Controller for Syslog Server
Access points and controllers generate log messages and send them to various destinations, such as the in-memory logging buffer, terminal sessions, files stored in the device's flash memory, or an external syslog server. These messages help administrators monitor and troubleshoot the network. The syslog configurations for APs and controllers remain independent, which allow administrators to configure logging separately for each device to meet specific network needs.
Log messages are transmitted with one of eight severity levels.
Message Logging Level Keywords | |||
Level Keyword | Level | Description | Syslog Definition |
Emergencies | 0 | System unstable | LOG_EMERG |
Alerts | 1 | Immediate action needed | LOG_ALERT |
Critical | 2 | Critical conditions | LOG_CRIT |
Errors | 3 | Error conditions | LOG_ERR |
Warnings | 4 | Warning conditions | LOG_WARNING |
Notifications | 5 | Normal but significant condition | LOG_NOTICE |
Informational | 6 | Informational messages only | LOG_INFO |
Debugging | 7 | Debugging messages | LOG_DEBUG |
Each log message is associated with one of 24 facility codes, which indicate the application or subsystem that issued the message.
Facility Code | Keyword | IOS Keyword | Description |
0 | kern | kern | Kernel messages |
1 | user | user | User-level messages |
2 | Mail system | ||
3 | daemon | daemon | System daemons |
4 | auth | auth | Security/authentication messages |
5 | syslog | syslog | Messages generated internally by syslogd |
6 | lpr | lpr | Line printer subsystem |
7 | news | news | Network news subsystem |
8 | uucp | uucp | UUCP subsystem |
9 | cron | sys9 | Clock daemon |
10 | authpriv | sys10 | Security/authentication messages |
11 | ftp | sys11 | FTP daemon |
12 | ntp | sys12 | NTP subsystem |
13 | security | sys13 | Log audit |
14 | console | sys14 | Log alert |
15 | solaris-cron | cron | Scheduling daemon |
16-23 | local0 – local7 | local0 - local7 | Locally-used facilities |