Description

This article explains what TOE LU Memory read error on the Flexible PIC Connector (FPC) means and how to clear this minor alarm.

Symptoms

Users may see a minor alarm reported when TOE_ERR_MEM_READ_ERR is encountered for the first time.

root@LAB_RE0> show chassis alarms no-forwarding

1 alarms currently active
Alarm time        Class Description
2023-07-16 12:02:46 UTC Minor FPC 0 Minor Errors

Error Name            : TOE_ERR_MEM_READ_ERR[0]
Identifier            : /fpc/0/pfe/0/cm/0/TOE-LUSS-5:0:1/5/TOE_ERR_MEM_READ_ERR[0]
Description           : LUSS_TOE Memory Read Minor error
State                 : enabled
Scope                 : pfe
Category              : processing
PFE                   : 5
Configured Level      : Minor
Default Level         : Minor
Count                 : 0
Threshold             : 1
Error Limit           : 0
Occur Count           : 1
Clear Count           : 1
Last-occurred(ms ago) : 1229915
 

Logs

Jul 16 12:02:45 LAB_RE0 : %PFE-3: fpc0 toe_interrupt_errors:405 LU TOE chip 32 Thread 0 ifetch err 
Jul 16 12:02:45 LAB_RE0 : %PFE-3: fpc0 toe_interrupt_errors:452 LU TOE chip 32 Memory Error Thread 0, INSTR Addr 0xc0c 
Jul 16 12:02:45 LAB_RE0 : %PFE-3: fpc0 toe_coredump_read_regs(480): failed(1) read gpr-32 th-0 
Jul 16 12:02:45 LAB_RE0 : %PFE-3: fpc0 toe_dump_core(1213): failed(1) read regs data 
Jul 16 12:02:45 LAB_RE0 : %PFE-3: fpc0 ** TOE ERROR 0x14 DETECTED IN PFE 2 TOE LU Stats 
Jul 16 12:02:46 LAB_RE0 : %PFE-5: fpc0 Error: /fpc/0/pfe/0/cm/0/TOE-LU-2:0:0/2/TOE_ERR_INSTRUCTION_READ[0] (0x10004), scope: pfe, category: processing, severity: minor, module: TOE-LU-2:0:0, type: LU_TOE Instruction Read Minor error 
Jul 16 12:02:47 LAB_RE0 : %PFE-5: fpc0 Performing action log for error /fpc/0/pfe/0/cm/0/TOE-LU-2:0:0/2/TOE_ERR_INSTRUCTION_READ[0] (0x10004) in module: TOE-LU-2:0:0 with scope: pfe category: processing level: minor 
Jul 16 12:02:47 LAB_RE0 : %PFE-5: fpc0 Performing action cmalarm for error /fpc/0/pfe/0/cm/0/TOE-LU-2:0:0/2/TOE_ERR_INSTRUCTION_READ[0] (0x10004) in module: TOE-LU-2:0:0 with scope: pfe category: processing level: minor 
Jul 16 12:02:47 LAB_RE0 : %PFE-3: fpc0 Cmerror Op Set: TOE-LU-2:0:0: TOE LU.2.0.0 : SetErr - thread 0 ifetch err  

Solution

A TOE_ERR_MEM_READ error is reported whenever there is a transient memory error in TOE for LU, which is used for statistics collection. It is related to a transient hardware issue and there could be different reasons for a TOE ERROR to be reported, such as an ifetch error and memory error.

 

To clear this error, use the following command:

clear chassis fpc errors fpc-slot <fpc_slot_number> all 

If the error reappears even after executing the clear command, reset the FPC by using the following command:

request chassis fpc slot 0 offline|online

Modification History

2023-09-27: Initial version