<?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: Appreciate if  someone can explain clearly the use case of command &amp;quot;enable ospf mpls-next-hop &amp;quot; &amp; &amp;quot;enable iproute mpls-next-hop&amp;quot;. in ExtremeSwitching (Other)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-other/appreciate-if-someone-can-explain-clearly-the-use-case-of/m-p/9853#M881</link>
    <description>in your example, the "#" is important, this is the entry in the FIB. Here, it's using pure L3.&lt;BR /&gt;</description>
    <pubDate>Fri, 17 Aug 2018 09:18:00 GMT</pubDate>
    <dc:creator>Stephane_Grosj1</dc:creator>
    <dc:date>2018-08-17T09:18:00Z</dc:date>
    <item>
      <title>Appreciate if  someone can explain clearly the use case of command "enable ospf mpls-next-hop " &amp; "enable iproute mpls-next-hop".</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/appreciate-if-someone-can-explain-clearly-the-use-case-of/m-p/9850#M878</link>
      <description>Appreciate if someone can explain clearly the use case of command "enable ospf mpls-next-hop " &amp;amp; "enable iproute mpls-next-hop". &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Aug 2018 13:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/appreciate-if-someone-can-explain-clearly-the-use-case-of/m-p/9850#M878</guid>
      <dc:creator>Ronie_Singh</dc:creator>
      <dc:date>2018-08-16T13:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Appreciate if  someone can explain clearly the use case of command "enable ospf mpls-next-hop " &amp; "enable iproute mpls-next-hop".</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/appreciate-if-someone-can-explain-clearly-the-use-case-of/m-p/9851#M879</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
you'll typically use "enable iproute mpls-next-hop" for L3VPN, imho.&lt;BR /&gt;
&lt;BR /&gt;
This command will tell the router to prefer the MPLS LSPs rather than the IGP routes for entries that are learnt by both.&lt;BR /&gt;
&lt;BR /&gt;
Here's an example:&lt;BR /&gt;
&lt;BR /&gt;
PE2.28 # sh iproute&lt;BR /&gt;
[...]&lt;BR /&gt;
mp 192.168.255.40/32 15.0.210.1 1 U--D---um-L-- vl210 0d:4h:39m:53s&lt;BR /&gt;
#oa 192.168.255.40/32 15.0.210.1 22 UG-D---um---- vl210 0d:4h:41m:51s&lt;BR /&gt;
&lt;BR /&gt;
PE2.29 # enable iproute mpls-next-hop&lt;BR /&gt;
PE2.30 # show iproute&lt;BR /&gt;
[...]&lt;BR /&gt;
#mp 192.168.255.40/32 15.0.210.1 1 U--D---um-L-- vl210 0d:5h:3m:30s&lt;BR /&gt;
oa 192.168.255.40/32 15.0.210.1 22 UG-D---um---- vl210 0d:5h:5m:28s&lt;BR /&gt;
&lt;BR /&gt;
The other command, "enable ospf mpls-next-hop" is to tell ospf to use an MPLS LSP to reach the destination, when available.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Aug 2018 15:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/appreciate-if-someone-can-explain-clearly-the-use-case-of/m-p/9851#M879</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2018-08-16T15:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Appreciate if  someone can explain clearly the use case of command "enable ospf mpls-next-hop " &amp; "enable iproute mpls-next-hop".</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/appreciate-if-someone-can-explain-clearly-the-use-case-of/m-p/9852#M880</link>
      <description>Hi Grosjean, &lt;BR /&gt;
&lt;BR /&gt;
Thank you for your explanation and really appreciate it.  As per following snippet, can I confirm the path to PE2 is preferring via OSPF even though there is mpls ldp for the same destination ? &lt;BR /&gt;
&lt;BR /&gt;
Does it mean the forwarding will be via pure L3 instead of labeling ? &lt;BR /&gt;
&lt;BR /&gt;
PE1 # show iproute 172.17.80.55/32&lt;BR /&gt;
Ori  Destination        Gateway         Mtr  Flags         VLAN       Duration&lt;BR /&gt;
 mp  172.17.80.55/32    172.17.70.125   1    U--D---um-L-- PE2-Via-P1 2d:18h:36m:2s&lt;BR /&gt;
#or  172.17.80.55/32    172.17.70.125   16   UG-D---um--f- PE2-Via_P1 2d:18h:36m:2s&lt;BR /&gt;
&lt;BR /&gt;
Thanks. &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Aug 2018 09:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/appreciate-if-someone-can-explain-clearly-the-use-case-of/m-p/9852#M880</guid>
      <dc:creator>Ronie_Singh</dc:creator>
      <dc:date>2018-08-17T09:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Appreciate if  someone can explain clearly the use case of command "enable ospf mpls-next-hop " &amp; "enable iproute mpls-next-hop".</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/appreciate-if-someone-can-explain-clearly-the-use-case-of/m-p/9853#M881</link>
      <description>in your example, the "#" is important, this is the entry in the FIB. Here, it's using pure L3.&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Aug 2018 09:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/appreciate-if-someone-can-explain-clearly-the-use-case-of/m-p/9853#M881</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2018-08-17T09:18:00Z</dc:date>
    </item>
  </channel>
</rss>

