07-13-2020 12:29 PM
I currently use redistribute static subnets route-map on IOS how do I configure this on an ASR 9k -See below
router ospf 10
router-id 192.168.254.2
redistribute static subnets route-map NETWORK_REDISTRIBUTE
network 10.21.30.0 0.0.0.3 area 0
Access list
ip access-list standard NETWORK_REDISTRIBUTE
permit 10.21.30.9
permit 10.21.30.10
07-13-2020 01:25 PM
Bob
I am a bit puzzled. The partial config that you post specifies a route map to control the redistribution. But you do not show the route map. The route map would typically include a match statement that would specify the access list to use. An alternative to using a route map would be to specify distribute-list in the redistribute command.
07-13-2020 02:44 PM
07-14-2020 11:34 PM
Hello @bobruth ,
in IOS XR the Route Policy Language takes the place of route-maps
see the following link from configuration guide as an example
I think also the subnets keyword is not needed in IOS XR.
Hope to help
Giuseppe
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