<?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: DvR in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/dvr/m-p/100520#M2459</link>
    <description>&lt;P&gt;No I don't have&amp;nbsp;&lt;SPAN&gt;Premier License. I just do the configuration on gns3 for learning. I use the documentation for reference.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 09 Jun 2024 08:05:31 GMT</pubDate>
    <dc:creator>Maryam</dc:creator>
    <dc:date>2024-06-09T08:05:31Z</dc:date>
    <item>
      <title>DvR</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/dvr/m-p/100492#M2457</link>
      <description>&lt;P&gt;How to set up a dvr controller and leaf? I tried to set them up but they&amp;nbsp; didn't work.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 11:18:12 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/dvr/m-p/100492#M2457</guid>
      <dc:creator>Maryam</dc:creator>
      <dc:date>2024-06-06T11:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: DvR</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/dvr/m-p/100493#M2458</link>
      <description>&lt;P&gt;I would start with something simple.&amp;nbsp; Do your controllers have the Premier License?&lt;/P&gt;&lt;P&gt;The leaf nodes don't need the PremLic, but your controllers 100% do.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;beyond that, we would need to see your configs.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 13:32:12 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/dvr/m-p/100493#M2458</guid>
      <dc:creator>EXTR_Paul</dc:creator>
      <dc:date>2024-06-06T13:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: DvR</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/dvr/m-p/100520#M2459</link>
      <description>&lt;P&gt;No I don't have&amp;nbsp;&lt;SPAN&gt;Premier License. I just do the configuration on gns3 for learning. I use the documentation for reference.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2024 08:05:31 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/dvr/m-p/100520#M2459</guid>
      <dc:creator>Maryam</dc:creator>
      <dc:date>2024-06-09T08:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: DvR</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/dvr/m-p/100532#M2463</link>
      <description>&lt;P&gt;It would be a good idea to post your configs.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also,&amp;nbsp; GNS3 only comes with "As Is" support.&amp;nbsp; I don't know if DvR has ever been testing with GNS3.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 13:18:37 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/dvr/m-p/100532#M2463</guid>
      <dc:creator>EXTR_Paul</dc:creator>
      <dc:date>2024-06-10T13:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: DvR</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/dvr/m-p/100563#M2468</link>
      <description>&lt;P&gt;on the controller :&lt;/P&gt;&lt;PRE&gt;Switch:1&amp;gt;en
Switch:1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Switch:1(config)#dvr controller 9&lt;/PRE&gt;&lt;PRE&gt;Switch1:1(config)#vlan create 200 type port-mstprstp 0
Switch1:1(config)#vlan i-sid 200 20200
Switch1:1(config)#interface vlan 200
Switch1:1(config)#dvr gw-ipv4 20.0.1.1
Switch1:1(config)#dvr enable
Switch1:1(config)#ip address 20.0.1.2 255.255.0.0&lt;/PRE&gt;&lt;PRE&gt;Switch1:1(config)#vlan create 202 type port-mstprstp 0
Switch1:1(config)#vlan i-sid 202 20202
Switch1:1(config)#interface vlan 202
Switch1:1(config)#dvr gw-ipv4 20.2.1.1
Switch1:1(config)#dvr enable
Switch1:1(config)#ip address 20.2.1.2 255.255.0.0
Switch1:1(config)#exit&lt;/PRE&gt;&lt;PRE&gt;Switch1:1(config)#ip vrf vrf501 vrfid 501
Switch1:1(config)#vlan create 501 type port-mstprstp 0
Switch1:1(config)#vlan i-sid 501 50501
Switch1:1(config)#interface Vlan 501
Switch1:1(config)#vrf vrf501
Switch1:1(config)#dvr gw-ipv4 50.1.1.1
Switch1:1(config)#dvr enable
Switch1:1(config)#ip address 50.1.1.2 255.255.0.0&lt;/PRE&gt;&lt;PRE&gt;Switch1:1(config)#router vrf vrf501
Switch1:1(router-vrf)#i-sid 55501 
Switch1:1(router-vrf)#ipvpn enable
Switch1:1(router-vrf)#exit
Switch1:1(config)#&lt;/PRE&gt;&lt;P&gt;on the leaf :&lt;/P&gt;&lt;PRE&gt;Switch3:1&amp;gt;en
Switch3:1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Switch3:1(config)#boot config flags dvr-leaf-mode
Switch3:1(config)#save config
Switch3:1(config)#reset&lt;/PRE&gt;&lt;PRE&gt;Switch3:1(config)#dvr Leaf 9&lt;/PRE&gt;&lt;PRE&gt;Switch3:1(config)#i-sid 20200 elan
Switch3:1(elan:20200)#c-vid 200 port 1/2
Switch3:1(config)#exit&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Jun 2024 06:17:49 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/dvr/m-p/100563#M2468</guid>
      <dc:creator>Maryam</dc:creator>
      <dc:date>2024-06-12T06:17:49Z</dc:date>
    </item>
  </channel>
</rss>

