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

PBR option

vishal.rane
Level 1
Level 1

Hello

need some support on PBR

0.0.0.0 route from the Backbone switch is forwarded to the firewall ; for a specific VC host on vlan89  we need to forward to a router

vlan 88

description Timesz

ip address 10.10.7.254 255.255.255.0

vlan 89

description VC

ip address 10.10.8.254 255.255.255.0

vlan 90

description NAT Router

ip address 192.168.1.1 255.255.255.0

ip route 0.0.0.0 0.0.0.0  firewall

thanks

Vishal

1 Accepted Solution

Accepted Solutions

cadet alain
VIP Alumni
VIP Alumni

Hi,

access-list 100 permit host 10.10.8.x

route-map PBR permit 10

match ip address 100

set ip next-hop 192.168.1.x

int vlan 89

ip policy route-map PBR

Replace the x with the corresponding host addresses.

Regards

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.

View solution in original post

1 Reply 1

cadet alain
VIP Alumni
VIP Alumni

Hi,

access-list 100 permit host 10.10.8.x

route-map PBR permit 10

match ip address 100

set ip next-hop 192.168.1.x

int vlan 89

ip policy route-map PBR

Replace the x with the corresponding host addresses.

Regards

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.