The following example shows a leaf/spine topology of ExtremeSwitching X690 switches with VXLAN (Virtual Extensible LAN) with users on VLAN (Virtual LAN) green.
Note
An Advanced Edge license must be installed on all switches.The following commands reserve 10 VLANs.
create fabric vlan 200-210 routerid 1.1.1.120 AS-number 345200 create vlan "tenant" configure vlan tenant tag 901 configure vlan tenant add ports 1,28 tagged configure vlan tenant suppress arp-only (recommended but not necessary) configure vlan tenant ipaddress 10.1.1.1 255.255.255.0 disable igmp snooping vlan "tenant" enable ipforwarding vlan tenant create vrrp vlan tenant vrid 151 configure vrrp vlan tenant vrid 151 host-mobility on configure vrrp vlan tenant vrid 151 add 10.1.1.254 enable vrrp vlan tenant vrid 151 create virtual-network "vni1" flooding standard configure virtual-network local-endpoint ipaddress 1.1.1.120 configure virtual-network "vni1" vxlan vni 1 configure virtual-network "vni1" add vlan tenant
create fabric vlan 200-210 routerid 1.1.1.121 AS-number 123500 create vlan "tenant" configure vlan tenant tag 901 configure vlan tenant add ports 15,33 tagged configure vlan tenant ipaddress 10.1.1.1 255.255.255.0 configure vlan tenant suppress arp-only (recommended but not necessary) disable igmp snooping vlan "tenant" enable ipforwarding vlan tenant create vrrp vlan tenant vrid 151 configure vrrp vlan tenant vrid 151 host-mobility on configure vrrp vlan tenant vrid 151 add 10.1.1.254 enable vrrp vlan tenant vrid 151 configure virtual-network "vni1" add vlan tenant configure virtual-network local-endpoint ipaddress 1.1.1.121 vr "VR-Default" create virtual-network "vni1" flooding standard configure virtual-network "vni1" vxlan vni 1 configure virtual-network "vni1" add vlan tenant
# create auto-peering bgp vlans 2001-2064 routerid 10.255.2.1 AS-number 4278125057
# show auto-peering ISSU : In Service Router ID: 10.255.2.1 AS : 4278125057 VLAN Neighbor IP Address Router ID Remote AS --------------- ----------------------------- --------------- ---------- FBRC_VLAN_2001 fe80::204:96ff:fe97:fcd5 14.33.13.2 345201 FBRC_VLAN_2002 fe80::204:96ff:fe97:fdd5 12.22.2.120 345200 . . . FBRC_VLAN_2064 None
# create auto-peering bgp vlans 2001-2064 routerid 10.255.2.2 AS-number 4278125058
# show auto-peering ISSU : In Service Router ID: 10.255.2.2 AS : 4278125058 VLAN Neighbor IP Address Router ID Remote AS --------------- ----------------------------- --------------- ---------- FBRC_VLAN_2001 fe80::204:96ff:fe97:fcd5 14.33.13.2 345201 FBRC_VLAN_2002 fe80::204:96ff:fe97:fdd5 12.22.2.120 345200 . . . FBRC_VLAN_2064 None