02-27-2026 07:15 AM
Hi
Is it possible to peer twice to same ASN with BGP from FTD and use multipath? if I do this and I ask the remote side to propagate a default route to our FTD from both peering's will I get both defaults due to the AS number loop prevention? Is it advisable or not to enable allow-as etc to get round this any gotchas ?? Or should I be doing this another way.?
Thanks
Solved! Go to Solution.
03-24-2026 09:44 AM
@benolyndav it depends, I'd possibly prefer BGP. With statics you'd need to determine whether the route is up/down with tracking. With BGP this is dynamic, tune the timers or BFD for quicker dead peer detection.
02-27-2026 07:45 AM
@benolyndav yes, you should be able to peer with two peers in the same ASN and receive the default route from both. There shouldn't be a loop, as Loop prevention in BGP is achieved by verifying the AS number in the AS Path. BGP rejects route updates when the AS Path attribute contain its own AS number. The peer will also probably configure a list of allowed routes they are willing to receive.
02-27-2026 09:29 AM
On FTD → ECMP only works if the two paths qualify as “equal.” If the provider makes one default look different (prepends, different attributes), you may end up with only one active default. Also, depending on FTD/FMC version, support for “multipath-relax” style behavior can be limited — so if AS_PATHs aren’t identical, don’t assume you’ll get ECMP.
That’s basically it: two peers, multipath enabled, keep the defaults equal, and verify you actually have two next-hops in the RIB/FIB.
03-24-2026 03:04 AM
@saxenanitesh8522 So what about ECMP with static routes is this generally ok ? and anything to watch out for at all??
Thanks
03-24-2026 08:37 AM
@benolyndav ECMP is supported with FTD, configure traffic zones if static routes via different interfaces. https://www.cisco.com/c/en/us/td/docs/security/secure-firewall/management-center/device-config/100/management-center-device-config-10-0/routing-ecmp.html
03-24-2026 09:36 AM
@Rob Ingram what would your preference be ECMP/Static default routes, or BGP multipath ??
03-24-2026 09:44 AM
@benolyndav it depends, I'd possibly prefer BGP. With statics you'd need to determine whether the route is up/down with tracking. With BGP this is dynamic, tune the timers or BFD for quicker dead peer detection.
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