cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1639
Views
5
Helpful
3
Replies

Create a route-map in FDM

in FMC using flex config there is an example and it works

video 

 

PRB-HR 192.168.1.2 MY-GW-1 192.168.100.1
PRB-IT 192.168.5.2 MY-GW-2 192.168.200.1


route-map $ Route-MAP-Name resolution 10
set ip next-hop verify-availability $ GW-1 1 track 1
set ip next-hop verify-availability $ GW-2 2 track 2

route-map $ resolution Route-MAP-Name 20
set ip next-hop verify-availability $ GW-2 1 track 1
set ip next-hop verify-availability $ GW-1 2 track 2

interface Port-channel 4.3
policy-route $ Route-MAP-Name

interface Port-channel 4.6
policy-route $ Route-MAP-Name

 

Now
I need to configure everything through FDM
can't create route map in FDM

please write how to create a route map in FDM
or give a customization example
Google could not find examples

This Video show how to configure PBR using FMC FlexConfig. Correction: During Flex-Configuration, instead of applying Route-map on Ethernet 1/1 & Ethernet 1/3 which is outside. It should be applyed on Ethernet 1/2 (Inside Interface). Linkedin: https://www.linkedin.com/in/nandakumar80/ For Latest ...
3 Replies 3

This is not yet possible through native FDM configuration. As with FMC, you have to go through FlexConfig which is quite similar to what you have seen in the FMC-documentation:

https://www.cisco.com/c/en/us/td/docs/security/firepower/660/fdm/fptd-fdm-config-guide-660/fptd-fdm-advanced.html#task_36ECF548DADB4200A448CC163B03ADB0

 

is it possible to do this with FDM?
found it

https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvb19682

 

created in object acl and route-map

access-list acl-isp2 standard permit host 192.168.1.2

route-map pbr-isp2 permit 10
match ip address acl-isp2
match interface vlan-id-3
set ip next-hop 31.31.31.31

Where
vlan-id-3 sub-interfce (192.168.1.0/24)
31.31.31.31 - second isp2

everyone goes through isp1 and host 192.168.1.2 must go through isp2
does not work, which is not correct in such a configuration?

do i need to use flex object and how to do it?

Review Cisco Networking for a $25 gift card