cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
933
Views
0
Helpful
3
Replies

FEC teaming/channeling

sundara123
Level 1
Level 1

Hello,

I am very very new to Cisco IOS.So was this question.

1.How to set up 2950-24-SI swith for a teaming

I thought the following cong. works

Switch_A> enable

Switch_A#configure terminal

Switch_A#set port channel 0/0 -7 10 {desirable}

Switch_A#show port channel

Switch_A#show channel group 10

OR

Switch(config)#interface range fastethernet 0/0 -7

Switch(config-if)# channel-group 1 mode

desirable

Switch(config-if)#end

Is the above process is ok.

if not can any advise me How i can go further.

Thanks in Advance

sundara

3 Replies 3

alagrawa
Level 3
Level 3

Hi Sundara,

Thanks for writing in. Your second set of commands are mostly correct. The port would start from 0/1 instead of 0/0

Switch(config)# interface range fastethernet 0/1 - 8

Switch(config-if-range)# channel-group 1 mode desirable

Switch(config-if-range)#end

Switch#

The following link is a good link for configuring etherchannel.

http://www.cisco.com/univercd/cc/td/doc/product/lan/cat2950/12122ea2/2950scg/swethchl.htm

Following link has some more examples for etherchannel. Some of the links have examples for 2950 also.

http://www.cisco.com/en/US/partner/tech/tk389/tk213/tech_configuration_examples_list.html

Hop this helps.

regards

-Alok

Thank you Alok san

(& also to other reader)

I am able to read the 2nd URL content only. bcos of my guest membership to the cisco.com.

As the Switch reached me on monday. i will test it before going line.

By the way this was my requirement

1.Fault tolerence implementation

2 ports will be used for one channel

one will be in the active and the other will be

in the dual mode

Thanks for your qucik reply

Sundara

-japan

If you remove the word "partner" from the 2nd URL Alok provided, you can get to the same content without having to log in to cisco.com. Try this one:

ETHERCHANNEL

Configuration Examples and TechNotes

http://www.cisco.com/en/US/tech/tk389/tk213/tech_configuration_examples_list.html

In general, when you see hyperlinks here in the NetPro forums that you want to read, but you don't have a "customer" or "partner" membership to cisco.com and the URL requires you to login, try removing the word "customer" or "partner" from the URL. Most of the time it will work.