There is a route in routing table for 15.100.100.1 learned via BGP. outgoing interface is F0/1.
My Traffic starting from 50.160.200.105 interface fast 0/0 sending to 95.20.20.6
I need to route this traffic via interface multilink 50. IP is 50.160.201.173 . reason is due to kown issue with BGP. When BG session starts, ping to 95.20.20.6 fail.
So I configured below PBR but result was not obtained.
Can anybody help me?
access-list 10 permit 50.160.200.104 0.0.0.7
!
!
!
route-map map1 permit 10
match ip address 10
set ip next-hop 50.160.201.174
!
interface FastEthernet0/0
ip address 50.160.200.105 255.255.255.248
ip policy route-map map1