<?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 UDLD like functionality in EOS? in Network Architecture &amp; Design</title>
    <link>https://community.extremenetworks.com/t5/network-architecture-design/udld-like-functionality-in-eos/m-p/15725#M2414</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
what functionality in EOS can be used to detect unidirectional links, similar to UDLD in Cisco IOS?&lt;BR /&gt;
&lt;BR /&gt;
At a first glance I see the following possibilities:&lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;Loop Protect, which requires reception of BPDUs 
&lt;/LI&gt;&lt;LI&gt;CFM 
&lt;/LI&gt;&lt;LI&gt;BFD (for routed ports (emulated using a VLAN with just one port in it) with routing protocol adjacency) 
&lt;/LI&gt;&lt;LI&gt;IP SLA (for routed ports used with static routes)&lt;/LI&gt;&lt;/OL&gt;Any other ideas?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Erik</description>
    <pubDate>Tue, 25 Apr 2017 19:39:00 GMT</pubDate>
    <dc:creator>Erik_Auerswald</dc:creator>
    <dc:date>2017-04-25T19:39:00Z</dc:date>
    <item>
      <title>UDLD like functionality in EOS?</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/udld-like-functionality-in-eos/m-p/15725#M2414</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
what functionality in EOS can be used to detect unidirectional links, similar to UDLD in Cisco IOS?&lt;BR /&gt;
&lt;BR /&gt;
At a first glance I see the following possibilities:&lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;Loop Protect, which requires reception of BPDUs 
&lt;/LI&gt;&lt;LI&gt;CFM 
&lt;/LI&gt;&lt;LI&gt;BFD (for routed ports (emulated using a VLAN with just one port in it) with routing protocol adjacency) 
&lt;/LI&gt;&lt;LI&gt;IP SLA (for routed ports used with static routes)&lt;/LI&gt;&lt;/OL&gt;Any other ideas?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Erik</description>
      <pubDate>Tue, 25 Apr 2017 19:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/udld-like-functionality-in-eos/m-p/15725#M2414</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-04-25T19:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: UDLD like functionality in EOS?</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/udld-like-functionality-in-eos/m-p/15726#M2415</link>
      <description>Nope, UDLD doesn't exist on EXOS, but you can use ELSM...  But it looks like you're running EOS though... Take a look at this..&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://www.mail-archive.com/enterasys@listserv.unc.edu/msg01352.html" target="_blank" rel="nofollow noreferrer noopener"&gt;https://www.mail-archive.com/enterasys@listserv.unc.edu/msg01352.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Apr 2017 02:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/udld-like-functionality-in-eos/m-p/15726#M2415</guid>
      <dc:creator>Jeremy_Gibbs</dc:creator>
      <dc:date>2017-04-26T02:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: UDLD like functionality in EOS?</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/udld-like-functionality-in-eos/m-p/15727#M2416</link>
      <description>Hi Jeremy,&lt;BR /&gt;
&lt;BR /&gt;
thanks for your answer.&lt;BR /&gt;
&lt;BR /&gt;
Problem is, a customer did have a unidirectional fiber link between two S-Series, using 10G ports and optics. The ports were up, but no data was passing the link (e.g. no LLDP data received on one of the switches). The link given by you suggests this should not happen. 10G Ethernet supposedly has UDLD-like functionality as part of the standard, and EXOS supposedly implements that (see &lt;A href="https://gtacknowledge.extremenetworks.com/articles/Q_A/what-is-the-difference-between-local-fault-and-remote-fault-in-the-port-link-down-messages" target="_blank" rel="nofollow noreferrer noopener"&gt;What is the difference between local fault and remote fault in the port link down messages&lt;/A&gt;), but I have seen unidirectional 10G fiber links between EXOS switches as well. Bugs can happen everywhere.&lt;BR /&gt;
&lt;BR /&gt;
Which reminds me of method number 5 to guard against this, using LACP.&lt;BR /&gt;
&lt;BR /&gt;
Using a higher layer protocol (CFM, LACP, BFD) to guard against a failure in a lower layer seems a valid strategy.&lt;BR /&gt;
&lt;BR /&gt;
Cisco's UDLD is nice and easy to use in IOS, because one just needs to turn it on globally, and it will automatically guard all fiber ports, no further configuration needed. Its scope is clear, ensuring that layer 2 links work in both directions. If it reports a failure, the first idea for resolution is checking the link and e.g. replacing the cable.&lt;BR /&gt;
&lt;BR /&gt;
CFM in contrast has a much wider scope and is relatively cumbersome to configure. Loop Protect (proprietary) requires the use of STP. LACP is used to form LAGs, guarding against unidirectional links is a side-effect (and quite slow with default timers). BFD requires IP connectivity and does not affect the layer 2 interface directly. Routing protocol adjacencies (e.g. using OSPF Hello) need a routing protocol active on the link, and are usually quite slow to detect a failure. IP SLA needs an IP address to track. All of those except CFM down MEPs have additional failure cases besides a link problem, making troubleshooting a link problem harder.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://documentation.extremenetworks.com/exos_22.2/EXOS_21_1/Status_Monitoring/c_using-elsm.shtml" target="_blank" rel="nofollow noreferrer noopener"&gt;ELSM&lt;/A&gt; on EXOS seems to serve the same purpose as Cisco's UDLD, but EOS seems to lack this kind of functionality.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Erik</description>
      <pubDate>Wed, 26 Apr 2017 12:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/udld-like-functionality-in-eos/m-p/15727#M2416</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-04-26T12:27:00Z</dc:date>
    </item>
  </channel>
</rss>

