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

Policy Based Routing 4500X

schoerlin
Level 1
Level 1

Hi all,

 

 

I have a problem regarding PBR on a Cisco 4500-X. I`d like to configure a source routing from the IP address 192.168.217.52 over the address 192.168.211.6 instead of the "normal" default route (192.168.200.50). Therefore I configured the following:


access-list 101 permit ip host 192.168.217.52 any
 
 route-map gold permit 10
 match ip address 101
 set ip next-hop 192.168.211.6

interface Vlan217
 ip address 192.168.217.1 255.255.255.0
 no ip redirects
 no ip proxy-arp
 ip policy route-map gold

 

Unfortunately it does not work. If I do a traceroute I can observe that still the default route is active:

 

C:\Users\schoerlf>tracert -d 8.8.8.8

Tracing route to 8.8.8.8 over a maximum of 30 hops

  1     2 ms     8 ms     2 ms  192.168.217.1
  2     1 ms     1 ms     1 ms  192.168.200.50
  3     2 ms     2 ms     2 ms  157.161.177.70
  4     4 ms     3 ms     3 ms  157.161.253.237
  5    34 ms    28 ms    27 ms  157.161.197.252
  6     2 ms     2 ms    12 ms  157.161.254.5
  7     4 ms     3 ms     4 ms  91.206.52.74
  8    10 ms     9 ms     9 ms  72.14.232.120
  9     9 ms     9 ms     9 ms  72.14.234.235
 10     9 ms     9 ms     9 ms  209.85.254.118
 11     *        *        *     Request timed out.
 12     9 ms     9 ms     9 ms  8.8.8.8
 

T&R

Frank

1 Reply 1

s.lachica
Level 1
Level 1

Try using set interface <outgoing int> also.

CCIE (R&S) #27666 CCSI HP MASE
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card