08-01-2019 10:14 AM - edited 02-21-2020 09:21 AM
hi all
we have dual homed internet in our Internet Edge firewall (firepower FTD FDM 6.2.3).
both of them running NAT publishing for different application, for example : application A (segment 0) and application B (segment 9), application A using nat via Provider A (ip public segment A), and application B using nat via provider B (ip public segment B).
We know the solution is using PBR, we try to input PBR config via flexconfig (the only one way to deploy the configuration).
here it is our config editor :
access-list AppA permit ip 192.168.0.0 0.0.0.255 any
access-list AppB permit ip 192.168.9.0 0.0.0.255 any
route-map PBR permit 10
match ip address AppA
set ip next-hop a.a.a.a
route-map PBR permit 20
match ip address AppB
set ip next-hop b.b.b.b
route-map PBR permit 30
interface Ethernet1/1
policy-route route-map PBR
and we're using flexconfig object to make that config deployed. the config deployed with error.
but the thing is, access-list object doesnt appear on running configuration (although other object and command is appear) in Firepower. We check it via Console. So the traffic of all segment including dmz, outside, inside (segment A and segment B) etc can not be ping and access by each other. actually before connecting IP public B and do PBR, ip public A running well on Firepower machine. Since we deploy a new connection for ip public segment B (migration phase) and input those command, everything goes wrong.
is there any solution for my case? since we know that ACL object is not entered, but other object including interface pbr configuration seems like enforced to enter to my FP
is there a Firepower FDM limitation?
please help me
Solved! Go to Solution.
08-01-2019 11:22 AM
HI,
It's not possible to configure PBR on FTD using FDM, the only option is if you are configuring using the FMC. Reference here.
HTH
08-01-2019 11:22 AM
HI,
It's not possible to configure PBR on FTD using FDM, the only option is if you are configuring using the FMC. Reference here.
HTH
08-03-2023 06:27 AM - edited 08-03-2023 06:28 AM
Hello @Rob Ingram
Is this still true? I'm guessing it might be because I don't see "set IP" option in FlexConfig and I'm on v7.3. What about CDO? I really don't want to have to setup an FMC just for PBR.
Thanks,
08-03-2023 06:41 AM
@tato386 unfortunately no, apparently not https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvb19682
08-03-2023 08:28 AM
I believe there is a CDO delivered FMC but I really don't want to deal with that for this box. I believe you can configure FTD directly from CDO without FMC. Does that count as FDM? Is there a chance CDO can do the required FlexConfig without FMC?
Thanks
08-03-2023 08:57 AM
@tato386 native CDO (no cdFMC) basically relies on FDM, which unfortunately not going not going to help.
08-03-2023 11:57 AM
got it. thank you sir!
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