01-23-2017 06:58 AM - edited 03-01-2019 08:28 AM
Hi,
I just read some documentation regarding VXLAN deployment in Nexus 9000.
One of the advantages of having VXLAN is more namespace (24bit) compare to VLAN(12bit). So it is said that VXLAN can have more than 16millions logical subnet.
How do we apply this in real deployment of Nexus 9000?
I can only saw that the vlan and vxlan is one to one mapping. For example:
vlan 10
vn-segment 100010
vlan 20
vn-segment 100020
vlan 30
vn-segment 100030
So how can we achieve this 16 millions if the mapping is only one to one?
01-24-2017 11:57 PM
Consider cases where the VXLAN never leaves the virtual environment. You never need a VLAN.
Also some devices can terminate a VXLAN directly (like an ASA) without having to go to a VLAN.
01-25-2017 08:38 PM
I haven't learned about VXLAN in virtual environment (like VMWare NSX). But I assume that the vswitch will apply the VXLAN directly to the individual port (something like switchport access vxlan). Is that correct?
So this particular use case will not be applicable to nexus 9k then since it is using one to one mapping between VXLAN and VLAN.
01-29-2017 10:42 PM
The guidelines and limitations for VXLAN are described in detail in the following link
http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/6-x/vxlan/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_VXLAN_Configuration_Guide/b_Cisco_Nexus_9000_Series_NX-OS_VXLAN_Configuration_Guide_chapter_010.html
Manish
03-22-2018 02:37 AM
VXLAN use case
It means that VLAN uses 12 bits VLAN ID to address layer 2 segments , which results in limited scalability of only 4094 VLANs. VXLAN uses a 24 bit segment ID known as the VXLAN network identifier, which enables up to 16 million VXLAN segments so we can go beyond 4094 L2 segments as compared to regular VLAN.
03-22-2018 10:51 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide