cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
442
Views
0
Helpful
2
Replies

Problems with PBR on a 6500

jon.melancon
Level 1
Level 1

I have configured pbr on a 6500 that is not acting as I had expected. I need to change the next-hop address for traffic originating from vlan24 destined to the Internet. All other traffic should use the routing table on the 6500.

Below is the config that I have attempted.

ip access-list extended ACL-VLAN24-INTERNAL
 permit ip 10.37.24.0 0.0.0.255 10.0.0.0 0.255.255.255
!
ip access-list extended ACL-VLAN24-EXTERNAL
 permit ip 10.37.24.0 0.0.0.255 any
!
!
route-map RM-VLAN24 permit 10
 match ip address ACL-VLAN24-INTERNAL
!
route-map RM-VLAN24 permit 20
 match ip address ACL-VLAN24-EXTERNAL
 set ip next-hop 10.250.251.100
!
!
interface Vlan24
 ip address 10.37.24.254 255.255.255.0
 ip policy route-map RM-VLAN24

1 Accepted Solution

Accepted Solutions

Rolf Fischer
Level 9
Level 9

Hi Jon,

for traffic destined to the Internet (only), you should use a 'set ip default next-hop' clause.

Useful link: Configuration Example: PBR using the set ip default next-hop and set ip next-hop commands

HTH

Rolf

View solution in original post

2 Replies 2

Rolf Fischer
Level 9
Level 9

Hi Jon,

for traffic destined to the Internet (only), you should use a 'set ip default next-hop' clause.

Useful link: Configuration Example: PBR using the set ip default next-hop and set ip next-hop commands

HTH

Rolf

Works like a champ. I think my thought process was that ip default next-hop was process switched so I was attempting to use other means. Oh well.

Review Cisco Networking for a $25 gift card