cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
521
Views
5
Helpful
2
Replies

How to do PBR on an ASR9001

Hi Everyone,

I have an ASR9001 router and I need to make an exception to the routing table so incoming traffic on G0/0/0/9 that is destined to the subnet 10.10.10.0/24 is sent to 172.16.1.1 as a next-hop. I want to do PBR but ASR9001 is not ISO-based and I have no idea how to do it. Can someone please help me and translate the following commands so they can be applied to an ASR9001?:


ICN_Edge (config)# ipv4 access-list 101 permit ip any 10.10.10.0 0.0.0.255
ICN_Edge (config)# ipv4 access-list 101 permit icmp any 10.10.10.0 0.0.0.255


ICN_Edge (config)# route-map TEST permit
ICN_Edge (config-route-map)# match ip address 101
ICN_Edge (config-route-map)# set ip next-hop 172.16.1.1


ICN_Edge (config-route-map)# end
ICN_Edge (config)# config t
ICN_Edge (config)# interface GigabitEthernet0/0/0/9
ICN_Edge (config-if)# ip policy route-map TEST


Thank you so much
Daniel

2 Replies 2

Hello.

Please review ACL base Forwarding article.

Very late thanks!, I thought I had sent it before

Review Cisco Networking for a $25 gift card