[Contents] [Prev] [Next] [Index] [Report an Error]


Step 2: Display SSB Error Messages in the Chassis Daemon Log File

Action

To display the SSB error messages in the chassis daemon (chassisd) log file, use the following CLI command:

user@host> show log chassisd | match ssb

Sample Output

user@host> show log chassisd |match ssb
Jul 10 13:27:28 SSB0 is now not present
Jul 10 13:27:28 Assert reset on SSB0
Jul 10 13:27:28 Turn on ethernet loop
[...Output truncated...]

What It Means

The chassisd database provides the date, time, and a component status message. The chassisd database is dynamic. It is initialized at router startup and is updated when components are added or removed. You can search for multiple items in the chassisd log file by using the | match "item | item | item" command. For example, | match "ssb | kernel | tnp" is a search for error messages for the SSB, kernel, and Trivial Networking Protocol (TNP), and indicates communication issues between the Routing Engine and the Packet Forwarding Engine components.


[Contents] [Prev] [Next] [Index] [Report an Error]