<?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 VM and GNS3 in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-vm-and-gns3/m-p/31249#M5495</link>
    <description>welisson,&lt;BR /&gt;
&lt;BR /&gt;
Notice the "PW Rx Pkts" "PW Tx Pkts" fields in the "show l2vpn detail" output.  If the pseudo wire  was fully up and operational, data would be exchanged and "n/a" would be replaced with a number.&lt;BR /&gt;
&lt;BR /&gt;
Daniel is correct.  The L2VPN pseudo wire is implemented in hardware and this functionality is not available in the EXOS VM.  &lt;BR /&gt;
&lt;BR /&gt;
You can configure MPLS, LDP (or RSVP-TE), and even setup the L2VPN service, but   actual traffic will not pass across the VPN due to the lack of hardware support.&lt;BR /&gt;</description>
    <pubDate>Sat, 06 Jun 2015 04:01:00 GMT</pubDate>
    <dc:creator>Chad_Smith1</dc:creator>
    <dc:date>2015-06-06T04:01:00Z</dc:date>
    <item>
      <title>ExOS VM and GNS3</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-vm-and-gns3/m-p/31243#M5489</link>
      <description>Hello Guys,&lt;BR /&gt;
&lt;BR /&gt;
I'm trying to set up a lab at the GNS3, so, i'm being able to configure the ExtremoXOS VM under GNS3, but when i set up a vpls between them, and connect a PC or any router under GNS3, i can't ping the host in other side. The questions is. Is it possible to integrate others device and make them speaking over vpls using GNS3?&lt;BR /&gt;
&lt;BR /&gt;
P.S: When i configured only vlan tagged i can ping the PC's, when i start up the vpls and then is up, i can ping the host.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jun 2015 02:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-vm-and-gns3/m-p/31243#M5489</guid>
      <dc:creator>welisson</dc:creator>
      <dc:date>2015-06-03T02:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: ExOS VM and GNS3</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-vm-and-gns3/m-p/31244#M5490</link>
      <description>welisson,&lt;BR /&gt;
&lt;BR /&gt;
Could you post the following configuration and show outputs so I can get a better idea of your configuration:&lt;BR /&gt;
&lt;BR /&gt;
show configuration ospf #or routing protocol in use&lt;BR /&gt;
show configuration mpls&lt;BR /&gt;
show configuration vlan  show mpls ldp peer&lt;BR /&gt;
show mpls rsvp-te neighbor &lt;BR /&gt;
show mpls label &lt;BR /&gt;
show l2vpn detail</description>
      <pubDate>Fri, 05 Jun 2015 21:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-vm-and-gns3/m-p/31244#M5490</guid>
      <dc:creator>Chad_Smith1</dc:creator>
      <dc:date>2015-06-05T21:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: ExOS VM and GNS3</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-vm-and-gns3/m-p/31245#M5491</link>
      <description>Hi Chad,&lt;BR /&gt;
&lt;BR /&gt;
Here you go.&lt;BR /&gt;
&lt;BR /&gt;
configure ospf routerid 1.1.1.1&lt;BR /&gt;
enable ospf&lt;BR /&gt;
configure ospf add vlan loopback0 area 0.0.0.0 passive&lt;BR /&gt;
configure ospf add vlan sw01_sw03 area 0.0.0.0 &lt;BR /&gt;
configure ospf add vlan sw1_sw2 area 0.0.0.0 &lt;BR /&gt;
&lt;BR /&gt;
configure mpls add vlan "loopback0"&lt;BR /&gt;
enable mpls vlan "loopback0"&lt;BR /&gt;
enable mpls ldp vlan "loopback0"&lt;BR /&gt;
configure mpls add vlan "sw01_sw03"&lt;BR /&gt;
enable mpls vlan "sw01_sw03"&lt;BR /&gt;
enable mpls ldp vlan "sw01_sw03"&lt;BR /&gt;
configure mpls add vlan "sw1_sw2"&lt;BR /&gt;
enable mpls vlan "sw1_sw2"&lt;BR /&gt;
enable mpls ldp vlan "sw1_sw2"&lt;BR /&gt;
configure mpls lsr-id 1.1.1.1&lt;BR /&gt;
enable mpls protocol ldp&lt;BR /&gt;
enable mpls&lt;BR /&gt;
create l2vpn vpls vpls_cliente1 fec-id-type pseudo-wire 20&lt;BR /&gt;
configure l2vpn vpls vpls_cliente1 add service vlan cliente1&lt;BR /&gt;
create l2vpn vpls vpls_cliente2 fec-id-type pseudo-wire 25&lt;BR /&gt;
configure l2vpn vpls vpls_cliente2 add service vlan cliente2&lt;BR /&gt;
configure l2vpn vpls vpls_cliente1 add peer 3.3.3.3 core full-mesh&lt;BR /&gt;
configure l2vpn vpls vpls_cliente2 add peer 3.3.3.3 core full-mesh&lt;BR /&gt;
&lt;BR /&gt;
 sh vlan &lt;BR /&gt;
