<?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 VOSS GNS3 lab setup problem in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/8451#M124</link>
    <description>Hi all&lt;BR /&gt;&lt;BR /&gt;I am building a VOSS lab in GNS3 and have the following simple topology&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="d375f7ef77ae45fe9986607a5c36ad99.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2982iEC3F18B5521495CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="d375f7ef77ae45fe9986607a5c36ad99.png" alt="d375f7ef77ae45fe9986607a5c36ad99.png" /&gt;&lt;/span&gt;There is 1 VLAN configured (VLAN 10) which should be trunked between both VSPs and then accessible from the router on Gi1/3 on VSP1&lt;BR /&gt;&lt;BR /&gt;The Cisco router has a single interface with an IP 10.10.0.100&lt;BR /&gt;&lt;BR /&gt;DC1-VSP1 config:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;#
# CLI CONFIGURATION
#


prompt "DC1-VSP1"
password password-history 3



#
# VLAN CONFIGURATION
#

vlan members remove 1 1/1,1/3
vlan create 10 name "VLAN10" type port-mstprstp 1
vlan members 10 1/1,1/3 portmember
interface Vlan 10
ip address 10.10.0.1 255.255.255.0 0
exit

#
# PORT CONFIGURATION - PHASE I
#

interface GigabitEthernet 1/1
encapsulation dot1q

exit


#
# PORT CONFIGURATION - PHASE II
#


interface mgmtEthernet mgmt
auto-negotiate
exit
interface GigabitEthernet 1/1
default-vlan-id 0
no shutdown
exit
interface GigabitEthernet 1/3
no shutdown
exit

​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;DC2-VSP2 config&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;#
# CLI CONFIGURATION
#


prompt "DC2-VSP1"
password password-history 3

#
# VLAN CONFIGURATION
#

vlan members remove 1 1/1
vlan create 10 name "VLAN10" type port-mstprstp 1
vlan members 10 1/1 portmember
interface Vlan 10
ip address 10.10.0.2 255.255.255.0 0
exit

#
# PORT CONFIGURATION - PHASE I
#

interface GigabitEthernet 1/1
encapsulation dot1q

exit


#
# PORT CONFIGURATION - PHASE II
#


interface mgmtEthernet mgmt
auto-negotiate
exit
interface GigabitEthernet 1/1
default-vlan-id 0
no shutdown
exit
​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;I can ping from the cisco router (10.10.0.100) to DC1-VSP1 VLAN 10 IP address (10.10.0.1) but not DC2-VSP1 (10.10.0.2)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;DC1-VSP1 VLAN 10 IP address (10.10.0.1) can ping DC2-VSP1 (10.10.0.2), and vice-versa.&lt;BR /&gt;&lt;BR /&gt;DC1-VSP1:1#ping 10.10.0.2&lt;BR /&gt;10.10.0.2 is alive&lt;BR /&gt;&lt;BR /&gt;DC2-VSP1:1#ping 10.10.0.1&lt;BR /&gt;10.10.0.1 is alive&lt;BR /&gt;&lt;BR /&gt;I am sure I have missed something obvious but I don't see it, can anyone help?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
    <pubDate>Thu, 09 Dec 2021 19:52:00 GMT</pubDate>
    <dc:creator>BenT</dc:creator>
    <dc:date>2021-12-09T19:52:00Z</dc:date>
    <item>
      <title>VOSS GNS3 lab setup problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/8451#M124</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;I am building a VOSS lab in GNS3 and have the following simple topology&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="d375f7ef77ae45fe9986607a5c36ad99.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2982iEC3F18B5521495CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="d375f7ef77ae45fe9986607a5c36ad99.png" alt="d375f7ef77ae45fe9986607a5c36ad99.png" /&gt;&lt;/span&gt;There is 1 VLAN configured (VLAN 10) which should be trunked between both VSPs and then accessible from the router on Gi1/3 on VSP1&lt;BR /&gt;&lt;BR /&gt;The Cisco router has a single interface with an IP 10.10.0.100&lt;BR /&gt;&lt;BR /&gt;DC1-VSP1 config:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;#
# CLI CONFIGURATION
#


prompt "DC1-VSP1"
password password-history 3



#
# VLAN CONFIGURATION
#

vlan members remove 1 1/1,1/3
vlan create 10 name "VLAN10" type port-mstprstp 1
vlan members 10 1/1,1/3 portmember
interface Vlan 10
ip address 10.10.0.1 255.255.255.0 0
exit

#
# PORT CONFIGURATION - PHASE I
#

interface GigabitEthernet 1/1
encapsulation dot1q

exit


#
# PORT CONFIGURATION - PHASE II
#


interface mgmtEthernet mgmt
auto-negotiate
exit
interface GigabitEthernet 1/1
default-vlan-id 0
no shutdown
exit
interface GigabitEthernet 1/3
no shutdown
exit

​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;DC2-VSP2 config&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;#
# CLI CONFIGURATION
#


prompt "DC2-VSP1"
password password-history 3

#
# VLAN CONFIGURATION
#

vlan members remove 1 1/1
vlan create 10 name "VLAN10" type port-mstprstp 1
vlan members 10 1/1 portmember
interface Vlan 10
ip address 10.10.0.2 255.255.255.0 0
exit

#
# PORT CONFIGURATION - PHASE I
#

interface GigabitEthernet 1/1
encapsulation dot1q

exit


#
# PORT CONFIGURATION - PHASE II
#


