<?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 N-Series may not Form an OSPF Adjacency with X-Series using a Large MTU Size in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/n-series-may-not-form-an-ospf-adjacency-with-x-series-using-a/m-p/47929#M492</link>
    <description>Article ID: 10313 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
Matrix X-Series, Matrix N-Series DFE &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Changes&lt;/B&gt;&lt;BR /&gt;
Configured routing with OSPF.&lt;BR /&gt;
On the X-Series, enabled jumbo frame support on Layer 3 ('mtu 9000') to prevent packet fragmentation.&lt;BR /&gt;
On the N-Series, enabled jumbo frame support on Layers 2 and 3 ('set port jumbo enable &amp;lt;&lt;I&gt;port#&lt;/I&gt;&amp;gt;') to match. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Symptoms&lt;/B&gt;&lt;BR /&gt;
The forming of OSPF adjacencies is disrupted on the N-Series.&lt;BR /&gt;
OSPF Neighbors stuck in Exchange Start / Exchange State.&lt;BR /&gt;
Loss of routes in the forwarding table. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
The Interface Maximum Transmission Unit (MTU) settings are mismatched on adjacent routers. &lt;BR /&gt;
&lt;BR /&gt;
Background regarding X-Series design: &lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;The X supports ethernet jumbo frames by default on all ports for layer 2 traffic; however, in order to maintain the larger packet size when routing between VLANs the MTU size should be maximized on the interface:&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;  mtu 9000&lt;/UL&gt;&lt;UL&gt; 
&lt;LI&gt;This command allows jumbo frames to pass unfragmented on layer 2 and layer 3, changing the actual MTU size and the L3 interface's capability to receive frames larger than 1500 bytes. 
&lt;/LI&gt;&lt;LI&gt;Packets &lt;I&gt;originating&lt;/I&gt; from the X will always be sent with a 1500-byte packet size, at most.&lt;/LI&gt;&lt;/UL&gt;
Background regarding N-Series design: &lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;The N supports standard ethernet with a 1500-byte MTU size. If it is necessary to send jumbo frames across the N, this must be enabled at the port level:&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;  set port jumbo enable &amp;lt;&lt;I&gt;port#&lt;/I&gt;&amp;gt;&lt;/UL&gt;&lt;UL&gt; 
&lt;LI&gt;This command allows jumbo frames to pass unfragmented on layer 2 and layer 3 but does not change the actual MTU size or the L3 interface's capability to receive frames larger than 1500 bytes. 
&lt;/LI&gt;&lt;LI&gt;Packets &lt;I&gt;originating&lt;/I&gt; from the N will always be sent with a 1500-byte packet size, at most.&lt;/LI&gt;&lt;/UL&gt;
If the above configuration changes are made in an OSPF environment, the X-Series and N-Series lose OSPF adjacency, resulting in loss of routes in the forwarding table. &lt;BR /&gt;
&lt;BR /&gt;
This is because, as part of the OSPF process, neighboring routers exchange OSPF Database Descriptor information including their respective operational MTU sizes. In order to attain an OSPF adjacency with other routers, the MTU size reported by those other routers must not exceed the MTU size that the receiving router will accept. In this example, the X with an MTU setting of 9000 has no issue with the 1500 MTU size reported by the N. The N, on the other hand, sees the larger than acceptable MTU size reported by the X and drops back to an "Exchange Start" state. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution/Workaround&lt;/B&gt;&lt;BR /&gt;
If the recycling router can be configured with a matching interface MTU, then that would be one possible solution; however, the N does not allow modification of the MTU size on the layer 3 interface. &lt;BR /&gt;
&lt;BR /&gt;
In order to resolve this MTU mismatch, configure the N to ignore the MTU size reported in the Database Descriptor: &lt;BR /&gt;
  ip ospf ignore-mtu &lt;BR /&gt;
&lt;BR /&gt;
What follows is a set of sample router configurations of an X-Series and N-Series, with this advice applied.&lt;BR /&gt;
&lt;BR /&gt;
 ** X-Series **&lt;BR /&gt;
 &lt;BR /&gt;
interface vlan.1.152&lt;BR /&gt;
 ip address 10.26.152.1 255.255.255.252&lt;BR /&gt;
 mtu 9000&lt;BR /&gt;
 no shutdown&lt;BR /&gt;
 &lt;BR /&gt;
router ospf 1&lt;BR /&gt;
 network 10.26.152.0 0.0.0.3 area 0.0.0.0&lt;BR /&gt;
 network 10.26.255.200 0.0.0.3 area 0.0.0.0&lt;BR /&gt;
 exit&lt;BR /&gt;
 &lt;BR /&gt;
 ** N-Series **&lt;BR /&gt;
 &lt;BR /&gt;
interface vlan 152&lt;BR /&gt;
 ip address 10.26.152.2 255.255.255.252&lt;BR /&gt;
 ip ospf ignore-mtu&lt;BR /&gt;
 no shutdown&lt;BR /&gt;
 &lt;BR /&gt;
router ospf 1&lt;BR /&gt;
 network 10.26.152.0 0.0.0.3 area 0.0.0.0&lt;BR /&gt;
 redistribute connected subnets&lt;BR /&gt;
 &lt;BR /&gt;
set port jumbo enable ge.1.1</description>
    <pubDate>Fri, 15 Nov 2013 22:34:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2013-11-15T22:34:00Z</dc:date>
    <item>
      <title>N-Series may not Form an OSPF Adjacency with X-Series using a Large MTU Size</title>
      <link>https://community.extremenetworks.com/t5/faqs/n-series-may-not-form-an-ospf-adjacency-with-x-series-using-a/m-p/47929#M492</link>
      <description>Article ID: 10313 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
