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

XR 9k route-policy impact question

All, 

I have a simple route-policy I'd like to apply to a set of peers.
This would be applied to 25k prefixes in the bgp table.
Given no ios-regex is being used in the route-policy, I'm looking for any expertise on potential impact/load on the system. I'm assuming this all needs to happen in the RSP CPU.


route-policy rewriteAS
replace as-path all auto 2
end-policy
!
route-policy Med2Prepend
if (med is 34) then
     prepend as-path own-as 5
else
   done
endif
end-policy

neighbor-group blabla
address-family ipv4 unicast
route-policy Med2Prepend in
route-policy rewriteAS out
next-hop-self

0 Replies 0