03-21-2021 08:51 AM
Hi ,
Having problem on creating PBR in cisco FTD 2110 using FDM
Device is running with 6.6 IOS.
We have two service provider and two Lan ranges.
i am trying push the each Lan ranges to different service provider but i am unable to achieve the expected result. Previously we achieved this while using the cisco ASA firewall.
Done lot of google search i could see only the solutions via FMC only.
Followed the below configuration guide but didn't helped.
Need someone help to get this sorted out.
Thanks in advance
Siva
Solved! Go to Solution.
03-24-2021 05:20 AM
There is a open bug in cisco for PBR using FDM.
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvb19682
03-21-2021 09:00 AM - edited 03-21-2021 09:02 AM
PBR is configurable using Flexconfig when using FDM
03-21-2021 09:17 AM
Hi Rob,
Thanks for your reply.
I have already gone thorough the document but now where in the document mentioned about PBR configuration steps using flex configuration.
Below are the configuration which we are using in cisco as to perform the PBR which is working without any issues
X ISP provider.
xxxxxxxxxxxxxxxxxxx
access-list PBR1 extended permit ip 10.10.10.0 255.255.255.0 any log
route-map PBR_ISP1 permit 2
match ip address PBR1
set ip next-hop 80.160.x.x
interface Ethernet 1/3.40
vlan 40
ip address 10.10.10.2 255.255.255.0 standby 10.10.10.3
no shut
policy-route route-map PBR_ISP1
Y ISP Provider :
access-list PBR2 extended permit ip 10.10.11.0 255.255.255.0 any log
route-map PBR_ISP2 permit 2
match ip address PBR2
set ip next-hop 80.150.x.x
interface Ethernet 1/3.41
vlan 41
ip address 10.10.11.2 255.255.255.0 standby 10.10.10.3
no shut
policy-route route-map PBR_ISP2
Need the configuration steps or samples in FTD 2110
Br
Siva.D
03-21-2021 09:33 AM
There aren't always step by step guide for everything.
You can configure the route-map, access-list etc using the SmartCLI
03-21-2021 10:24 AM
Hi Rob,
Thanks for your response.
I have already configured the Extended access list and route-map using smart cli and tagged that route map to the interfaces using flex config .
While doing packet tracer in it matched the PBR but it is passing through the expected outside interface still it is picking up the default interface in spite of the fine tuned interface.
That the reason i was worried about the configuration and searching for help.
Br
Siva
03-24-2021 05:20 AM
There is a open bug in cisco for PBR using FDM.
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvb19682
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