cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
933
Views
0
Helpful
1
Replies

Modify RPL on BGP Next-Hop Tracking on XR

Luca5h36
Level 1
Level 1

Hi All,

i'm using on IOS-XR Version 5.3.4, BGP Next-Hop Tracking (aka BGP-NH-TK), with this RPL:

 

route-policy NEXTHOPTRAKING-FILTER
if destination in PFX_NEXTHOPTRAKING-FILTER_V4 then
pass
else
drop
endif
end-policy

 

with:

prefix-set PFX_NEXTHOPTRAKING-FILTER_V4
0.0.0.0/0 ge 24
end-set

 

and all is working correctly. all my peers are on P2P /30 or less.

 

Now i'm activating on my Edge router, connection to an IX-lan but it as /23, so any NH has been invalidated from the policy, and i need to modify my prefix-list.

 

the question is: If I commit the new PFX-LIST to add my new /23 LAN, the BGP-NH-TK will recalculate all the NHs? if yes, it probably recalculate the complete RIB/FIB.....so it will be disruptive for traffic?  

Thanks for your help....

1 Accepted Solution

Accepted Solutions

Luca5h36
Level 1
Level 1
Solution from TAC:
no, it not recalculate NH in FIB/RIB

View solution in original post

1 Reply 1

Luca5h36
Level 1
Level 1
Solution from TAC:
no, it not recalculate NH in FIB/RIB