<?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 Sample OSPF Configuration on N-Series in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/sample-ospf-configuration-on-n-series/m-p/44118#M233</link>
    <description>Article ID: 5058 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
Matrix N-Series&lt;BR /&gt;
X-Pedition &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Protocols/Features&lt;/B&gt;&lt;BR /&gt;
OSPF &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Sample configuration &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
The following sample shows a fully formed adjacency between two ospf routers (DFE and X-Pedition) using a modified OSPF priority and cost value. &lt;BR /&gt;
&lt;BR /&gt;
The sample assumes the user has knowledge related to configuration of ospf fundamentals as well as vlan configuration. &lt;BR /&gt;
&lt;BR /&gt;
It is mandatory that the user purchase and apply an Advanced Routing license to enable this configuration feature. The "network" and "redistribute" commands will otherwise not be available (see &lt;A href="http://bit.ly/1fxxj7a" target="_blank" rel="nofollow noreferrer noopener"&gt;5025&lt;/A&gt;). &lt;BR /&gt;
&lt;BR /&gt;
The shared link between routers is on vlan 10. Following the DFE configuration is the XP configuration to which the DFE was connected.&lt;BR /&gt;
# Router instance 3 Configuration&lt;BR /&gt;
begin router 3&lt;BR /&gt;
 &lt;BR /&gt;
set router 3&lt;BR /&gt;
router 3&lt;BR /&gt;
 &lt;BR /&gt;
enable&lt;BR /&gt;
config t&lt;BR /&gt;
license advanced &lt;BR /&gt;
router id  10.0.0.200&lt;BR /&gt;
 interface vlan  1&lt;BR /&gt;
  ip address 10.1.1.1 255.255.255.128&lt;BR /&gt;
  no shutdown&lt;BR /&gt;
 interface vlan  10&lt;BR /&gt;
  ip address 10.2.1.2 255.255.255.0&lt;BR /&gt;
  no ip proxy-arp&lt;BR /&gt;
  no shutdown&lt;BR /&gt;
  ip ospf cost 20&lt;BR /&gt;
  ip ospf priority 20&lt;BR /&gt;
 interface vlan  20&lt;BR /&gt;
  ip address 20.1.1.1 255.255.224.0&lt;BR /&gt;
  no shutdown&lt;BR /&gt;
exit&lt;BR /&gt;
 router ospf 555&lt;BR /&gt;
  network 10.2.0.0 0.0.255.255 area 0.0.0.0&lt;BR /&gt;
  redistribute connected metric 300&lt;BR /&gt;
exit&lt;BR /&gt;
write file&lt;BR /&gt;
exit&lt;BR /&gt;
disable&lt;BR /&gt;
exit&lt;BR /&gt;
end router 3&lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
***********************&lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
XP8# system show active-config&lt;BR /&gt;
Running system configuration:&lt;BR /&gt;
     !&lt;BR /&gt;
     ! Last modified from Console on 2003-05-06 09:25:35&lt;BR /&gt;
     !&lt;BR /&gt;
 1 : interface create ip bb1 address-netmask 10.2.1.1/24 port et.6.1&lt;BR /&gt;
 2 : interface create ip a1 address-netmask 10.3.1.1/24 port et.6.2&lt;BR /&gt;
     !&lt;BR /&gt;
 3 : ospf create area backbone&lt;BR /&gt;
 4 : ospf add interface bb1 to-area backbone&lt;BR /&gt;
 5 : ospf add interface a1 to-area backbone&lt;BR /&gt;
 6 : ospf start&lt;BR /&gt;
     !&lt;BR /&gt;
 7: system set name XP8&lt;BR /&gt;
 XP8#</description>
    <pubDate>Sun, 24 Nov 2013 06:55:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2013-11-24T06:55:00Z</dc:date>
    <item>
      <title>Sample OSPF Configuration on N-Series</title>
      <link>https://community.extremenetworks.com/t5/faqs/sample-ospf-configuration-on-n-series/m-p/44118#M233</link>
      <description>Article ID: 5058 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