---------------------------------------------------------------------------------------------&lt;BR /&gt;
Name            VID  Protocol Addr       Flags                       Proto  Ports  Virtual   &lt;BR /&gt;
                                                                            Active router&lt;BR /&gt;
                                                                            /Total&lt;BR /&gt;
---------------------------------------------------------------------------------------------&lt;BR /&gt;
cliente1        4091 12.12.12.2     /30  --L------------------V----- ANY    0 /0   VR-Default &lt;BR /&gt;
cliente2        208  172.16.25.2    /24  ---------------------V----- ANY    1 /1   VR-Default &lt;BR /&gt;
Default         1    ----------------------------------------------- ANY    0 /0   VR-Default &lt;BR /&gt;
loopback0       4092 1.1.1.1        /32  -fL------o-----------l----- ANY    0 /0   VR-Default &lt;BR /&gt;
Mgmt            4095 192.168.56.11  /24  --------------------------- ANY    0 /1   VR-Mgmt    &lt;BR /&gt;
sw01_sw03       4093 10.10.0.1      /30  -f-------o-----------l----- ANY    1 /1   VR-Default &lt;BR /&gt;
sw1_sw2         4094 192.168.0.1    /30  -f-------o-----------l----- ANY    1 /1   VR-Default &lt;BR /&gt;
---------------------------------------------------------------------------------------------&lt;BR /&gt;
Flags : (B) BFD Enabled, (c) 802.1ad customer VLAN, (C) EAPS Control VLAN,&lt;BR /&gt;
        (d) Dynamically created VLAN, (D) VLAN Admin Disabled,&lt;BR /&gt;
        (e) CES Configured, (E) ESRP Enabled, (f) IP Forwarding Enabled,&lt;BR /&gt;
        (F) Learning Disabled, (i) ISIS Enabled, (I) Inter-Switch Connection VLAN for MLAG,&lt;BR /&gt;
        (k) PTP Configured, (l) MPLS Enabled, (L) Loopback Enabled,&lt;BR /&gt;
        (m) IPmc Forwarding Enabled, (M) Translation Member VLAN or Subscriber VLAN,&lt;BR /&gt;
        (n) IP Multinetting Enabled, (N) Network Login VLAN, (o) OSPF Enabled,&lt;BR /&gt;
        (O) Flooding Disabled, (p) PIM Enabled, (P) EAPS protected VLAN,&lt;BR /&gt;
        (r) RIP Enabled, (R) Sub-VLAN IP Range Configured,&lt;BR /&gt;
        (s) Sub-VLAN, (S) Super-VLAN, (t) Translation VLAN or Network VLAN,&lt;BR /&gt;
        (T) Member of STP Domain, (v) VRRP Enabled, (V) VPLS Enabled, (W) VPWS Enabled&lt;BR /&gt;
