<?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: BFD Not Working For Withdrawal of Static Route in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bfd-not-working-for-withdrawal-of-static-route/m-p/36891#M7706</link>
    <description>Well it turns out I made a mistake at the outset. My method of triggering the BFD outage on my hub router was to do "disable bfd vlan MetroA" on the spoke router.&lt;BR /&gt;
&lt;BR /&gt;
I assumed that the BFD client would go down on the spoke router and that the hub router would just assume that it lost contact.&lt;BR /&gt;
&lt;BR /&gt;
When I made the outage more realistic by connecting the routers through an intermediate switch and just cutting off the vlan on one of the switch ports, BFD behaved as I expected and withdrew the route.&lt;BR /&gt;
&lt;BR /&gt;
I haven't done a packet capture but I am guessing that when you disable the BFD client ona vlan and there is an active session, the local BFD client signals the remote to say "Hey they are turning me off over here so you better just assume that BFD isn't working and just don't mess with your routing table."&lt;BR /&gt;
&lt;BR /&gt;
So the "b" flag means - I have requested BFD protection but I don't think the other end is cooperating, whereas the "p" flag means I have talked to the other end and we have agreed to be in BFD protection mode so I will withdraw the route if I lose contact.&lt;BR /&gt;</description>
    <pubDate>Sat, 28 Feb 2015 03:19:00 GMT</pubDate>
    <dc:creator>Ed_McGuigan1</dc:creator>
    <dc:date>2015-02-28T03:19:00Z</dc:date>
    <item>
      <title>BFD Not Working For Withdrawal of Static Route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bfd-not-working-for-withdrawal-of-static-route/m-p/36886#M7701</link>
      <description>We are looking to introduce some static routing to address OSPF instability issues ( long story about multicast traffic over AT&amp;amp;T Switched Ethernet service ).&lt;BR /&gt;
&lt;BR /&gt;
Basically, I want a static route from a hub router out to a spoke router but I want the route to be withdrawn if the hub loses connectivity to the spoke router because there is an alternative path.&lt;BR /&gt;
&lt;BR /&gt;
So on the hub router I have:&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;enable iproute bfd 10.254.101.2 vr VR-Default&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure iproute add 10.1.0.0 255.255.0.0 10.254.101.2 bfd&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
on the spoke router I just enable the BFD client:&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;enable iproute bfd 10.254.101.1 vr VR-Default&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
With this done I can see the route as follows:&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;Ori  Destination        Gateway         Mtr  Flags         VLAN       Duration&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;#s   10.1.0.0/16        10.254.101.2    1    UG---Spum--f- MetroA     0d:20h:50m:38s&lt;BR /&gt;
&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;Flags: (b) BFD protection requested, (B) BlackHole, (c) Compressed, (D) Dynamic,       (f) Provided to FIB, (G) Gateway, (H) Host Route, (l) Calculated LDP LSP,&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;       (L) Matching LDP LSP, (m) Multicast, (p) BFD protection active, (P) LPM-routing,&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;       (R) Modified, (s) Static LSP, (S) Static, (t) Calculated RSVP-TE LSP,&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;       (T) Matching RSVP-TE LSP, (u) Unicast, (U) Up, (3) L3VPN Route.&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
The "p" flag indicate that BDF protection is active and the "f" that the route is in the FIB.&lt;BR /&gt;
&lt;BR /&gt;
If I actually pull the cable out between the devices:&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;Ori  Destination        Gateway         Mtr  Flags         VLAN       Duration &lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; s   10.1.0.0/16        10.254.101.2    1    -G---Spum---- MetroA     0d:20h:54m:19s&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
The route is Down and not in the forwarding database. If I disable the BFD client on the spoke router so as to bring down the BFD session, I get the following on the spoke router:&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;#s   10.1.0.0/16        10.254.101.2    1    UG---Sbum--f- MetroA     0d:20h:58m:51s&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
The "b" flag indicates that BFD protection is requested ( but not active ). The "f" flag is set so the route is still in the FIB.&lt;BR /&gt;
&lt;BR /&gt;
This seems to be wrong. BFD is working in terms of detecting a loss of connectivity to the remote client:&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt; show bfd session&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;Neighbor       Interface      Clients  Detection  Status       VR &lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;=====================================================================&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;10.254.101.2   MetroA         ----s      3000     Down         VR-Default     &lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;=====================================================================&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;Clients Flag: m - MPLS, o - OSPF, s - Static&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
but the expected route withdrawal does not occur.</description>
      <pubDate>Thu, 26 Feb 2015 22:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bfd-not-working-for-withdrawal-of-static-route/m-p/36886#M7701</guid>
      <dc:creator>Ed_McGuigan1</dc:creator>
      <dc:date>2015-02-26T22:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: BFD Not Working For Withdrawal of Static Route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bfd-not-working-for-withdrawal-of-static-route/m-p/36887#M7702</link>
      <description>What's the exos version ?  I have seen this issue many times</description>
      <pubDate>Thu, 26 Feb 2015 22:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bfd-not-working-for-withdrawal-of-static-route/m-p/36887#M7702</guid>
      <dc:creator>PARTHIBAN_CHINN</dc:creator>
      <dc:date>2015-02-26T22:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: BFD Not Working For Withdrawal of Static Route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bfd-not-working-for-withdrawal-of-static-route/m-p/36888#M7703</link>
      <description>Thanks for replying.&lt;BR /&gt;