Matrix X-Series, Matrix N-Series DFE &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Changes&lt;/B&gt;&lt;BR /&gt;
Configured routing with OSPF.&lt;BR /&gt;
On the X-Series, enabled jumbo frame support on Layer 3 ('mtu 9000') to prevent packet fragmentation.&lt;BR /&gt;
On the N-Series, enabled jumbo frame support on Layers 2 and 3 ('set port jumbo enable &amp;lt;&lt;I&gt;port#&lt;/I&gt;&amp;gt;') to match. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Symptoms&lt;/B&gt;&lt;BR /&gt;
The forming of OSPF adjacencies is disrupted on the N-Series.&lt;BR /&gt;
OSPF Neighbors stuck in Exchange Start / Exchange State.&lt;BR /&gt;
Loss of routes in the forwarding table. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
The Interface Maximum Transmission Unit (MTU) settings are mismatched on adjacent routers. &lt;BR /&gt;
&lt;BR /&gt;
Background regarding X-Series design: &lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;The X supports ethernet jumbo frames by default on all ports for layer 2 traffic; however, in order to maintain the larger packet size when routing between VLANs the MTU size should be maximized on the interface:&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;  mtu 9000&lt;/UL&gt;&lt;UL&gt; 
&lt;LI&gt;This command allows jumbo frames to pass unfragmented on layer 2 and layer 3, changing the actual MTU size and the L3 interface's capability to receive frames larger than 1500 bytes. 
&lt;/LI&gt;&lt;LI&gt;Packets &lt;I&gt;originating&lt;/I&gt; from the X will always be sent with a 1500-byte packet size, at most.&lt;/LI&gt;&lt;/UL&gt;
Background regarding N-Series design: &lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;The N supports standard ethernet with a 1500-byte MTU size. If it is necessary to send jumbo frames across the N, this must be enabled at the port level:&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;  set port jumbo enable &amp;lt;&lt;I&gt;port#&lt;/I&gt;&amp;gt;&lt;/UL&gt;&lt;UL&gt; 
&lt;LI&gt;This command allows jumbo frames to pass unfragmented on layer 2 and layer 3 but does not change the actual MTU size or the L3 interface's capability to receive frames larger than 1500 bytes. 
&lt;/LI&gt;&lt;LI&gt;Packets &lt;I&gt;originating&lt;/I&gt; from the N will always be sent with a 1500-byte packet size, at most.&lt;/LI&gt;&lt;/UL&gt;
If the above configuration changes are made in an OSPF environment, the X-Series and N-Series lose OSPF adjacency, resulting in loss of routes in the forwarding table. &lt;BR /&gt;
&lt;BR /&gt;
This is because, as part of the OSPF process, neighboring routers exchange OSPF Database Descriptor information including their respective operational MTU sizes. In order to attain an OSPF adjacency with other routers, the MTU size reported by those other routers must not exceed the MTU size that the receiving router will accept. In this example, the X with an MTU setting of 9000 has no issue with the 1500 MTU size reported by the N. The N, on the other hand, sees the larger than acceptable MTU size reported by the X and drops back to an "Exchange Start" state. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution/Workaround&lt;/B&gt;&lt;BR /&gt;
If the recycling router can be configured with a matching interface MTU, then that would be one possible solution; however, the N does not allow modification of the MTU size on the layer 3 interface. &lt;BR /&gt;
&lt;BR /&gt;
In order to resolve this MTU mismatch, configure the N to ignore the MTU size reported in the Database Descriptor: &lt;BR /&gt;
  ip ospf ignore-mtu &lt;BR /&gt;
&lt;BR /&gt;
What follows is a set of sample router configurations of an X-Series and N-Series, with this advice applied.&lt;BR /&gt;
&lt;BR /&gt;
 ** X-Series **&lt;BR /&gt;
 &lt;BR /&gt;
interface vlan.1.152&lt;BR /&gt;
 ip address 10.26.152.1 255.255.255.252&lt;BR /&gt;
 mtu 9000&lt;BR /&gt;
 no shutdown&lt;BR /&gt;
 &lt;BR /&gt;
router ospf 1&lt;BR /&gt;
 network 10.26.152.0 0.0.0.3 area 0.0.0.0&lt;BR /&gt;
 network 10.26.255.200 0.0.0.3 area 0.0.0.0&lt;BR /&gt;
 exit&lt;BR /&gt;
 &lt;BR /&gt;
 ** N-Series **&lt;BR /&gt;
 &lt;BR /&gt;
interface vlan 152&lt;BR /&gt;
 ip address 10.26.152.2 255.255.255.252&lt;BR /&gt;
 ip ospf ignore-mtu&lt;BR /&gt;
 no shutdown&lt;BR /&gt;
 &lt;BR /&gt;
router ospf 1&lt;BR /&gt;
 network 10.26.152.0 0.0.0.3 area 0.0.0.0&lt;BR /&gt;
 redistribute connected subnets&lt;BR /&gt;
 &lt;BR /&gt;
set port jumbo enable ge.1.1</description>
      <pubDate>Fri, 15 Nov 2013 22:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/n-series-may-not-form-an-ospf-adjacency-with-x-series-using-a/m-p/47929#M492</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2013-11-15T22:34:00Z</dc:date>
    </item>
  </channel>
</rss>