&lt;BR /&gt;
Total number of VLAN(s) : 7 &lt;BR /&gt;
&lt;BR /&gt;
* SW01.4 # sh mpls ldp peer &lt;BR /&gt;
IP Address      LDP Peer             State        Uptime          Adjacencies&lt;BR /&gt;
1.1.1.1         3.3.3.3:0            Operational  0d:0h:37m:45s       2&lt;BR /&gt;
&lt;BR /&gt;
* SW01.12 # show mpls label  &lt;BR /&gt;
&lt;BR /&gt;
Advertised     Destination  Label     Peer  NHop&lt;BR /&gt;
Label              Mapping  Flags    Label  Type  NextHop            Name&lt;BR /&gt;
-------------------------------------------------------------------------------&lt;BR /&gt;
0x00074         1.1.1.1/32    -LE       --  vlan  loopback0          --            &lt;BR /&gt;
0x00076         3.3.3.3/32    2LE       --  VPLS  --                 vpls_cliente2 &lt;BR /&gt;
0x00075         3.3.3.3/32    2LE       --  VPLS  --                 vpls_cliente1 &lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
Received       Destination  Label      &lt;BR /&gt;
Label              Mapping  Flags   NextHop            Name&lt;BR /&gt;
------------------------------------------------------------------------------&lt;BR /&gt;
0x00076         3.3.3.3/32    2LI   3.3.3.3            vpls_cliente2 &lt;BR /&gt;
0x00074         3.3.3.3/32    -LI   10.10.0.2          --            &lt;BR /&gt;
0x00075         3.3.3.3/32    2LI   3.3.3.3            vpls_cliente1 &lt;BR /&gt;
&lt;BR /&gt;
Flags: (2) L2VPN, (L) LDP, (R) RSVP-TE, (S) Static,&lt;BR /&gt;
       (T) Transit LSP, (I) Ingress to LSP, (E) Egress from LSP,&lt;BR /&gt;
       (M) Multiple Next Hops&lt;BR /&gt;
&lt;BR /&gt;
Summary of Labels                            Advertised     Received&lt;BR /&gt;
   Total number of RSVP-TE LSP labels                 0            0&lt;BR /&gt;
   Total number of LDP LSP labels                     1            1&lt;BR /&gt;
   Total number of Static LSP labels                  0            0&lt;BR /&gt;
Total number of L2VPN labels                       2            2&lt;BR /&gt;
&lt;BR /&gt;
* SW01.13 # show mpls rsvp-te neighbor&lt;BR /&gt;
&lt;BR /&gt;
show l2vpn detail&lt;BR /&gt;
L2VPN Name: vpls_cliente1&lt;BR /&gt;
   VPN ID                : 20                    Admin State   : Enabled&lt;BR /&gt;
   Source Address        : 1.1.1.1               Oper State    : Enabled&lt;BR /&gt;
   VCCV Status           : Disabled              MTU           : 1500&lt;BR /&gt;
   VCCV Interval Time    : 5 sec.                Ethertype     : 0x8100&lt;BR /&gt;
   VCCV Fault Multiplier : 4                     .1q tag       : exclude&lt;BR /&gt;
   L2VPN Type            : VPLS                  Redundancy    : None&lt;BR /&gt;
   Service Interface     : cliente1&lt;BR /&gt;
&lt;BR /&gt;
   Peer IP: 3.3.3.3&lt;BR /&gt;
      PW State           : Up&lt;BR /&gt;
      PW Uptime          : 0d:0h:33m:38s&lt;BR /&gt;
      PW Installed       : True&lt;BR /&gt;
      Local PW Status    : No Faults&lt;BR /&gt;
      Remote PW Status   : No Faults&lt;BR /&gt;
      Remote I/F MTU     : 1500&lt;BR /&gt;
      PW Mode            : Core-to-Core&lt;BR /&gt;
      Transport LSP      : LDP LSP (Not Configured)&lt;BR /&gt;
         Next Hop I/F    : sw01_sw03&lt;BR /&gt;
         Next Hop Addr   : 10.10.0.2                 Tx Label  : 0x00074&lt;BR /&gt;
      PW Rx Label        : 0x00075                PW Tx Label  : 0x00075&lt;BR /&gt;
      PW Rx Pkts         : n/a                    PW Tx Pkts   : n/a&lt;BR /&gt;
      PW Rx Bytes        : n/a                    PW Tx Bytes  : n/a&lt;BR /&gt;
MAC Limit          : No Limit&lt;BR /&gt;
      VCCV HC Status     : Not Sending (VCCV Not Enabled For This L2VPN)&lt;BR /&gt;
         CC Type         : Rtr Alert           Total Pkts Sent : 0&lt;BR /&gt;
         CV Type         : LSP Ping            Total Pkts Rcvd : 0&lt;BR /&gt;
         Send Next Pkt   : --&lt;BR /&gt;
         Total Failures  : 0          Pkts During Last Failure : 0&lt;BR /&gt;
         Last Failure Tm : --&lt;BR /&gt;
&lt;BR /&gt;
L2VPN Name: vpls_cliente2&lt;BR /&gt;
   VPN ID                : 25                    Admin State   : Enabled&lt;BR /&gt;
   Source Address        : 1.1.1.1               Oper State    : Enabled&lt;BR /&gt;
   VCCV Status           : Disabled              MTU           : 1500&lt;BR /&gt;
   VCCV Interval Time    : 5 sec.                Ethertype     : 0x8100&lt;BR /&gt;
   VCCV Fault Multiplier : 4                     .1q tag       : exclude&lt;BR /&gt;
   L2VPN Type            : VPLS                  Redundancy    : None&lt;BR /&gt;
   Service Interface     : cliente2&lt;BR /&gt;
&lt;BR /&gt;
Peer IP: 3.3.3.3&lt;BR /&gt;
      PW State           : Up&lt;BR /&gt;
      PW Uptime          : 0d:0h:40m:16s&lt;BR /&gt;
      PW Installed       : True&lt;BR /&gt;
      Local PW Status    : No Faults&lt;BR /&gt;
Remote PW Status   : No Faults&lt;BR /&gt;
      Remote I/F MTU     : 1500&lt;BR /&gt;
      PW Mode            : Core-to-Core&lt;BR /&gt;
      Transport LSP      : LDP LSP (Not Configured)&lt;BR /&gt;
         Next Hop I/F    : sw01_sw03&lt;BR /&gt;
         Next Hop Addr   : 10.10.0.2                 Tx Label  : 0x00074&lt;BR /&gt;
      PW Rx Label        : 0x00076                PW Tx Label  : 0x00076&lt;BR /&gt;
      PW Rx Pkts         : n/a                    PW Tx Pkts   : n/a&lt;BR /&gt;
      PW Rx Bytes        : n/a                    PW Tx Bytes  : n/a&lt;BR /&gt;
      MAC Limit          : No Limit&lt;BR /&gt;
      VCCV HC Status     : Not Sending (VCCV Not Enabled For This L2VPN)&lt;BR /&gt;
         CC Type         : Rtr Alert           Total Pkts Sent : 0&lt;BR /&gt;
         CV Type         : LSP Ping            Total Pkts Rcvd : 0&lt;BR /&gt;
         Send Next Pkt   : --&lt;BR /&gt;
         Total Failures  : 0          Pkts During Last Failure : 0&lt;BR /&gt;
         Last Failure Tm : --&lt;BR /&gt;
