05-22-2022 01:15 PM - edited 05-23-2022 01:42 PM
)
Now in the snippet below step 5 mentions "Install the best-path route into the global RIB, process outbound rules... then advertise to BGP peers"
My question is this statement referring to the best route being advertised from the global-RIB or the routes in the Adj-OUT table being advertised? I'm assuming it is the global RIB.
Solved! Go to Solution.
05-22-2022 01:25 PM - edited 05-23-2022 07:12 AM
this my note for Loc-RIB and Adj-RIB-Out.
05-23-2022 11:38 AM - last edited on 05-24-2022 05:27 AM by Translator
First Thanks to @paul.driver for his comment.
and @hfakoor222 to be 100 % sure that happened I do small LAB
R1-R4-R2 AS 100
R2-R3 AS 200
LO 1.1.1.1 in both R1 and R4
show ip bgp route <- receive the LO route from R1
show ip bgp route<- receive the LO route from R4
show ip route global
apply
route-map OUT
match permit only LO route that next-hop is R4
NOW when apply
route-map OUT
and check
show ip route
R3 advertised-route
I see that there is NO route and that make sense since
Global RIB contain only best path.
best path is point to R1 not R4
I apply
route-map OUT
to filter
the LO route is missing
because
route-map OUT
apply to global RIB not Local-RIB receive from R1/R4 i.e. after best path select not before that.
and hence the Adj-RIB-out is show "0" route.
so I hope this lab is answer your Q.
05-22-2022 01:25 PM - edited 05-23-2022 07:12 AM
this my note for Loc-RIB and Adj-RIB-Out.
05-22-2022 01:40 PM - edited 05-23-2022 07:11 AM
.
05-22-2022 01:25 PM
I read 3 pages further, it states the Sdj-RIB-Oyt table routes are being advertised. I guess this is done so the neighbor router knows of other poterntial routes.
05-22-2022 02:02 PM
see my comment above for your Q.
05-22-2022 11:24 PM
Hello
Yes it is the global route table (GRT)
05-25-2022 01:10 AM
Hello
Yes it is the global route table (GRT)
05-23-2022 11:38 AM - last edited on 05-24-2022 05:27 AM by Translator
First Thanks to @paul.driver for his comment.
and @hfakoor222 to be 100 % sure that happened I do small LAB
R1-R4-R2 AS 100
R2-R3 AS 200
LO 1.1.1.1 in both R1 and R4
show ip bgp route <- receive the LO route from R1
show ip bgp route<- receive the LO route from R4
show ip route global
apply
route-map OUT
match permit only LO route that next-hop is R4
NOW when apply
route-map OUT
and check
show ip route
R3 advertised-route
I see that there is NO route and that make sense since
Global RIB contain only best path.
best path is point to R1 not R4
I apply
route-map OUT
to filter
the LO route is missing
because
route-map OUT
apply to global RIB not Local-RIB receive from R1/R4 i.e. after best path select not before that.
and hence the Adj-RIB-out is show "0" route.
so I hope this lab is answer your Q.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide