<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: BGP ECMP and BFD between onprem to AWS in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/bgp-ecmp-and-bfd-between-onprem-to-aws/m-p/5298091#M1121284</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/237724"&gt;M02@rt37&lt;/a&gt;, that's something I was half expecting &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In that case, I'd have to somehow determiner whether frequent drop is false positive or not.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Interestingly, Azure has Echo mode enabled and MS is also saying that in certain cases the minimum intervals can be set at higher value of 750ms.&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/azure/expressroute/expressroute-bfd" target="_blank"&gt;Azure ExpressRoute: Configure BFD | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jun 2025 10:44:09 GMT</pubDate>
    <dc:creator>atsukane</dc:creator>
    <dc:date>2025-06-10T10:44:09Z</dc:date>
    <item>
      <title>BGP ECMP and BFD between onprem to AWS</title>
      <link>https://community.cisco.com/t5/network-security/bgp-ecmp-and-bfd-between-onprem-to-aws/m-p/5297228#M1121271</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We have 2 x 1Gbps Direct Connect between AWS and HA pair of FPR2140 (FMC managed) running FTD ver.7.4.2.1, BGP and ECMP to load balance the traffic. There are L2 switch in between them to split the single circuit to 2 firewalls.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="atsukane_0-1749215802398.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/246074i4981605629008E4D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="atsukane_0-1749215802398.png" alt="atsukane_0-1749215802398.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;AWS's default keeptime is 30sec and holdtime is 90 sec, so in order to detect failures faster I've enabled BFD on our FTD with the following parameters.&amp;nbsp;(BFD is enabled by default on AWS&amp;nbsp;&lt;A href="https://repost.aws/knowledge-center/enable-bfd-direct-connect" target="_blank" rel="noopener"&gt;Enable BFD for a Direct Connect connection | AWS re:Post&lt;/A&gt; ) .&lt;/P&gt;&lt;P&gt;Unlike Azure, Echo mode is not enabled on AWS side (ironically) by the look of it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In any case, I'm not sure if this is set too sensitive, but we are now seeing frequent BGP neighbour down alerts from Solarwinds.&amp;nbsp;&lt;/P&gt;&lt;P&gt;"show bgp summary" confirms BGP being actually down, albeit very short time and it comes up quite quickly with in a minute or so.&lt;/P&gt;&lt;P&gt;In an effort to increase the failure detection time to minimize what appears to be false positive or it being too sensitive, I've changed the interval values, multiplier value, and slow timer value in the lab, but when I run a simulated test the detection time does not change.&amp;nbsp; I'd have thought upping the multiplier from 3 to 50 would definitely increase the detection time, but looks like the multiplier value need to match on the both sides.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Enabled debug on bfd packets and bfd events, but I can't really tell what's going wrong to be honest.&lt;/P&gt;&lt;P&gt;Can someone advise which value would increase the failure detection time?&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;bfd-template single-hop BFD_Template1
bfd slow-timers 10000
bfd template BFD_Template1
bfd template BFD_Template1
bfd template BFD_Template1
bfd template BFD_Template1
 neighbor 192.168.1.2 fall-over bfd single-hop
 neighbor 192.168.1.25 fall-over bfd single-hop&lt;/PRE&gt;&lt;PRE&gt;&amp;gt; show bfd neighbors details 

IPv4 Sessions
NeighAddr                                       LD/RD         RH/RS       State   Int
192.168.1.2                                    44/9493       Up          Up      AWS-2
&lt;STRONG&gt;Session state is UP and not using echo function.&lt;/STRONG&gt;
Session Host: Software
OurAddr: 192.168.1.1
Handle: 3
Local Diag: 0, Demand mode: 0, Poll bit: 0
MinTxInt: 300000, MinRxInt: 300000, Multiplier: 3
&lt;STRONG&gt;Received MinRxInt: 300000, Received Multiplier: 3  &amp;lt;&amp;lt;&amp;lt; received from AWS&lt;/STRONG&gt;
Holddown (hits): 0(0), Hello (hits): 300(143222)
Rx Count: 125697, Rx Interval (ms) min/max/avg: 1/2001/300 last: 293 ms ago
Tx Count: 143225, Tx Interval (ms) min/max/avg: 1/1548/264 last: 237 ms ago
Elapsed time watermarks: 0 0 (last: 0)
Registered protocols: BGP 
Template: BFD_Template1
Uptime: 10:29:40
Last packet: Version: 1                  - Diagnostic: 0
             State bit: Up               - Demand bit: 0
             Poll bit: 0                 - Final bit: 0
             C bit: 1                                       
             Multiplier: 3               - Length: 24
             My Discr.: 9493             - Your Discr.: 44
             Min tx interval: 300000     - Min rx interval: 300000

