10-09-2021 03:15 AM
I have been adding a route-map via flexconfig and it worked fine, but when I change some access-list rule or any change not flex config and deploy all route-map configuration still in running-config but the PBR does not work.
if I remove the PBR with prepend flexconfig and read it works well. also, this procedure for any change is repeated.
10-09-2021 09:43 AM
post the config bit, is the same route-map are you using for both PBR ?
10-09-2021 10:50 PM
Hi Balaji
Yes, the route-maps are the same.
route-map $PBR-USER permit 10
set ip netx-hop $GW-USER
route-map $PBR-DMZ permit 10
set ip next-hop $GW-DMZ
route-map $PBR-SRV permit 10
set ip next-hop $GW-SRV
route-map $PBR-WL permit 10
set ip next-hop $GW-WL
interface ethernet1/13
policy-route route-map $PBR-USER
interface ethernet1/11
policy-route route-map $PBR-DMZ
interface ethernet1/8
policy-route route-map $PBR-SRV
interface ethernet1/6
policy-route route-map $PBR-WL
10-10-2021 01:14 AM
I change some access-list rule or any change
what change, using FMC, that should not make any changes, if you do Manually on the device, that may have an issue.
we are not sure what is the variable content ? or what other changes you added, if would be nice to get information after adding ACL and how the config looks like, so we get a chance to find the reason? what is wrong?
https://integratingit.wordpress.com/2021/04/18/ftd-policy-based-routing/
10-10-2021 01:59 AM
Hi Balaji
for example, I added new nat and deploy the configuration to FTD, after the changes commit all PBR to stop working and all configurations for PBR are still present in the running-config.
I guess this is a bug.
10-10-2021 04:34 AM
10-11-2021 11:36 PM
incoming nat
10-12-2021 02:20 AM
Can you post that information.
10-12-2021 11:12 PM
Which information do you want?
10-13-2021 02:53 AM
After adding NAT which broke system, so i am looking that syntax.
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