Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show chassis errors active

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show chassis errors active
<detail>
<fpc-slot slot>
<detail fpc-slot slot>

Description

Display the details of chassis errors. In a high availability application, use these commands on primary RE. If you use these commands on secondary RE, the output shows a warning message to run the commands on primary RE.

Options

detail

(Optional) Displays detailed system error information.

fpc-slot slot

(Optional) Displays the active errors on the selected FPC slot.

detail fpc-slot slot (Optional) Displays the active errors on the selected FPC slot.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show chassis errors active detail command. Output fields are listed in the approximate order in which they appear.

Table 1: Output Fields of show chassis errors active detail Command

Field Name

Field Description

Location

The FPC number.

Identifier

The unique identifier of the error.

Error

The error type.

Scope

Scope of the error. The following scopes are available:

  • board

  • pfe

Category

Error categories include the following:

  • functional

  • io

  • storage

  • memory

  • processing

  • switch

Severity

The severity of the error. It can be configured as follows:

  • fatal—Fatal error on FPC

  • major—Major error on FPC

  • minor—Minor error on FPC

Details

Details of the error

Count

Number of error instances occurred.

support

Possible fix for the error

Sample Output

show chassis errors active (Major error)

content_copy zoom_out_map
user@host> show chassis errors active 

Slot 0

--------------------------------------------------
Active Minor Errors: 0
Active Major Errors: 1
Active Fatal Errors: 0
Note: Use the clear chassis fpc errors error-id <error_id> command to clear the FPC errors on the device, using the error-id.

show chassis errors active detail (MX Series Devices)

content_copy zoom_out_map
user@host> show chassis errors active detail
Slot 0

--------------------------------------------------
Location      : FPC 0
Identifier    : /fpc/0/pfe/0/cm/0/BTCHIP/0/BTCHIP_CMERROR_TEMP_MONITOR
Error         : BTCHIP_CMERROR_TEMP_MONITOR
Scope         : pfe
Category      : functional
Severity      : Minor
Details       : TEMP_MONITOR: BT Temperature monitor throttled bandwidth
Count         : 1
Support       : No help info provided
--------------------------------------------------
Location      : FPC 0
Identifier    : /fpc/0/pfe/0/cm/0/BTCHIP/1/BTCHIP_CMERROR_TEMP_MONITOR
Error         : BTCHIP_CMERROR_TEMP_MONITOR
Scope         : pfe
Category      : functional
Severity      : Minor
Details       : TEMP_MONITOR: BT Temperature monitor throttled bandwidth
Count         : 1
Support       : No help info provided

Slot 1

--------------------------------------------------
Location      : FPC 1
Identifier    : /fpc/1/pfe/0/cm/0/PIC0/0/PIC_CMERROR_STORAGE_SMARTD_ERROR
Error         : PIC_CMERROR_STORAGE_SMARTD_ERROR
Scope         : board
Category      : functional
Severity      : Major
Details       : PIC STORAGE SMARTD ERROR
Count         : 1
Support       : No help info provided
--------------------------------------------------
Location      : FPC 1
Identifier    : /fpc/1/pfe/0/cm/0/PIC1/0/PIC_CMERROR_DDR_CORRECTABLE_MINOR
Error         : PIC_CMERROR_DDR_CORRECTABLE_MINOR
Scope         : board
Category      : functional
Severity      : Minor
Details       : PIC DDR Correctable Minor Error
Count         : 1
Support       : No help info provided

show chassis errors active detail (MX-Series Devices with major error)

content_copy zoom_out_map
user@host> show chassis errors active detail

Slot 0

--------------------------------------------------
Location      : FPC 0
/fpc/0/pfe/0/cm/0/Eth_Port_Error/0/ETH_CMERROR_MAJOR_0
Error         : ETH_CMERROR_MAJOR_0
Scope         : board
Category      : switch
Oc Category   : default
Severity      : Major
Details       : eth0 major error
Count         : 1
Support       : No help info provided
--------------------------------------------------

show chassis errors active detail fpc-slot

content_copy zoom_out_map
user@router> show chassis errors active detail fpc-slot 3

Slot 3

--------------------------------------------------
Location      : FPC 3
Identifier    : /fpc/3/pfe/0/cm/0/XQSS(0)/0/XQSS_CMERROR_CPQW_ERR_INT_FSET_FAST_DEQ_DRY_ERR
Error         : XQSS_CMERROR_CPQW_ERR_INT_FSET_FAST_DEQ_DRY_ERR
Scope         : pfe
Category      : functional
Severity      : Major
Details       : XQSS CPQW FAST DEQ DRY
Count         : 1
Support       : Help for XQSS_CMERROR_CPQW_ERR_INT_FSET_FAST_DEQ_DRY_ERR

Release Information

Command introduced in Junos OS Release 17.4R1.

footer-navigation