On routers with MPC-3D- <x> FPCs, it is possible to see <cede> IDMEM Parity error messages.
On routers with MPC-3D- <x> FPCs it is possible to see IDMEM Parity error messages; similar to the following:
Nov 30 17:15:21 MX960-LAB fpc3 LU 2 RD_NACK 2 AP[0x04] TOE Write 0x002913a0 Nov 30 17:15:21 MX960-LAB fpc3 LU 2 IDMEM Parity error in Bank 3, Count 10, IDMEM Bank 3 Offset 0x00014899 IDMEM[0x00052274] <repeated>
The JUNOS software defect, which causes these false IDMEM parity errors, has been corrected in PR564760 . One solution is to upgrade the router to a Junos version, which has the changes mentioned in PR564760 Note : If you are running Junos with the changes mentioned in PR564760, the following procudure does not have to be performed. As an alternative method to correcting the memory error, perform the following procedure:Messages, such as the following, will be repeated as long as SW encounters the error. These errors are likely due to soft errors, which often occur within uninitialized memory locations. These errors are generally a cosmetic issue.
Nov 30 17:15:21 MX960-LAB fpc3 LU 2 RD_NACK 2 AP[0x04] TOE Write 0x002913a0 Nov 30 17:15:21 MX960-LAB fpc3 LU 2 IDMEM Parity error in Bank 3, Count 10, IDMEM Bank 3 Offset 0x00014899 IDMEM[0x00052274]
.fpc3..
...LU 2...
... IDMEM[0x00052274]
admin@bx01> start shell root@bx01%
root@bx01% vty fpc3 NPC platform (1067Mhz MPC 8548 processor, 1024MB memory, 512KB flash) NPC3(bx01 vty)#
NPC3(bx01 vty)# set syslog tty disable Logging has been disabled on this tty
NPC3(bx01 vty)# show jnh 2 idmem 0x00052274 IDMEM at offset 0x00052274 No allocation ID for memory
NPC3(bx01 vty)# set luchip 2 mem imem 0x00052274 0 1
NPC3(bx01 vty)# show luchip 2 mem imem 0x00052274 1 idmem offset 0x52274 -> 0x52274 0x0000000000000000
NPC3(bx01 vty)# exit root@bx01% root@bx01% exit admin@bx01