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

Route-map rewrite to Route-policy IOS-XR

dgawaya1
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Screenshot (784).png

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 

View solution in original post

1 Reply 1

Screenshot (784).png

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