Draft # Go back one pageGo to the next page#Go to this book's Index

Syslog messaging feature

You can use the syslog messaging feature of the Passport switch to manage switch event messages on any UNIX-based management platform. The Passport syslog software supports this functionality by communicating with a counterpart software component named syslog on your management workstation. The UNIX daemon syslogd is a software component that receives and locally logs, displays, prints, and/or forwards messages that originate from sources internal and external to the workstation. For example, syslogd on a UNIX workstation concurrently handles messages received from applications running on the workstation, as well as messages received from Passport routing switches running in a network accessible to the workstation.

At a remote UNIX management workstation, syslog does the following:

Internally the Passport switch has four severity levels for log messages:


  1. Info
  1. Warning
  1. Error
  1. Fatal

The syslog feature supports eight different severity levels:


  1. Debug
  1. Info
  1. Notice
  1. Warning
  1. Error
  1. Critical
  1. Alert
  1. Emergency

The table below defines the default mapping of internal severity levels to syslog severity levels.


UNIX system error codes Syslog severity level Internal Passport severity level
0
Emergency
Fatal
1
Alert
-
2
Critical
-
3
Error
Error
4
Warning
Warning
5
Notice
-
6
Info
Info
7
Debug
-


Go back one pageGo to the next page##Go to this book's Index