Deciphering syslog facilitiesPosted by stretch in Tips and Tricks on Thursday, 23 Oct 2008 at 7:34 a.m. GMTAnyone with experience configuring Cisco routers is no doubt familiar with the following console message: This message appears (if console logging is enabled) whenever global configuration mode is exited. Similarly, you've probably noticed this pair of messages whenever opening an interface: These are syslog messages, generated by events on the router. If remote logging is configured (with the The human-friendly text of most messages is easy enough to interpret, but the beginning string of each takes a bit of explanation. The string beginning with the percent sign (%) consists of three parts:
The facility indicates the device, protocol, or software module which generated the message. IOS 12.4 includes several hundred facilities, listed here. These are Cisco-specific values, not to be confused with the facility types used by the Syslog protocol itself (IOS uses syslog facility LOCAL7 by default). The severity level is a single digit from 0 to 7, indicating the severity of the message. The severity levels are:
The mnemonic is simply a short code which serves to identify the error message. It allows for quick reference of a message without having to refer to the entire output. All of these mnemonics, along with their applicable facilities, can be referenced in these two volumes. |
Navigation
Armory
Online Toolbox
|
Very nice Stretch!