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 ssbSample Output
user@host> show log chassisd |match ssbJul 10 13:27:28 SSB0 is now not presentJul 10 13:27:28 Assert reset on SSB0Jul 10 13:27:28 Turn on ethernet loop[...Output truncated...]What It Means
The
chassisddatabase provides the date, time, and a component status message. Thechassisddatabase is dynamic. It is initialized at router startup and is updated when components are added or removed. You can search for multiple items in thechassisdlog 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.