09-18-2019 12:51 PM
Hi. I am living problem about PBR with ip-helper function.
I want to use another internet connection with another firewall. So i create a routing map and activate it in Vlan 250 which i want to use another connection. It has ip-helper function enable. But when i enable routing map for that vlan, ip helper function stops working so anyone can't get ip address from DHCP server. But the PBR next hop working successfully. I can use it only by configuring static IP.
How can i use PBR with ip helper?
My route map config is like that ;
route-map PBR permit 10
set ip next-hop 172.22.100.4
interface Vlan250
ip policy route-map PBR
And my ip helper address is 172.22.0.3
Thank you for help.