cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
743
Views
4
Helpful
6
Replies

FMC/FTD BGP Question

benolyndav
Level 8
Level 8

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

1 Accepted Solution

Accepted Solutions

@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.

View solution in original post

6 Replies 6

@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.

 

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.

@saxenanitesh8522 So what about ECMP with static routes is this generally ok ? and anything to watch out for at all??

Thanks

@Rob Ingram what would your preference be ECMP/Static default routes, or BGP multipath ??

@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.

Review Cisco Networking for a $25 gift card