cancel
Showing results for 
Search instead for 
Did you mean: 

GNS3 VXLAN

GNS3 VXLAN

SeSte
New Contributor

Hello all.
we have x690 in production, and want using VXLAN.

Before use it in production i create a lab in gns3

i using EXOS VM 22.7.1.2 in GNS3

 

7af6e438ef594015b103d360badef4a3_3077c875-984b-4f3c-b935-35dedfed11a3.jpg


configure extreme:

#EXTREME-1
configure vlan Default delete ports all
configure vr vr-Default delete ports 1-48

create vr vr-VXLAN

create vlan vxlan-tranzit vr vr-VXLAN
configure vlan vxlan-tranzit tag 850
configure vlan vxlan-tranzit ipaddress 123.123.123.1/30
configure vlan vxlan-tranzit add ports 48 tagged

create vlan vxlan-test vr vr-VXLAN
configure vlan vxlan-test tag 860
configure vlan vxlan-test add ports 1 untagged

configure virtual-network local-endpoint ipaddress 123.123.123.1 vr "vr-VXLAN"
create virtual-network "vnet" flooding standard
configure virtual-network "vnet" vxlan vni 10
configure virtual-network "vnet" add vlan vxlan-test
create virtual-network remote-endpoint vxlan ipaddress 123.123.123.2 vr vr-VXLAN
configure virtual-network vnet add remote-endpoint vxlan ipaddress 123.123.123.2 vr vr-VXLAN
 

#EXTREME-2
configure vlan Default delete ports all
configure vr vr-Default delete ports 1-48

create vr vr-VXLAN

create vlan vxlan-tranzit vr vr-VXLAN
configure vlan vxlan-tranzit tag 850
configure vlan vxlan-tranzit ipaddress 123.123.123.2/30
configure vlan vxlan-tranzit add ports 48 tagged

create vlan vxlan-test vr vr-VXLAN
configure vlan vxlan-test tag 860
configure vlan vxlan-test add ports 1 untagged

configure virtual-network local-endpoint ipaddress 123.123.123.2 vr "vr-VXLAN"
create virtual-network "vnet" flooding standard
configure virtual-network "vnet" vxlan vni 10
configure virtual-network "vnet" add vlan vxlan-test
create virtual-network remote-endpoint vxlan ipaddress 123.123.123.1 vr vr-VXLAN
configure virtual-network vnet add remote-endpoint vxlan ipaddress 123.123.123.1 vr vr-VXLAN

 

But not work
no ping 10.1.1.1->10.1.1.2

and on extremes:

 

sh virtual-network remote-endpoint vxlan vni 10
IP Address      Virtual Router                      Next Hops    Origin    State
                                                   Active/Total  Flags
================================================================================
123.123.123.1   vr-VXLAN                                1/1      T----     Down
================================================================================
Origin Flags: (T) OTM Configured, (o) OSPF Learned, (F) FDB Configured,
              (V) OVSDB Configured, (b) BGP Learned
Total number of Remote Endpoints  : 1
Virtual Network                   : vnet

и на другом:

sh virtual-network remote-endpoint vxlan vni 10
IP Address      Virtual Router                      Next Hops    Origin    State
                                                   Active/Total  Flags
================================================================================
123.123.123.2   vr-VXLAN                                1/1      T----     Down
================================================================================
Origin Flags: (T) OTM Configured, (o) OSPF Learned, (F) FDB Configured,
              (V) OVSDB Configured, (b) BGP Learned
Total number of Remote Endpoints  : 1
Virtual Network                   : vnet

2 REPLIES 2

michaelp
New Contributor

I was also attempting to lab out a similar situation, I’ve also run into the same problem.

It seems the vxlan UDP packets are sent to the destination, however I never see them on the VLAN on the other side.

SeSte
New Contributor

In virtualXOS VxLAN not working

GTM-P2G8KFN