&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
Total number of configured L2VPNs:    2    &lt;BR /&gt;
Total number of active L2VPNs:        2    &lt;BR /&gt;
&lt;BR /&gt;
Total number of configured PWs:       2    &lt;BR /&gt;
Total number of active PWs:           2    &lt;BR /&gt;
Total number of ready PWs:            0    &lt;BR /&gt;
PWs auto-selecting transport LSP:     2    &lt;BR /&gt;
PWs configured with a transport LSP:  0    &lt;BR /&gt;
PWs using LDP for transport:          2    &lt;BR /&gt;
PWs using RSVP for transport:         0    &lt;BR /&gt;
PWs using static for transport:       0   &lt;BR /&gt;
&lt;BR /&gt;
* SW01.15 # sh version &lt;BR /&gt;
Switch      : PN:1N2039    SN:123456   Rev 0.1 BootROM: 1.2        IMG: 15.2.1.5  &lt;BR /&gt;
PSUCTRL-1   : PN:MEAD      SN:MD1      Rev 0.1 BootROM: 2.1       &lt;BR /&gt;
PSUCTRL-2   : PN:MEAD      SN:MD2      Rev 1.1 BootROM: 2.3       &lt;BR /&gt;
mouse-usb   : PN:MOUSE     SN:4321     Rev 1.1 BootROM: 4.3       &lt;BR /&gt;
floppy-A    :&lt;BR /&gt;
PSU-1       : Stack PS Slot # 2 PN:1N2039 SN:1234 Rev 0.1&lt;BR /&gt;
PSU-2       : Stack PS Slot # 3 PN:1N2039 SN:1234 Rev 0.1&lt;BR /&gt;
&lt;BR /&gt;
Image   : ExtremeXOS version 15.2.1.5 v1521b5 by release-manager&lt;BR /&gt;
          on Fri Aug 17 16:24:45 EDT 2012</description>
      <pubDate>Fri, 05 Jun 2015 21:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-vm-and-gns3/m-p/31245#M5491</guid>
      <dc:creator>welisson</dc:creator>
      <dc:date>2015-06-05T21:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: ExOS VM and GNS3</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-vm-and-gns3/m-p/31246#M5492</link>
      <description>Welisson what current code is running on the emulators I believe there is 2 versions out there one running 15.3 code i think and the other an older version of code, there is limited functionality you will get out of those VM....</description>
      <pubDate>Sat, 06 Jun 2015 02:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-vm-and-gns3/m-p/31246#M5492</guid>
      <dc:creator>Bernard_Lozano</dc:creator>
      <dc:date>2015-06-06T02:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: ExOS VM and GNS3</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-vm-and-gns3/m-p/31247#M5493</link>
      <description>Welisson,&lt;BR /&gt;
&lt;BR /&gt;
EXOS-VM does not support VPLS.&lt;BR /&gt;
&lt;BR /&gt;
That functionality requires hardware support and is not implemented in the VM...&lt;BR /&gt;</description>
      <pubDate>Sat, 06 Jun 2015 04:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-vm-and-gns3/m-p/31247#M5493</guid>
      <dc:creator>dflouret</dc:creator>
      <dc:date>2015-06-06T04:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: ExOS VM and GNS3</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-vm-and-gns3/m-p/31248#M5494</link>
      <description>Hi Daniel Flouret,&lt;BR /&gt;
&lt;BR /&gt;
So, this case i can set up the vpls and configured ip under vlan over vpls, in this case i was able ping each side, but when i put one host in both side, i can't ping each other, i'm able ping just next-hop, in case will be my PE.&lt;BR /&gt;
&lt;BR /&gt;
sh vpls vpls_cliente2&lt;BR /&gt;
L2VPN Name      VPN ID Flags   Services Name   Peer IP         State Flags &lt;BR /&gt;
--------------- ------ ------- --------------- --------------- ----- ------&lt;BR /&gt;
vpls_cliente2   25     EAX--L- cliente2        3.3.3.3         Up    C---V-&lt;BR /&gt;
&lt;BR /&gt;
L2VPN Name: vpls_cliente2&lt;BR /&gt;
   VPN ID                : 25                    Admin State   : Enabled&lt;BR /&gt;
   Source Address        : 1.1.1.1               Oper State    : Enabled&lt;BR /&gt;
   VCCV Status           : Disabled              MTU           : 1500&lt;BR /&gt;
   VCCV Interval Time    : 5 sec.                Ethertype     : 0x8100&lt;BR /&gt;
   VCCV Fault Multiplier : 4                     .1q tag       : exclude&lt;BR /&gt;
   L2VPN Type            : VPLS                  Redundancy    : None&lt;BR /&gt;
   Service Interface     : cliente2&lt;BR /&gt;