Matrix N-Series&lt;BR /&gt;
X-Pedition &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Protocols/Features&lt;/B&gt;&lt;BR /&gt;
OSPF &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Sample configuration &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
The following sample shows a fully formed adjacency between two ospf routers (DFE and X-Pedition) using a modified OSPF priority and cost value. &lt;BR /&gt;
&lt;BR /&gt;
The sample assumes the user has knowledge related to configuration of ospf fundamentals as well as vlan configuration. &lt;BR /&gt;
&lt;BR /&gt;
It is mandatory that the user purchase and apply an Advanced Routing license to enable this configuration feature. The "network" and "redistribute" commands will otherwise not be available (see &lt;A href="http://bit.ly/1fxxj7a" target="_blank" rel="nofollow noreferrer noopener"&gt;5025&lt;/A&gt;). &lt;BR /&gt;
&lt;BR /&gt;
The shared link between routers is on vlan 10. Following the DFE configuration is the XP configuration to which the DFE was connected.&lt;BR /&gt;
# Router instance 3 Configuration&lt;BR /&gt;
begin router 3&lt;BR /&gt;
 &lt;BR /&gt;
set router 3&lt;BR /&gt;
router 3&lt;BR /&gt;
 &lt;BR /&gt;
enable&lt;BR /&gt;
config t&lt;BR /&gt;
license advanced &lt;BR /&gt;
router id  10.0.0.200&lt;BR /&gt;
 interface vlan  1&lt;BR /&gt;
  ip address 10.1.1.1 255.255.255.128&lt;BR /&gt;
  no shutdown&lt;BR /&gt;
 interface vlan  10&lt;BR /&gt;
  ip address 10.2.1.2 255.255.255.0&lt;BR /&gt;
  no ip proxy-arp&lt;BR /&gt;
  no shutdown&lt;BR /&gt;
  ip ospf cost 20&lt;BR /&gt;
  ip ospf priority 20&lt;BR /&gt;
 interface vlan  20&lt;BR /&gt;
  ip address 20.1.1.1 255.255.224.0&lt;BR /&gt;
  no shutdown&lt;BR /&gt;
exit&lt;BR /&gt;
 router ospf 555&lt;BR /&gt;
  network 10.2.0.0 0.0.255.255 area 0.0.0.0&lt;BR /&gt;
  redistribute connected metric 300&lt;BR /&gt;
exit&lt;BR /&gt;
write file&lt;BR /&gt;
exit&lt;BR /&gt;
disable&lt;BR /&gt;
exit&lt;BR /&gt;
end router 3&lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
***********************&lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
XP8# system show active-config&lt;BR /&gt;
Running system configuration:&lt;BR /&gt;
     !&lt;BR /&gt;
     ! Last modified from Console on 2003-05-06 09:25:35&lt;BR /&gt;
     !&lt;BR /&gt;
 1 : interface create ip bb1 address-netmask 10.2.1.1/24 port et.6.1&lt;BR /&gt;
 2 : interface create ip a1 address-netmask 10.3.1.1/24 port et.6.2&lt;BR /&gt;
     !&lt;BR /&gt;
 3 : ospf create area backbone&lt;BR /&gt;
 4 : ospf add interface bb1 to-area backbone&lt;BR /&gt;
 5 : ospf add interface a1 to-area backbone&lt;BR /&gt;
 6 : ospf start&lt;BR /&gt;
     !&lt;BR /&gt;
 7: system set name XP8&lt;BR /&gt;
 XP8#</description>
      <pubDate>Sun, 24 Nov 2013 06:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/sample-ospf-configuration-on-n-series/m-p/44118#M233</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2013-11-24T06:55:00Z</dc:date>
    </item>
  </channel>
</rss>

