Good afternoon
I´m having a problem with a new PBR and I need your help
This is the scenario:
I have Equipment A which is currently configured with a PBR defining that all trafic from host 10.10.1.1 has a next hop to IP 192.168.10.10 (on equipment B). This PBR is working fine.
Now, I want to establish another PBR on equipment B defining that all trafic that arrives to 192.168.10.10 has a next hop to 192.168.30.30 (basically a PBR to a PBR), with exception to all traffic that has is destined to 192.168.10.8
I can´t seem to make this last PBR work.
This are the configurations I have at the moment on equipment B:
access-list 150 remark *** PoC - PBR ***
access-list 150 deny ip any host 192.168.10.8
access-list 150 permit ip any any
route-map POC-PBR permit 10
match ip address 150
set ip next-hop 192.168.30.30
interface Vlan250
description PoC-PBR
ip address 192.168.10.8 255.255.255.0
no ip redirects
no ip unreachables
standby 250 ip 192.168.10.10
standby 250 priority 110
standby 250 preempt
ip policy route-map POC-PBR
end
What´s wrong with is?
Any help is apreciated
I´m having a problem with a new PBR and I need your help
This is the scenario:
I have Equipment A which is currently configured with a PBR defining that all trafic from host 10.10.1.1 has a next hop to IP 192.168.10.10 (on equipment B). This PBR is working fine.
Now, I want to establish another PBR on equipment B defining that all trafic that arrives to 192.168.10.10 has a next hop to 192.168.30.30 (basically a PBR to a PBR), with exception to all traffic that has is destined to 192.168.10.8
I can´t seem to make this last PBR work.
This are the configurations I have at the moment on equipment B:
access-list 150 remark *** PoC - PBR ***
access-list 150 deny ip any host 192.168.10.8
access-list 150 permit ip any any
route-map POC-PBR permit 10
match ip address 150
set ip next-hop 192.168.30.30
interface Vlan250
description PoC-PBR
ip address 192.168.10.8 255.255.255.0
no ip redirects
no ip unreachables
standby 250 ip 192.168.10.10
standby 250 priority 110
standby 250 preempt
ip policy route-map POC-PBR
end
What´s wrong with is?
Any help is apreciated