Description

This document explains why RSI captured on PTX device with large route scale may become huge in size and may contain all routing table entries within the RSI. 

Symptoms

RSI is more than 3.7 GB

-rw-r----- 1 user qa-others 3904308667 Oct 31 02:07 LAB_RE0_rsi.  >>>>>>> RSI size is 3.8GB

There is a difference in RSI in affected version where it takes output of "show route" which causes issue, when router has BGP routes(almost 1 million routes).

cat LAB_RE0_rsi  | grep "show route"
LAB_RE0> show route summary
LAB_RE0> show route forwarding-table summary
LAB_RE0> show route
LAB_RE0> show route forwarding-table all

 

 

Solution

The CLI command output of "show system processes extensive" should not have an 'srd' entry on PTX. If it does have, the RSI collection will include the entire  'show route ...' hierarchy causing the dump to explode in size when the route scale is in millions

This issue has been fixed via following PR,
https://prsearch.juniper.net/problemreport/PR1771991


Upgrade to version with fix.

Resolved In:

EvoJunos
23.4R2-EVO22.2R3-S3
24.1R1-EVO22.3R3-S2
 22.4R3
 23.2R2
 23.4R2

 

Modification History

2024-01-22 : Article Created