cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
562
Views
0
Helpful
2
Replies

802.1q VLAN From Cat6500 To Extreme Alpine 3808

DarrelLewis
Level 1
Level 1

Hi

We are in the middle of a migration from Extreme Alpine 3808 core switches to Cisco Cat 6500's.I have a link in place that connect the 2 cores together using routing. Everything has gone fine so far but we at the point of moving over the server vlan to the Cisco cores. I need to be able to pass the existing server vlan from the Extreme to the Cisco kit.

I am planning on tagging the Extreme link with 801.1q that connects to the Cisco core so vlan info passes down the link and then create the server vlan on the Cisco core.

Does this sound feasable.

The Extreme is running ver 7.0.1 software.

Thanks

2 Replies 2

ehirsel
Level 6
Level 6

Right now your cores are connected via a layer 3 or routing link. To use 802.1q vlan tagging, that would work only if you want bridging to happen in the core as well (so your core is running at layer 2 as well as layer3). How many links do you have connecting the cores? If there are more than one, and they connect to the same sets of switches, you may be able to use EtherChannel so that Spanning Tree can view the multiple links as one link (so that one phy link does not cause STP loop recalcs to be done).

How are you planning on doing the server migration - as a phased one or a cutover-all-at-once one? If it is a phased one, one idea that you may find workable is this: For every server that you move into tha cat 6500, advertise a host route back to the rest of the core that the prefereed path to that host is via the 6500. That would keep your core at layer 3, but you may get suboptimal routing during the conversion. Which may be fine, what you want is a stable core, not necessarily the most efficient routing during the conversion. This assumes that your phase conversion process is a short lived one.

That's what I suggest. Let me know what you think of it.

milan.kulik
Level 10
Level 10

I'm not sure is native VLAN concept is implemented in Extreme 802.1q.

If not, yo should use vlan dot1q tag native command (see http://www.cisco.com/univercd/cc/td/doc/product/lan/cat6000/122sx/cmdref/v1.htm#wp999599)

Regards,

Milan