Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

fpc error

Syntax

Hierarchy Level

Description

Configure the threshold at which FPC errors will take the action you configure to be performed by the device.

Some devices include an internal framework for detecting and correcting FPC errors that can have the potential to affect services. For each FPC on the device, you can classify errors according to severity, set an automatic recovery action for each severity, and set a threshold (the number of times the error must occur before the action is triggered).

Options

  • fatal—Fatal error on the FPC. An error that results in the blockage of a considerable amount of traffic across modules is a fatal error.

  • major—Major error on the FPC. An error that results in continuing loss of packet traffic but does not affect other modules is a major error.

  • minor—Minor error on the FPC. An error that results in the loss of a small number of packets but is fully recoverable is a minor error.

  • threshold threshold-value—Configure the threshold value at which to take action. If the severity level of the error is fatal, the action is carried out only once when the total number of errors exceeds the threshold value. If the severity level of the error is major, the action is carried out once after the occurrence exceeds the threshold. If the severity level is minor, the action is carried out as many times as the value specified by the threshold. For example, when the severity level is minor, and you have configured the threshold value as 10, the action is carried out after the tenth occurrence.

    Note:

    You can set the threshold value to 0 for errors with a severity level of minor. This implies that no action is taken for that error. You cannot set the threshold value to 0 for errors with a severity level of major or fatal.

    Default: The error count for fatal and major actions is 1. The default error count for minor actions is 10.

    Range: 0—429,496,729

The available detection and recovery actions are as follows:

  • alarm—Raise an alarm.

  • disable-pfe—Disable the Packet Forwarding Engine interfaces on the FPC.

  • get-state—Get the current state of the FPC.

  • log—Generate a log for the event.

  • offline—Take the FPC offline.

  • offline-pic—Take the PIC (installed in the FPC) offline.

  • reset—Reset the FPC.

Required Privilege Level

routing—To view this in the configuration.

routing-control—To add this to the configuration.

Release Information

Statement introduced in Junos OS Release 15.1X49-D40. This command is supported.