&lt;BR /&gt;
===&lt;BR /&gt;
&lt;BR /&gt;
15.5.3.4 v1553b4-patch1-5&lt;BR /&gt;
&lt;BR /&gt;
and I downgraded to:&lt;BR /&gt;
&lt;BR /&gt;
15.4.1.3 v1541b3-patch1-13&lt;BR /&gt;
&lt;BR /&gt;
===&lt;BR /&gt;
&lt;BR /&gt;
Do you know a version the feature works on Parthiban? Would like to satisfy myself that I am configuring it correctly and that the features does work on some version or other.&lt;BR /&gt;
&lt;BR /&gt;
I know the dropped BFD session is seen but it just won't do what it should.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Feb 2015 01:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bfd-not-working-for-withdrawal-of-static-route/m-p/36888#M7703</guid>
      <dc:creator>Ed_McGuigan1</dc:creator>
      <dc:date>2015-02-27T01:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: BFD Not Working For Withdrawal of Static Route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bfd-not-working-for-withdrawal-of-static-route/m-p/36889#M7704</link>
      <description>15.3.14latest patch used to be the best.&lt;BR /&gt;
But i dont think there should be any problem with 15.4.1.3patch1-13&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://community.extremenetworks.com/extreme/topics/remote-site-dual-link-using-ip-route-sharing" target="_blank" rel="nofollow noreferrer noopener"&gt;https://community.extremenetworks.com/extreme/topics/remote-site-dual-link-using-ip-route-sharing&lt;/A&gt;&lt;BR /&gt;
The above link can help you confirm BFD works for many other customers.</description>
      <pubDate>Fri, 27 Feb 2015 09:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bfd-not-working-for-withdrawal-of-static-route/m-p/36889#M7704</guid>
      <dc:creator>PARTHIBAN_CHINN</dc:creator>
      <dc:date>2015-02-27T09:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: BFD Not Working For Withdrawal of Static Route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bfd-not-working-for-withdrawal-of-static-route/m-p/36890#M7705</link>
      <description>I ended up down at "version 15.3.1.4 v1531b4-patch1-40" and got it working.&lt;BR /&gt;
&lt;BR /&gt;
It concerns me that features just stop working as you move to more recent versions.&lt;BR /&gt;
&lt;BR /&gt;
I did change the way I generate the BFD outage ( actually cable through an intermediate switch and removed VLAN membership from a port on that switch ), so I am going to go back to my latest version and test again just to be sure it is not working.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again Parthiban.</description>
      <pubDate>Fri, 27 Feb 2015 21:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bfd-not-working-for-withdrawal-of-static-route/m-p/36890#M7705</guid>
      <dc:creator>Ed_McGuigan1</dc:creator>
      <dc:date>2015-02-27T21:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: BFD Not Working For Withdrawal of Static Route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bfd-not-working-for-withdrawal-of-static-route/m-p/36891#M7706</link>
      <description>Well it turns out I made a mistake at the outset. My method of triggering the BFD outage on my hub router was to do "disable bfd vlan MetroA" on the spoke router.&lt;BR /&gt;
&lt;BR /&gt;
I assumed that the BFD client would go down on the spoke router and that the hub router would just assume that it lost contact.&lt;BR /&gt;
&lt;BR /&gt;
When I made the outage more realistic by connecting the routers through an intermediate switch and just cutting off the vlan on one of the switch ports, BFD behaved as I expected and withdrew the route.&lt;BR /&gt;
&lt;BR /&gt;
I haven't done a packet capture but I am guessing that when you disable the BFD client ona vlan and there is an active session, the local BFD client signals the remote to say "Hey they are turning me off over here so you better just assume that BFD isn't working and just don't mess with your routing table."&lt;BR /&gt;
&lt;BR /&gt;
So the "b" flag means - I have requested BFD protection but I don't think the other end is cooperating, whereas the "p" flag means I have talked to the other end and we have agreed to be in BFD protection mode so I will withdraw the route if I lose contact.&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Feb 2015 03:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/bfd-not-working-for-withdrawal-of-static-route/m-p/36891#M7706</guid>
      <dc:creator>Ed_McGuigan1</dc:creator>
      <dc:date>2015-02-28T03:19:00Z</dc:date>
    </item>
  </channel>
</rss>