IPv4 Sessions
NeighAddr                                       LD/RD         RH/RS       State   Int
192.168.1.25                                   41/5436       Up          Up      AWS-1
&lt;STRONG&gt;Session state is UP and not using echo function.&lt;/STRONG&gt;
Session Host: Software
OurAddr: 192.168.1.26
Handle: 4
Local Diag: 0, Demand mode: 0, Poll bit: 0
MinTxInt: 300000, MinRxInt: 300000, Multiplier: 3
&lt;STRONG&gt;Received MinRxInt: 300000, Received Multiplier: 3  &amp;lt;&amp;lt;&amp;lt; received from AWS&lt;/STRONG&gt;
Holddown (hits): 0(0), Hello (hits): 300(307541)
Rx Count: 270142, Rx Interval (ms) min/max/avg: 275/1418/300 last: 213 ms ago
Tx Count: 307543, Tx Interval (ms) min/max/avg: 31/1418/263 last: 194 ms ago
Elapsed time watermarks: 0 0 (last: 0)
Registered protocols: BGP 
Template: BFD_Template1
Uptime: 22:32:35
Last packet: Version: 1                  - Diagnostic: 0
             State bit: Up               - Demand bit: 0
             Poll bit: 0                 - Final bit: 0
             C bit: 1                                       
             Multiplier: 3               - Length: 24
             My Discr.: 5436             - Your Discr.: 41
             Min tx interval: 300000     - Min rx interval: 300000
             Min Echo interval: 0       &lt;/PRE&gt;&lt;P&gt;Debug&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="atsukane_1-1749218096911.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/246080iB584BF6CCBB5911B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="atsukane_1-1749218096911.png" alt="atsukane_1-1749218096911.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 14:10:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/bgp-ecmp-and-bfd-between-onprem-to-aws/m-p/5297228#M1121271</guid>
      <dc:creator>atsukane</dc:creator>
      <dc:date>2025-06-06T14:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: BGP ECMP and BFD between onprem to AWS</title>
      <link>https://community.cisco.com/t5/network-security/bgp-ecmp-and-bfd-between-onprem-to-aws/m-p/5297424#M1121275</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/97213"&gt;@atsukane&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"&lt;EM&gt;...but looks like the multiplier value need to match on the both sides...."&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Yes, both sides must agree on BFD parameters (multiplier...), you can't just increase it on your side and expect a change in detection time unles AWS support and mirror the change...&lt;/P&gt;
&lt;P&gt;From my point of view, and regarding your outputs, you are locked into AWS's aggresive timer — &lt;EM data-start="1313" data-end="1352"&gt;you can’t slow it down from your side.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jun 2025 07:13:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/bgp-ecmp-and-bfd-between-onprem-to-aws/m-p/5297424#M1121275</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2025-06-07T07:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: BGP ECMP and BFD between onprem to AWS</title>
      <link>https://community.cisco.com/t5/network-security/bgp-ecmp-and-bfd-between-onprem-to-aws/m-p/5298091#M1121284</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/237724"&gt;M02@rt37&lt;/a&gt;, that's something I was half expecting &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In that case, I'd have to somehow determiner whether frequent drop is false positive or not.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Interestingly, Azure has Echo mode enabled and MS is also saying that in certain cases the minimum intervals can be set at higher value of 750ms.&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/azure/expressroute/expressroute-bfd" target="_blank"&gt;Azure ExpressRoute: Configure BFD | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 10:44:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/bgp-ecmp-and-bfd-between-onprem-to-aws/m-p/5298091#M1121284</guid>
      <dc:creator>atsukane</dc:creator>
      <dc:date>2025-06-10T10:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: BGP ECMP and BFD between onprem to AWS</title>
      <link>https://community.cisco.com/t5/network-security/bgp-ecmp-and-bfd-between-onprem-to-aws/m-p/5299965#M1121337</link>
      <description>&lt;P&gt;FYI - Reached out to AWS and they have confirmed that they don't support Echo function. Didn't really confirm the maximum BFD intervals, unlike Microsoft stating up to 750ms.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="atsukane_0-1750155701985.png" style="width: 494px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/246617i01B6AD11C90C8B83/image-dimensions/494x95?v=v2" width="494" height="95" role="button" title="atsukane_0-1750155701985.png" alt="atsukane_0-1750155701985.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 10:23:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/bgp-ecmp-and-bfd-between-onprem-to-aws/m-p/5299965#M1121337</guid>
      <dc:creator>atsukane</dc:creator>
      <dc:date>2025-06-17T10:23:05Z</dc:date>
    </item>
  </channel>
</rss>

