Hi everyone,
We have two Spine & Leaf fabrics located in two different sites. The sites are connected via Border Leader Leafs (two VSX stacks with four links). The setup itself is working fine, but due to the way VNIs, VLANs, and EVPN are implemented on Aruba switches, I cannot configure VNIs on the Border Leader Leafs without also configuring VLANs.
For example:
vlan 31
vsx-sync
name TEST
evpn
dyn-vxlan-tunnel-bridging-mode ibgp-ebgp
vlan 31
rd 10.100.x.2:10031
route-target export 65101:10031
route-target import 65101:10031
interface vxlan 1
source ip 10.100.x.2
no shutdown
vni 10030
vlan 31
So on the Border Leader Leafs I cannot configure more than 4096 VNIs, because I cannot have more than 4096 VLANs on a single switch.
Now we are onboarding some "large" customers. These customers can have up to 3000 of their own VLANs. They get dedicated leaf switches. Within a single site everything works fine: the customers use their own VNI pools (for example 20000–25000 and 30000–35000), and their VLANs exist only on their own leafs.
The problem appears when such a "large" customer needs connectivity in both sites. In that case, I would need to configure more than 6000 VLANs on the Border Leader Leafs, which is not possible.
When I designed the two-site setup, I followed this documentation:
https://arubanetworking.hpe.com/techdocs/AOS-CX/10.16/HTML/vxlan/Content/Chp_EV-VX-MF/ex_intro.htm
So the question is: how do you transport more than 6000 VNIs (VLANs) between two sites in an Aruba EVPN Multisite design?
Any examples or references would be highly appreciated. I assume I'm not the first one running into this limitation
-------------------------------------------