This message was posted by a user wishing to remain anonymous
Hello.
I have a question about Local-RIB(BGP Table).
In cisco and nokia vendors, BGP Table is divided into 3 parts. (RIB-IN, Local-RIB, RIB-OUT)
RIB-IN in junos is checked with the "show route receive-protocol bgp A.B.C.D" command
RIB-OUT in junos is checked with the "show route advertising-protocol bgp A.B.C.D" command
I want to know the command to check Local-RIB in junos.
Local-RIB of other vendors applies Next Hop Resolvable, Loop Detection, Import Policy to RIB-IN and compares attributes to perform Route Selection and store in RTM (Routing Table Management).
In RTM, the route with the best Preference value is installed in the Routing Table.