01-27-2021 10:54 PM - edited 01-27-2021 10:55 PM
Hello,
I have an FTD managed through FDM. I have two S2S VPNs using VTI and would like to do some path selection. I created two route-maps each matching a specific prefix list and each has BGP weight and local preference. I see that there is an option to apply a weight under the neighbor, But I want to be more specific and apply that to certain subnets only. I cannot find the setting that uses route map.
Thanks
01-28-2021 10:02 AM
BGP route-map is applied to a neighbor under address-family ipv4.
You can do it through GUI in FMC, I never done it via FDM.
Screenshot from FMC
01-29-2021 02:13 PM
Hi Panos,
Thanks for sharing the screenshot. Unfortunately, I can only use FDM to manage this device.
Thanks
01-30-2021 12:34 AM
What gersion are you running?
There's no BGP configuration on GUI?
01-30-2021 04:12 AM
With FDM you should be able to use a route-map smart CLI object and configure BGP as described here:
Version 6.5 introduced the route-map as a Smart CLI feature.
01-30-2021 08:24 AM
Thanks Marvin.
I have already created two route-maps and set the weight on each one. I am just not sure how to apply these routes maps so the FTD prefers a path over another for certain subnets defined in the route maps.
01-30-2021 08:13 PM - edited 01-30-2021 08:14 PM
You should be able to use this option in your BGP smart cli setup:
table-map route-map options . (IPv4 only.) Apply a route map that sets metrics, a tag value, or a traffic index for routes that are updated in the BGP routing table, or controls whether routes are downloaded to the RIB. Click route-map and select the Smart CLI object that defines the route map. In the route map, you can use match clauses for IP access list, autonomous system paths, communities, prefix lists, and next hop.
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