Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Creating Etherchannel group on live network

Reply
Thread Tools

Creating Etherchannel group on live network

 
 
dcox@wcgh.org
Guest
Posts: n/a
 
      10-31-2007
I have been playing with Cisco switches and VLANs for a while and have
learned alot by trial and error.

I have a situation that I'd like a little more info before I proceed.

I have 2 2960G switches that connect my server room to a wire closet.

I'd like to create an etherchannel between the 2 for increased
bandwidth and redundancy.

I have a good idea of the commands involved but I need to know if
there will be any network interruption while I am creating the
etherchannel group on the 2 switches.
I'm not sure either if I can make the physical connections on the
additional ports without causing a loop problem.
This is a live network for a 24/7 business. I can schedule downtime
but I'd rather not if i don't have to.

Any info or advive would be welcome.

dc

 
Reply With Quote
 
 
 
 
Trendkill
Guest
Posts: n/a
 
      10-31-2007
On Oct 31, 10:07 am, d...@wcgh.org wrote:
> I have been playing with Cisco switches and VLANs for a while and have
> learned alot by trial and error.
>
> I have a situation that I'd like a little more info before I proceed.
>
> I have 2 2960G switches that connect my server room to a wire closet.
>
> I'd like to create an etherchannel between the 2 for increased
> bandwidth and redundancy.
>
> I have a good idea of the commands involved but I need to know if
> there will be any network interruption while I am creating the
> etherchannel group on the 2 switches.
> I'm not sure either if I can make the physical connections on the
> additional ports without causing a loop problem.
> This is a live network for a 24/7 business. I can schedule downtime
> but I'd rather not if i don't have to.
>
> Any info or advive would be welcome.
>
> dc


I can't recall exactly, but I think if you keep the additional ports
shutdown, configure the trunks, configure the virtual port channels
and add the interfaces, and then 'no shut' the interfaces, you should
be ok. If you turn up the trunk first, spanning-tree will need to run
and it could take down your active link, especially if it is a non-
preferred path.

While I think this will work without outage, I would never recommend
messing with trunks and not scheduling and outage. Spanning tree is a
nasty beast, and without knowing your whole network design, nothing
can be promised.

I guess if these aren't trunks and are simple access ports with
crossovers (no trunks), then you could do the above with portfast, but
again need to be VERY careful here.

 
Reply With Quote
 
 
 
 
Bod43@hotmail.co.uk
Guest
Posts: n/a
 
      10-31-2007
On 31 Oct, 14:28, Trendkill <jpma...@gmail.com> wrote:
> On Oct 31, 10:07 am, d...@wcgh.org wrote:
>
>
>
>
>
> > I have been playing with Cisco switches and VLANs for a while and have
> > learned alot by trial and error.

>
> > I have a situation that I'd like a little more info before I proceed.

>
> > I have 2 2960G switches that connect my server room to a wire closet.

>
> > I'd like to create an etherchannel between the 2 for increased
> > bandwidth and redundancy.

>
> > I have a good idea of the commands involved but I need to know if
> > there will be any network interruption while I am creating the
> > etherchannel group on the 2 switches.
> > I'm not sure either if I can make the physical connections on the
> > additional ports without causing a loop problem.
> > This is a live network for a 24/7 business. I can schedule downtime
> > but I'd rather not if i don't have to.

>
> > Any info or advive would be welcome.

>
> > dc

>
> I can't recall exactly, but I think if you keep the additional ports
> shutdown, configure the trunks, configure the virtual port channels
> and add the interfaces, and then 'no shut' the interfaces, you should
> be ok. If you turn up the trunk first, spanning-tree will need to run
> and it could take down your active link, especially if it is a non-
> preferred path.
>
> While I think this will work without outage, I would never recommend
> messing with trunks and not scheduling and outage. Spanning tree is a
> nasty beast, and without knowing your whole network design, nothing
> can be promised.
>
> I guess if these aren't trunks and are simple access ports with
> crossovers (no trunks), then you could do the above with portfast, but
> again need to be VERY careful here.- Hide quoted text -


