<?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: EXOS: OSPF &amp;quot;passive-interface default&amp;quot; needed in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35286#M7077</link>
    <description>Hi Erik,&lt;BR /&gt;
i got your idea. Defining point-to-point links avoid the DR and BDR Election etc. So network admin should define the two states - passive = clients networks or point-2-point = OSPF Links to other routers!&lt;BR /&gt;
&lt;BR /&gt;
Anyway if i am able to define default-interface passive will help to avoid mistakes and increase security level!&lt;BR /&gt;
&lt;BR /&gt;
But thanks a lot sharing this idea!&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Matthias&lt;BR /&gt;</description>
    <pubDate>Tue, 18 Jul 2017 12:40:00 GMT</pubDate>
    <dc:creator>M_Nees</dc:creator>
    <dc:date>2017-07-18T12:40:00Z</dc:date>
    <item>
      <title>EXOS: OSPF "passive-interface default" needed</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35278#M7069</link>
      <description>Currently i configure OSPF on X870 Switches (recent EXOS 22.2.x). &lt;BR /&gt;
&lt;BR /&gt;
I am looking for a command for setting all vlan to "passive default" like i do it on EOS or Cisco. &lt;BR /&gt;
&lt;BR /&gt;
Currently i do manually vlan for vlan only. &lt;BR /&gt;
&lt;BR /&gt;
configure ospf add vlan VLAN-0111 area 172.16.1.0 passive&lt;BR /&gt;
configure ospf add vlan VLAN-0113 area 172.16.1.0 passive&lt;BR /&gt;
configure ospf add vlan VLAN-4001 area 172.16.1.0&lt;BR /&gt;
Is there no default passive statement ? &lt;BR /&gt;
&lt;BR /&gt;
Regards</description>
      <pubDate>Mon, 17 Jul 2017 20:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35278#M7069</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2017-07-17T20:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS: OSPF "passive-interface default" needed</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35279#M7070</link>
      <description>Hi Matthias,&lt;BR /&gt;
&lt;BR /&gt;
No, currently there is not an option to configure EXOS in this way. All VLANs added to OSPF are added as active interfaces unless you specify 'passive' in the command.</description>
      <pubDate>Mon, 17 Jul 2017 20:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35279#M7070</guid>
      <dc:creator>BrandonC</dc:creator>
      <dc:date>2017-07-17T20:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS: OSPF "passive-interface default" needed</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35280#M7071</link>
      <description>Instead of adding every vlan as passive you could just enable ospf on one vlan and then do export direct to export all direct connected vlans into ospf.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2017 11:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35280#M7071</guid>
      <dc:creator>OscarK</dc:creator>
      <dc:date>2017-07-18T11:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS: OSPF "passive-interface default" needed</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35281#M7072</link>
      <description>sounds interessting - but some explanation or example needed ...&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2017 11:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35281#M7072</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2017-07-18T11:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS: OSPF "passive-interface default" needed</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35282#M7073</link>
      <description>Hello Matthias,&lt;BR /&gt;
&lt;BR /&gt;
it is very simple, add the vlan where you have ospf neighbors as normal to ospf.&lt;BR /&gt;
To advertise all your IP vlans into ospf:&lt;BR /&gt;
&lt;BR /&gt;
enable ospf export direct cost 10 type ase-type-1 (or type 2).&lt;BR /&gt;
&lt;BR /&gt;
This will advertise all your direct connected subnets (all your routed vlans) to be advertised by OSPF as external ase-type-1 or 2 routes.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2017 11:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35282#M7073</guid>
      <dc:creator>OscarK</dc:creator>
      <dc:date>2017-07-18T11:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS: OSPF "passive-interface default" needed</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35283#M7074</link>
      <description>OK, thanks that explain it ...&lt;BR /&gt;
Nice mechanism to achieve the goal.&lt;BR /&gt;
&lt;BR /&gt;
A big disadvantage for me is that in routing table all directed routes a marked as external. That makes routing table unclear / confusing. Normally i do not want this. &lt;BR /&gt;
So i my projects i avoid this (if i can) ...&lt;BR /&gt;
&lt;BR /&gt;
So having "passive-interface default" is a needed / missed Feature in current EXOS.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2017 11:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35283#M7074</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2017-07-18T11:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS: OSPF "passive-interface default" needed</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35284#M7075</link>
      <description>Oscar suggests using redistribution of connected interfaces instead of adding the interface as passive to OSPF. This adds one type 5 LSA for every connected interface to the LSDB of every normal area.</description>
      <pubDate>Tue, 18 Jul 2017 11:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35284#M7075</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-07-18T11:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS: OSPF "passive-interface default" needed</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35285#M7076</link>
      <description>Hello Matthias,&lt;BR /&gt;
&lt;BR /&gt;
normally, every VLAN I add to OSPF is either &lt;I&gt;passive&lt;/I&gt; or of &lt;I&gt;link-type point-to-point&lt;/I&gt;. Thus I always specify one or the other keyword(s) and never use the default broadcast network type. This is just one command as opposed to e.g. the S-Series that requires two (one to add the interface, another one to make it passive or specify the network type).&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Erik</description>
      <pubDate>Tue, 18 Jul 2017 12:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35285#M7076</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-07-18T12:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS: OSPF "passive-interface default" needed</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35286#M7077</link>
      <description>Hi Erik,&lt;BR /&gt;
i got your idea. Defining point-to-point links avoid the DR and BDR Election etc. So network admin should define the two states - passive = clients networks or point-2-point = OSPF Links to other routers!&lt;BR /&gt;
&lt;BR /&gt;
Anyway if i am able to define default-interface passive will help to avoid mistakes and increase security level!&lt;BR /&gt;
&lt;BR /&gt;
But thanks a lot sharing this idea!&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Matthias&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2017 12:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35286#M7077</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2017-07-18T12:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS: OSPF "passive-interface default" needed</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35287#M7078</link>
      <description>Hi Erik,&lt;BR /&gt;
i got your idea. Defining point-to-point links avoid the DR and BDR Election etc. So network admin should define the two states - passive = clients networks or point-2-point = OSPF Links to other routers!&lt;BR /&gt;
&lt;BR /&gt;
Anyway if i am able to define default-interface passive will help to avoid mistakes and increase security level!&lt;BR /&gt;
&lt;BR /&gt;
But thanks a lot sharing this idea!&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Matthias&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2017 12:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35287#M7078</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2017-07-18T12:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS: OSPF "passive-interface default" needed</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35288#M7079</link>
      <description>and dont forget, no need to type it all, adding vlan as passive just is one space and p extra.&lt;BR /&gt;
con ospf add &lt;VLAN&gt; a 0 p &lt;BR /&gt;
is enough for command:&lt;BR /&gt;
configure ospf add &lt;VLAN&gt; area 0.0.0.0 passive&lt;BR /&gt;
&lt;BR /&gt;&lt;/VLAN&gt;&lt;/VLAN&gt;</description>
      <pubDate>Tue, 18 Jul 2017 12:57:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-ospf-quot-passive-interface-default-quot-needed/m-p/35288#M7079</guid>
      <dc:creator>OscarK</dc:creator>
      <dc:date>2017-07-18T12:57:00Z</dc:date>
    </item>
  </channel>
</rss>

