cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
389
Views
0
Helpful
1
Replies

simple vlan bridge

ippolito
Level 1
Level 1

Hi all, there are a lot of posts on how to create a vlan bridge, but none seem to fit exactly what we need.

We have a number of hosts in vlan 1, but for various reasons we need to change the vlan id from 1 to 2.

Vlan 1 spans multiple buildings and switches, includes edge and trunk ports, and is generally complicated enough that we can't simply write a script to change everything all at once.

It wouldn't be hard to write a script for all the Cisco switches, but the servers connected on the trunk ports would have to be all changed at once too -- not going to happen.

Instead, we'd like to be able to move servers and ports one at a time, at our leisure, while maintaining connectivity. A vlan bridge came to mind.

But it's confounding me.

Details:

- Two 6500 core switches, with 3750 and 3750X edge switches.

- Non-routed vlan using private ip space, used for iscsi and management. (There is no SVI on vlan 1.)

- I've tried creating two SVIs (int vlan1 and int vlan2) and putting them both in the same bridge group. Didn't work.

Is plugging a cable from one port into another (and disabling spanning-tree) my only option? There's a reason why switches prevent that by default, so I don't want to do it if there is a Cisco-recommended way.

Thanks in advance,

Mike

1 Reply 1

Philip D'Ath
VIP Alumni
VIP Alumni

This is likely to bite you badly due to spanning tree.  The chances of you disabling spanning tree everywhere will be difficult.  It pokes its head up in a lot of places.  You'll probably end up with loops due to inconsistent spanning tree states.

I would take either of these two actions:

* Give up now while everything is still working and acknowledge this is not worth the effort.

* Create a brand new routed vlan with a new subnet.  Then slowly migrate servers and hosts into it over the next year.

Review Cisco Networking for a $25 gift card