• May 22, 2012, 08:22:59 PM
Welcome, Guest. Please login or register. Registration is free.
Did you miss your activation email?

Author Topic: Migrate STP to MSTP  (Read 403 times)

0 Members and 1 Guest are viewing this topic.

Offline KennyLamb

  • Rookie
  • **
  • Posts: 7
Migrate STP to MSTP
« on: December 07, 2011, 08:08:41 AM »
Hello,
We are looking to migrate various sites onto MSTP from legacy STP - currently 4 groups.

Currently STG is used to provide site resiliency via dissimilar links (different speeds, providers, so no MLT).

We are looking to change all to MSTG, but are wary - any pointers, tips to migrate swiftly and seamlessly?

Thanks in advance,

Kenny


Online Michael McNamara

  • Administrator
  • Hero Member
  • *****
  • Posts: 2517
    • Michael McNamara
Re: Migrate STP to MSTP
« Reply #1 on: December 07, 2011, 05:58:50 PM »
Hi Kenny,

You didn't mention what switches you are using.

It will be a significant undertaking... I've done it on the ERS 8600 by essentially uploading a modified configuration file and rebooting the ERS 8600. The configuration file needs to be exactly right or you'll run into issues.

Cheers!
We've been helping network engineers, system administrators and technology professionals since June 2009.
If you've found this site useful or helpful, please help me spread the word. Link to us in your blog or homepage - Thanks!

Offline KennyLamb

  • Rookie
  • **
  • Posts: 7
Re: Migrate STP to MSTP
« Reply #2 on: December 08, 2011, 03:55:28 AM »
Hi Michael,

We're using a combination of 8600's & 5650's..

Any pointers on creating the modified config, or process to follow to? We don't have a test facility or anyway of testing this prior.

many thanks,

Kenny

Online Michael McNamara

  • Administrator
  • Hero Member
  • *****
  • Posts: 2517
    • Michael McNamara
Re: Migrate STP to MSTP
« Reply #3 on: December 08, 2011, 04:59:59 PM »
You can flip on MSTP but what Avaya (or Java Device Manager) fails to tell you is that your configuration will then be invalid so you need to modify the configuration file by placing the VLANs in the proper Spanning Tree group.

config bootconfig flags spanning-tree-mode mstp

In your configuration file (config.cfg) you'll need to modify all your VLANs;

vlan 2 create byport 1 name "192-168-2-0/24" color 1

with something like the following depending on your Spanning Tree configuration;

vlan 2 create byport-mstprstp 0 name "192-168-2-0/24" color 1

I'm not sure what (if any) issues you might experience on the ERS 5600 series, although I believe they too require a reboot - not sure if they require any reconfiguration.

Cheers!
We've been helping network engineers, system administrators and technology professionals since June 2009.
If you've found this site useful or helpful, please help me spread the word. Link to us in your blog or homepage - Thanks!

Offline KennyLamb

  • Rookie
  • **
  • Posts: 7
Re: Migrate STP to MSTP
« Reply #4 on: December 09, 2011, 03:50:22 AM »
thanks for the pointers - will have a more thorough look through the docs to try and prebuild the config - one of these things, a bit daunting to take on a screw up entire intersite connectivity..!!

Thanks...