cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2484
Views
6
Helpful
3
Replies

Vlan translation Nexus 9300

Pascal Lacroix
Level 1
Level 1

Hi,

 

is it possible to do a one to one vlan translation on a Nexus 9300? The Nexus is running in NX-OS mode and VXLAN is not enabled.

 

With the switch port vlan mapping command i get a warning message:

 

hostname(config-if)# switchport vlan mapping 10 20
Warning: Eth1/37 : VLAN translation is only supported on vxlan enabled vlans

 

Is it possible to use the command below or is there another way to do the vlan mapping?

 

interface Ethernet1/37
switchport vlan mapping 10 dot1q-tunnel 10

 

kind regards,

Pascal

 

1 Accepted Solution

Accepted Solutions

Pascal Lacroix
Level 1
Level 1

the solution for this is to enable VXLAN on the vlan that needs to be translated. I have tested this with the config below and that works:

 

feature nv overlay
feature vn-segment-vlan-based

 

vlan 750
vn-segment 750

 

interface Ethernet1/1
switchport
switchport mode trunk
switchport vlan mapping enable
switchport vlan mapping 700 750
switchport trunk allowed vlan 750

 

 

View solution in original post

3 Replies 3

Pascal Lacroix
Level 1
Level 1

NX-OS version is 9.3(6)

Pascal Lacroix
Level 1
Level 1

the solution for this is to enable VXLAN on the vlan that needs to be translated. I have tested this with the config below and that works:

 

feature nv overlay
feature vn-segment-vlan-based

 

vlan 750
vn-segment 750

 

interface Ethernet1/1
switchport
switchport mode trunk
switchport vlan mapping enable
switchport vlan mapping 700 750
switchport trunk allowed vlan 750

 

 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:


This community is intended for developer topics around Data Center technology and products. If you are looking for a non-developer topic about Data Center, you might find additional information in the Data Center and Cloud community