07-31-2013 03:30 AM - edited 03-04-2019 08:36 PM
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
Solved! Go to Solution.
07-31-2013 03:51 AM
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.
07-31-2013 03:51 AM
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.
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