04-29-2020 09:29 AM
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
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
06-18-2020 02:22 AM
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.
06-02-2020 02:39 PM
In virtualXOS VxLAN not working