I came across an interesting issue while configuring VRF gateways in NSX 4.x. The configuration was erroring out with the message “Logical Switch trunk-vlan overlapping with another Logical Switch in the same underlying Edge host-switch is not allowed. Change VLAN configuration.”
After configuring the Tier-0 VRF Gateways, the parent Tier-0 went down.
Also, 2 out of 4 interfaces on the VRF gateway were stuck in the configuring state.
The Cause
The main cause of this issue was that I created 2 trunked segments for northbound connectivity and allowed the same range of VLANs on them.
This method used to work perfectly fine in NSX 3.x. I have blogged on this topic earlier. So, I was wondering why the same steps are not working.
While troubleshooting, I came across this post by Graham Smith on Broadcom’s community channel. He has provided the resolution in his blog post here.
In NSX 3.x,… Read More