interface mgmtEthernet mgmt
auto-negotiate
exit
interface GigabitEthernet 1/1
default-vlan-id 0
no shutdown
exit
​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;I can ping from the cisco router (10.10.0.100) to DC1-VSP1 VLAN 10 IP address (10.10.0.1) but not DC2-VSP1 (10.10.0.2)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;DC1-VSP1 VLAN 10 IP address (10.10.0.1) can ping DC2-VSP1 (10.10.0.2), and vice-versa.&lt;BR /&gt;&lt;BR /&gt;DC1-VSP1:1#ping 10.10.0.2&lt;BR /&gt;10.10.0.2 is alive&lt;BR /&gt;&lt;BR /&gt;DC2-VSP1:1#ping 10.10.0.1&lt;BR /&gt;10.10.0.1 is alive&lt;BR /&gt;&lt;BR /&gt;I am sure I have missed something obvious but I don't see it, can anyone help?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Thu, 09 Dec 2021 19:52:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/8451#M124</guid>
      <dc:creator>BenT</dc:creator>
      <dc:date>2021-12-09T19:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: VOSS GNS3 lab setup problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/8452#M125</link>
      <description>Hi Ben,&lt;BR /&gt;&lt;BR /&gt;the VOSS GNS3 images don't have a ForwardingPlane, and without that you can not ping through the a VOSS GNS3 device.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Marlon</description>
      <pubDate>Fri, 10 Dec 2021 10:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/8452#M125</guid>
      <dc:creator>Marlon_Scheid</dc:creator>
      <dc:date>2021-12-10T10:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: VOSS GNS3 lab setup problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/8453#M126</link>
      <description>we are planning to provide a GNS3 image with (XA like) data plane capabilities in one of the upcoming releases</description>
      <pubDate>Fri, 22 Jul 2022 16:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/8453#M126</guid>
      <dc:creator>Roger_Lapuh</dc:creator>
      <dc:date>2022-07-22T16:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: VOSS GNS3 lab setup problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/8454#M127</link>
      <description>Hi Roger, is it the version 8.7.0 release?</description>
      <pubDate>Thu, 28 Jul 2022 06:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/8454#M127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-28T06:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: VOSS GNS3 lab setup problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/8455#M128</link>
      <description>the intention is 8.8, but I can't promise at this point.&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jul 2022 09:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/8455#M128</guid>
      <dc:creator>Roger_Lapuh</dc:creator>
      <dc:date>2022-07-28T09:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: VOSS GNS3 lab setup problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/8456#M129</link>
      <description>thanks, looking forward to it</description>
      <pubDate>Thu, 28 Jul 2022 09:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/8456#M129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-28T09:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: RE: VOSS GNS3 lab setup problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/95470#M2099</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm interested to know if there is any update on this. I'm in process of learning SPB on VOSS and I wanted to experiment with more complicated topologies on GNS3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 07:13:23 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/95470#M2099</guid>
      <dc:creator>haveagreatday</dc:creator>
      <dc:date>2023-04-14T07:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: RE: VOSS GNS3 lab setup problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/96354#M2152</link>
      <description>&lt;P&gt;Hi everyone, I'd also be greatly interested in the version with a data plane, that would be unbelievably helpful in learning and especially testing configurations without always having to have up to date FabricEngine switches lying around in a lab.&lt;/P&gt;&lt;P&gt;f.e. L2 ping and L2 traceroute are working atm, but seem to be bugging around the lab, it's not working consistently (same config on all switches, some work some dont). So being able to check if a L3 ping actually gets through would be amazing.&lt;/P&gt;&lt;P&gt;best regards, Michael!&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 15:26:43 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/96354#M2152</guid>
      <dc:creator>mbo</dc:creator>
      <dc:date>2023-07-07T15:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: RE: VOSS GNS3 lab setup problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/96582#M2154</link>
      <description>&lt;P&gt;It's out now.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Starting with the 8.10.1.0 version, the hardware is based on based on 5520-24T Universal Switch. Also, in addition to control plane features, there will be limited data plane capabilities, equivalent to what is supported on ExtremeAccess Platform 1400 (XA1400).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://github.com/extremenetworks/Virtual_VOSS" target="_blank"&gt;GitHub - extremenetworks/Virtual_VOSS: VOSS VM images are provided for testing in virtual environments such as VMware.&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 13:09:39 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/96582#M2154</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2023-07-26T13:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: RE: VOSS GNS3 lab setup problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/96719#M2164</link>
      <description>&lt;P&gt;Thank you very much for the update! I've just run a couple of small tests and can finally use the data plane as well, this will make labs so much more efficient and realisitic!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 09:16:31 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/96719#M2164</guid>
      <dc:creator>mbo</dc:creator>
      <dc:date>2023-08-08T09:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: RE: VOSS GNS3 lab setup problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/113320#M2649</link>
      <description>&lt;P&gt;Hi Stephen,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Sorry for digging the old topic. Currently, I using version 8.10.10 but installed on EVE-NG. Does this version support more capabilities in Data Plane ?. I also got the problem with ping through switch even in the same vlan. And how about DHCP replay capabilities ? Thank for your information.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 09:05:58 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-gns3-lab-setup-problem/m-p/113320#M2649</guid>
      <dc:creator>New_Henry86</dc:creator>
      <dc:date>2024-09-24T09:05:58Z</dc:date>
    </item>
  </channel>
</rss>

