cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1481
Views
0
Helpful
5
Replies

VLAN Mapping (VLAN Translation) impact on Spanning-Tree

j.a.m.e.s
Level 4
Level 4

All,

 

I would like to map VLAN 10 on one switch-pair to VLAN 11 on another switch-pair. The planned config is as follows:

Sw01 #
interface Port-channel11
 switchport
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 799
 switchport trunk allowed vlan 10,11
 switchport mode trunk
 switchport nonegotiate
 switchport vlan mapping enable
 switchport vlan mapping 10   11
 mtu 9216
 mls qos trust dscp
exit

As you can see there is potentially a loop, but we have configured rapid-pvst everywhere. Could anyone advise on the impact of VLAN-Translation on spanning-tree please?

 

VLANTranslation.png

5 Replies 5

Hello

Whats your reasoning to do this?


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

I'd like to migrate servers gradually to a new switch and use a new VLAN id on the new switch.

Hi,

So, you are trying to move the servers to a new switch, a new vlan (11) and keep the servers in the same IP segment they are now without downtime?

 

Yes, that's right. I understand that eventually the L3 SVI will have to be migrated to the new switch and at this point we'll need a maintenance window.

I think the answer is that the VLAN mapping will break PVST so my intended outcome isn't possible and would cause an L2 loop if configured. Changing the VLAN ID before/after the migration would be the way to go.

 

There is some mention of using MST in the  NX-OS Switching Configuration guide (see "VLAN Translation"), so this might be a possibility to consider on a future occasion.

 

Regards

 

James.