As mentioned it's not really the way to have a long
and happy life however I have the idea that this might work.
I am not at all sure.

Use 2 new ports for the channel on each end.
Configure it all up (shutdown).

Configure STP costs such that the existing link is preferred.
Note that you will have to do this for *all* vlans that cross
the port channel.

Bring up the new links.

If the channel works you may not end up with a loop

To transfer the traffic to the new links change the costs
on them such that they are lower than the existing link.
I think that the fail over should lose few packets. Maybe a one
second outage.


 
Reply With Quote
 
Trendkill
Guest
Posts: n/a
 
      11-01-2007
On Oct 31, 4:24 pm, Bo...@hotmail.co.uk wrote:
> On 31 Oct, 14:28, Trendkill <jpma...@gmail.com> wrote:
>
>
>
> > On Oct 31, 10:07 am, d...@wcgh.org wrote:

>
> > > I have been playing with Cisco switches and VLANs for a while and have
> > > learned alot by trial and error.

>
> > > I have a situation that I'd like a little more info before I proceed.

>
> > > I have 2 2960G switches that connect my server room to a wire closet.

>
> > > I'd like to create an etherchannel between the 2 for increased
> > > bandwidth and redundancy.

>
> > > I have a good idea of the commands involved but I need to know if
> > > there will be any network interruption while I am creating the
> > > etherchannel group on the 2 switches.
> > > I'm not sure either if I can make the physical connections on the
> > > additional ports without causing a loop problem.
> > > This is a live network for a 24/7 business. I can schedule downtime
> > > but I'd rather not if i don't have to.

>
> > > Any info or advive would be welcome.

>
> > > dc

>
> > I can't recall exactly, but I think if you keep the additional ports
> > shutdown, configure the trunks, configure the virtual port channels
> > and add the interfaces, and then 'no shut' the interfaces, you should
> > be ok. If you turn up the trunk first, spanning-tree will need to run
> > and it could take down your active link, especially if it is a non-
> > preferred path.

>
> > While I think this will work without outage, I would never recommend
> > messing with trunks and not scheduling and outage. Spanning tree is a
> > nasty beast, and without knowing your whole network design, nothing
> > can be promised.

>
> > I guess if these aren't trunks and are simple access ports with
> > crossovers (no trunks), then you could do the above with portfast, but
> > again need to be VERY careful here.- Hide quoted text -

>
> As mentioned it's not really the way to have a long
> and happy life however I have the idea that this might work.
> I am not at all sure.
>
> Use 2 new ports for the channel on each end.
> Configure it all up (shutdown).
>
> Configure STP costs such that the existing link is preferred.
> Note that you will have to do this for *all* vlans that cross
> the port channel.
>
> Bring up the new links.
>
> If the channel works you may not end up with a loop
>
> To transfer the traffic to the new links change the costs
> on them such that they are lower than the existing link.
> I think that the fail over should lose few packets. Maybe a one
> second outage.


Yeah that is why I said turn up the new configuration on a single port
that you are going to channel with the existing, to hopefully avoid
spanning tree having to run. I believe if the channel is pre-
configured, and you simply bring up the second port, it will treat it
as a down link in an etherchannel and simply add it back into the
channel. You'd probably want to lab this first though.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dimdows Command-Line: Can't Live With It, Can't Live Without It Lawrence D'Oliveiro NZ Computing 15 08-17-2009 11:59 AM
unable to download live messenger from windows live hotmail boney Computer Support 0 10-28-2007 12:43 AM
Re:Cisco 7304 and Etherchannel/Channel-group Matteo Cisco 5 11-18-2004 04:47 PM
Re: Springsteen "Live in Barcelona" vs. U2's "Go Home - Live at Slane Castle" dvds Goldfinger DVD Video 2 11-22-2003 02:25 AM
Springsteen "Live in Barcelona" vs. U2's "Go Home Live" dvds Thomas Bell DVD Video 2 11-19-2003 04:52 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57