10-02-2024 11:03 AM
Dear experts,
I wanted to know if this conversion from XE to XR makes sense.
XE
route-map TEST1 permit 10
description Allow Routes
match community BGPCOMM
set local-preference 150
route-map TEST1 permit 20
description Prod routes
match community BGPCOMM2
set local-preference 150
XR
route-policy TEST1
#description Allow Routes
if community in BGPCOMM then
set local-preference 150
endif
#description Prod routes
if community in BGPCOMM2 then
set local-preference 150
endif
end-policy
Solved! Go to Solution.
10-02-2024 11:15 AM
BRKCCIE-3000.pdf (ciscolive.com)
I dont have IOS XR to test command but this ciscolive very good to migrate between XE to XR
MHM
10-02-2024 11:15 AM
BRKCCIE-3000.pdf (ciscolive.com)
I dont have IOS XR to test command but this ciscolive very good to migrate between XE to XR
MHM
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