08-27-2024 10:05 PM
Hi,
how can I do a simple vlan mapping on a nexus 9000 like I can do on a 9200L?
From the 9200L docs:
Device(config)# interface HundredGigE1/0/1
Device(config-if)# switchport mode trunk
Device(config-if)# switchport vlan mapping 10 20
Thanks!
Solved! Go to Solution.
08-27-2024 11:08 PM
08-27-2024 10:33 PM
Hello!
The configuration is quite similar (the only difference in the interface which will always be ethernetX/X):
interface ethernet1/1
switchport
switchport mode trunk
switchport vlan mapping 10 20
BR
08-27-2024 10:34 PM
You also remember to enable the : switchport vlan mapping inside the interface configuration.
BR
08-27-2024 11:00 PM
When I Do it this simple I get:
Warning: Eth1/42 : VLAN translation is only supported on vxlan enabled vlans
But we are not using vxlan at this moment.
BR
08-27-2024 11:04 PM
- FYI : https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvs62393
M.
08-27-2024 11:08 PM
In 10.3(x) VLAN mapping available without VXLAN.
08-28-2024 02:32 AM
Thanks for your help! We are upgrading to 10.3!
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