<?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: Removing OSPF routerid on VR-Default in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/removing-ospf-routerid-on-vr-default/m-p/75807#M19331</link>
    <description>&lt;P&gt;Galimuna, Stephan,&lt;/P&gt;&lt;P&gt;The default behaviour of the EXOS is to use an automatic routerid asignement, so put it back as such with &lt;CODE&gt;configure ospf routerid automatic&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;Example on GNS3:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;* EXOS-VM.6 # configure ospf routerid 10.174.68.90&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;* EXOS-VM.7 # show conf ospf&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;#&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;# Module ospf configuration.&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;#&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;configure ospf routerid 10.174.68.90&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;* EXOS-VM.8 # configure ospf routerid automatic&amp;nbsp;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;* EXOS-VM.9 # show conf ospf&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;#&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;# Module ospf configuration.&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;#&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;* EXOS-VM.10 #&amp;nbsp;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;Let me know,&lt;/P&gt;&lt;P&gt;Mig&lt;/P&gt;</description>
    <pubDate>Thu, 22 Oct 2020 03:11:03 GMT</pubDate>
    <dc:creator>Miguel-Angel_RO</dc:creator>
    <dc:date>2020-10-22T03:11:03Z</dc:date>
    <item>
      <title>Removing OSPF routerid on VR-Default</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/removing-ospf-routerid-on-vr-default/m-p/75801#M19325</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a X460-G2 Switch which has 2 VRs configured on it and by mistake I configured a routerid on the VR-Default. Now, I am trying to remove the routerid from the VR-Default and leave only the VR-Production where it should be (this is the only VR that does OSPF on the Switch) and I couldn’t find anything until now. Does anyone had a similar issue? or does anyone have an idea how I could remove the routerid?&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 12:45:55 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/removing-ospf-routerid-on-vr-default/m-p/75801#M19325</guid>
      <dc:creator>galimuna</dc:creator>
      <dc:date>2020-10-21T12:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Removing OSPF routerid on VR-Default</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/removing-ospf-routerid-on-vr-default/m-p/75802#M19326</link>
      <description>&lt;P&gt;galimuna,&lt;/P&gt;&lt;P&gt;It is no clear what you’ve done/ask.&lt;/P&gt;&lt;P&gt;Can you share the output of &lt;CODE&gt;“show conf ospf”&lt;/CODE&gt;?&lt;/P&gt;&lt;P&gt;Mig&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 15:12:29 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/removing-ospf-routerid-on-vr-default/m-p/75802#M19326</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2020-10-21T15:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Removing OSPF routerid on VR-Default</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/removing-ospf-routerid-on-vr-default/m-p/75803#M19327</link>
      <description>&lt;P&gt;Hi Miguel-Angel&lt;/P&gt;&lt;P&gt;the issue is this, I have on one Switch 2 VRs, one is VR-Default and VR-Production. On VR-Default is only L2 Switching but on VR-Production I have L3 and OSPF. By mistake I configured the routerid on VR-Default and VR-Production. I need to delete the routerid from the VR-Default configuration.&lt;/P&gt;&lt;P&gt;This Switch has an ISC with another switch which has only on VR-Production the routerid.&lt;/P&gt;&lt;P&gt;This is my configuration:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# Module ospf configuration.&lt;BR /&gt;#&lt;BR /&gt;configure ospf routerid 10.174.68.90&lt;BR /&gt;configure ospf vlan ISC priority 0&lt;BR /&gt;configure ospf vlan ISC_HELPER priority 0&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module ospf configuration on virtual router VR-Production.&lt;BR /&gt;#&lt;BR /&gt;virtual-router VR-Production&lt;BR /&gt;configure ospf routerid 10.174.68.90&lt;BR /&gt;enable ospf&lt;BR /&gt;create ospf area 0.0.0.3&lt;/P&gt;&lt;P&gt;….&lt;/P&gt;&lt;P&gt;Thanks for the replay&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 15:26:40 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/removing-ospf-routerid-on-vr-default/m-p/75803#M19327</guid>
      <dc:creator>galimuna</dc:creator>
      <dc:date>2020-10-21T15:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Removing OSPF routerid on VR-Default</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/removing-ospf-routerid-on-vr-default/m-p/75804#M19328</link>
      <description>&lt;P&gt;This is the config of the other Switch:&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module ospf configuration.&lt;BR /&gt;#&lt;BR /&gt;configure ospf vlan ISC priority 0&lt;BR /&gt;configure ospf vlan ISC_HELPER priority 0&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module ospf configuration on virtual router VR-Production.&lt;BR /&gt;#&lt;BR /&gt;virtual-router VR-Production&lt;BR /&gt;configure ospf routerid 10.174.68.91&lt;BR /&gt;enable ospf&lt;BR /&gt;create ospf area 0.0.0.3&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 15:29:39 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/removing-ospf-routerid-on-vr-default/m-p/75804#M19328</guid>
      <dc:creator>galimuna</dc:creator>
      <dc:date>2020-10-21T15:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Removing OSPF routerid on VR-Default</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/removing-ospf-routerid-on-vr-default/m-p/75805#M19329</link>
      <description>&lt;P&gt;galimuna,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there is only L2 on the VR-Default, there is no impact.&lt;/P&gt;&lt;P&gt;You didn’t enabled ospf on the VR-Default.&lt;/P&gt;&lt;P&gt;You can set the routerid to another value&amp;nbsp;(1.1.1.1 for example).&lt;/P&gt;&lt;P&gt;I didn’t checked the commands to remove the routerid.&lt;/P&gt;&lt;P&gt;It should be something like unconfigure, delete or disable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mig&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 18:11:13 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/removing-ospf-routerid-on-vr-default/m-p/75805#M19329</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2020-10-21T18:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Removing OSPF routerid on VR-Default</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/removing-ospf-routerid-on-vr-default/m-p/75806#M19330</link>
      <description>&lt;P&gt;Hi Mig,&lt;/P&gt;&lt;P&gt;I thought the same and just tested it. There is no unconfigure, delete or disable command to clear the router ID. Now I’m also a bit confused. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Stefan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 01:04:36 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/removing-ospf-routerid-on-vr-default/m-p/75806#M19330</guid>
      <dc:creator>Stefan_K_</dc:creator>
      <dc:date>2020-10-22T01:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Removing OSPF routerid on VR-Default</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/removing-ospf-routerid-on-vr-default/m-p/75807#M19331</link>
      <description>&lt;P&gt;Galimuna, Stephan,&lt;/P&gt;&lt;P&gt;The default behaviour of the EXOS is to use an automatic routerid asignement, so put it back as such with &lt;CODE&gt;configure ospf routerid automatic&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;Example on GNS3:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;* EXOS-VM.6 # configure ospf routerid 10.174.68.90&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;* EXOS-VM.7 # show conf ospf&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;#&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;# Module ospf configuration.&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;#&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;configure ospf routerid 10.174.68.90&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;* EXOS-VM.8 # configure ospf routerid automatic&amp;nbsp;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;* EXOS-VM.9 # show conf ospf&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;#&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;# Module ospf configuration.&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;#&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;* EXOS-VM.10 #&amp;nbsp;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;Let me know,&lt;/P&gt;&lt;P&gt;Mig&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 03:11:03 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/removing-ospf-routerid-on-vr-default/m-p/75807#M19331</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2020-10-22T03:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Removing OSPF routerid on VR-Default</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/removing-ospf-routerid-on-vr-default/m-p/75808#M19332</link>
      <description>&lt;P&gt;Hi Miguel-Angel,&lt;/P&gt;&lt;P&gt;yes, it worked! thanks alot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 12:00:51 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/removing-ospf-routerid-on-vr-default/m-p/75808#M19332</guid>
      <dc:creator>galimuna</dc:creator>
      <dc:date>2020-10-22T12:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Removing OSPF routerid on VR-Default</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/removing-ospf-routerid-on-vr-default/m-p/75809#M19333</link>
      <description>&lt;P&gt;Galimuna,&lt;/P&gt;&lt;P&gt;Please mark the post as solved with the best answer option to close it.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mig&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 14:18:50 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/removing-ospf-routerid-on-vr-default/m-p/75809#M19333</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2020-10-22T14:18:50Z</dc:date>
    </item>
  </channel>
</rss>