&lt;BR /&gt;
   Peer IP: 3.3.3.3&lt;BR /&gt;
      PW State           : Up&lt;BR /&gt;
      PW Uptime          : 0d:0h:46m:41s&lt;BR /&gt;
      PW Installed       : True&lt;BR /&gt;
 Remote PW Status   : No Faults&lt;BR /&gt;
      Remote I/F MTU     : 1500&lt;BR /&gt;
      PW Mode            : Core-to-Core&lt;BR /&gt;
      Transport LSP      : LDP LSP (Not Configured)&lt;BR /&gt;
         Next Hop I/F    : sw01_sw03&lt;BR /&gt;
         Next Hop Addr   : 10.10.0.2                 Tx Label  : 0x00074&lt;BR /&gt;
      PW Rx Label        : 0x00076                PW Tx Label  : 0x00076&lt;BR /&gt;
      PW Rx Pkts         : n/a                    PW Tx Pkts   : n/a&lt;BR /&gt;
      PW Rx Bytes        : n/a                    PW Tx Bytes  : n/a&lt;BR /&gt;
      MAC Limit          : No Limit&lt;BR /&gt;
      VCCV HC Status     : Not Sending (VCCV Not Enabled For This L2VPN)&lt;BR /&gt;
         CC Type         : Rtr Alert           Total Pkts Sent : 0&lt;BR /&gt;
         CV Type         : LSP Ping            Total Pkts Rcvd : 0&lt;BR /&gt;
         Send Next Pkt   : --&lt;BR /&gt;
         Total Failures  : 0          Pkts During Last Failure : 0&lt;BR /&gt;
         Last Failure Tm : --&lt;BR /&gt;
&lt;BR /&gt;
in this log i can see the vpls up in both side.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 06 Jun 2015 04:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-vm-and-gns3/m-p/31248#M5494</guid>
      <dc:creator>welisson</dc:creator>
      <dc:date>2015-06-06T04:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: ExOS VM and GNS3</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-vm-and-gns3/m-p/31249#M5495</link>
      <description>welisson,&lt;BR /&gt;
&lt;BR /&gt;
Notice the "PW Rx Pkts" "PW Tx Pkts" fields in the "show l2vpn detail" output.  If the pseudo wire  was fully up and operational, data would be exchanged and "n/a" would be replaced with a number.&lt;BR /&gt;
&lt;BR /&gt;
Daniel is correct.  The L2VPN pseudo wire is implemented in hardware and this functionality is not available in the EXOS VM.  &lt;BR /&gt;
&lt;BR /&gt;
You can configure MPLS, LDP (or RSVP-TE), and even setup the L2VPN service, but   actual traffic will not pass across the VPN due to the lack of hardware support.&lt;BR /&gt;</description>
      <pubDate>Sat, 06 Jun 2015 04:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-vm-and-gns3/m-p/31249#M5495</guid>
      <dc:creator>Chad_Smith1</dc:creator>
      <dc:date>2015-06-06T04:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: ExOS VM and GNS3</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-vm-and-gns3/m-p/31250#M5496</link>
      <description>Now is clear to me.&lt;BR /&gt;
&lt;BR /&gt;
Therefore, if i need test the vpls with traffic pass across the cloud mpls, i need to buy a switch once it there is this feature based in hardware.&lt;BR /&gt;
&lt;BR /&gt;
Chad Is there any possibility this be implemented in EXOS VM as way lab?&lt;BR /&gt;
&lt;BR /&gt;
Tks&lt;BR /&gt;
Welisson</description>
      <pubDate>Sat, 06 Jun 2015 04:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-vm-and-gns3/m-p/31250#M5496</guid>
      <dc:creator>welisson</dc:creator>
      <dc:date>2015-06-06T04:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: ExOS VM and GNS3</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-vm-and-gns3/m-p/31251#M5497</link>
      <description>Unfortunately, there are currently no plans to implement this in EXOS VM</description>
      <pubDate>Sat, 06 Jun 2015 04:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-vm-and-gns3/m-p/31251#M5497</guid>
      <dc:creator>Chad_Smith1</dc:creator>
      <dc:date>2015-06-06T04:01:00Z</dc:date>
    </item>
  </channel>
</rss>

