cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1117
Views
4
Helpful
7
Replies

VLAN Mapping NXOS

yh-it
Level 1
Level 1

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! 

1 Accepted Solution
7 Replies 7

DanielP211
VIP Alumni
VIP Alumni

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

****Kindly rate all useful posts*****

Hi,

Do you know if vlan mapping is possible on Nexus Version  7.0(3)I7(7)

Hardware is C9396PX

Allows the commands, but does not seem to work.

Thanks 

 

 

DanielP211
VIP Alumni
VIP Alumni

You also remember to enable the : switchport vlan mapping inside the interface configuration.

BR

****Kindly rate all useful posts*****

yh-it
Level 1
Level 1

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

 

       - FYI https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvs62393

    M.



-- Let everything happen to you  
       Beauty and terror
      Just keep going    
       No feeling is final
Reiner Maria Rilke (1899)

yh-it
Level 1
Level 1

Thanks for your help! We are upgrading to 10.3!