











CompTIA
Exam Vouchers
Save money on CompTIA exams
| Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
| TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more | * ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i Online practice tests
Certification sites Online university Online college Online education Distance learning Software forum Server administration forum Programming resources
|
|  |
Peakey
Junior Member
Registered: Feb 2001 Location: Sydney Country: Australia State: NSW Certifications: MCSE, CCNA Working on: CCNP
Total Posts: 12
|
|
EtherChannel
Hi All!!!
I know this is slightly off exam topic, but i was hoping someone would be able to answer my question.
I have two cisco 2948g switches both are running cat4000.6-3-3.bin with cat4000-promupgrade.6-1-4.bin.
I want to be able to etherchannel 3 ports on each switch (6 in total), into the same group. The idea being that these 6 ports connect to 1 Server with 6x100meg NICs, all using the same IP address for redundancy purposes. (so if one switch dies, the server will still be able to communicate with the other 3 NICs through the other switch.
FYI, server is a Compaq Proliant 8500.
I am unsure if you can etherchannel the same group across 2 different switches.
Any ideas?
Thanks
Glen
Report this post to a moderator
|
|
12-13-01 10:48 PM
|
|
sidodgers
Member

Registered: Nov 2001 Location: Melbourne Country: Australia State: Certifications: CCNA, CCNP, CCIE (written) Working on: CCIE (other bit), SCSA/SCNA
Total Posts: 72
|
|
Re: EtherChannel
quote: Originally posted by Peakey
Hi All!!!
I know this is slightly off exam topic, but i was hoping someone would be able to answer my question.
I have two cisco 2948g switches both are running cat4000.6-3-3.bin with cat4000-promupgrade.6-1-4.bin.
I want to be able to etherchannel 3 ports on each switch (6 in total), into the same group. The idea being that these 6 ports connect to 1 Server with 6x100meg NICs, all using the same IP address for redundancy purposes. (so if one switch dies, the server will still be able to communicate with the other 3 NICs through the other switch.
FYI, server is a Compaq Proliant 8500.
I am unsure if you can etherchannel the same group across 2 different switches.
Any ideas?
Thanks
Glen
As far as I'm aware, you can't etherchannel an odd number of ports. I'm not sure if the 4000 series firmware is different, but this is definitely the case on 5000s.
Report this post to a moderator
|
|
12-14-01 12:52 AM
|
|
Peakey
Junior Member
Registered: Feb 2001 Location: Sydney Country: Australia State: NSW Certifications: MCSE, CCNA Working on: CCNP
Total Posts: 12
|
|
Thanks for your reply.
If i can't have an odd number of etherchannel ports on the one switch.... Can i then user 4 ports on one switch and 2 ports on the other switch, and somehow group them together to form the one etherchannel??
Report this post to a moderator
|
|
12-14-01 02:04 AM
|
|
MadChef
A Huge Fake
Registered: Sep 2000 Location: Country: USA State: Certifications: Working on: A Sex Farm
Total Posts: 1426
|
|
quote: Originally posted by Peakey
If i can't have an odd number of etherchannel ports on the one switch.... Can i then user 4 ports on one switch and 2 ports on the other switch, and somehow group them together to form the one etherchannel??
No. You can't form a single etherchannel from one host to two switches. You could, however, create two seperate etherchannels and run each channel in a fault tolerent mode on the host. That would work from the Cisco side, but I don't know if your host software will allow such a setup.
MadChef
Report this post to a moderator
|
|
12-14-01 10:06 AM
|
|
sidodgers
Member

Registered: Nov 2001 Location: Melbourne Country: Australia State: Certifications: CCNA, CCNP, CCIE (written) Working on: CCIE (other bit), SCSA/SCNA
Total Posts: 72
|
|
quote: Originally posted by MadChef
No. You can't form a single etherchannel from one host to two switches. You could, however, create two seperate etherchannels and run each channel in a fault tolerent mode on the host. That would work from the Cisco side, but I don't know if your host software will allow such a setup.
MadChef
Yea, that would have been my advice... it depends entirely on what software you're using, and also the willingness of the switches to age out their CAM tables or you could wind up losing data.
In a unix-based OS it would actually be quite simple to hack together something which channel-bonded a couple ethernet cards and monitored their link state, and transferred the properties of the bundle to another bundle if the first one died.
Not sure at all with NT. YMMV.
Sid 
Report this post to a moderator
|
|
12-14-01 10:10 AM
|
|
strikeattack
Senior Member
Registered: Jul 2000 Location: Neenah, WI Country: USA State: Certifications: More than your grandma and less than God. Working on: Sr. Window Washer with an expertise in Windex.
Total Posts: 736
|
|
quote: No. You can't form a single etherchannel from one host to two switches. You could, however, create two seperate etherchannels and run each channel in a fault tolerent mode on the host. That would work from the Cisco side, but I don't know if your host software will allow such a setup.
Agreed. The difference, is of course that you will probably end up with two addresses in the subnet, one for each adapter. This may or not be the desired configuration that you want.
I do understand what you are trying to do. You want to be able to account for switch failure, link failure, and NIC failure. WHAT YOU CAN DO is split the Etherchannel bundles between switch blades, so as to account for blade failure. In ther words, you run half of the cables to Blade1 and half to Blade2. This provides for blade failure, link failure, and NIC failure.
__________________
`·.¸¸.·´ Strike Attack `·.¸¸.·´
"If one strives towards a constant state of self-improvement, then the next day will always be better than the last. If the next day is better than the last, then tomorrow is destined to be a better day. If tomorrow is a better day, then one always has something to look forward to, one’s self has persevered, and true happiness becomes a little less difficult to attain." - Strike Attack
Report this post to a moderator
|
|
12-14-01 05:43 PM
|
|
Peakey
Junior Member
Registered: Feb 2001 Location: Sydney Country: Australia State: NSW Certifications: MCSE, CCNA Working on: CCNP
Total Posts: 12
|
|
Thank you all for your replies!!!
I will probably set the server up with just 2 nics with a fail on fault configuration (via the the Compaq Teaming software), i was just hoping i might be able to etherchannel the six nics together and have some redundancy in place across multiple switches.
Regards
Glen
Report this post to a moderator
|
|
12-16-01 08:30 PM
|
|
sidodgers
Member

Registered: Nov 2001 Location: Melbourne Country: Australia State: Certifications: CCNA, CCNP, CCIE (written) Working on: CCIE (other bit), SCSA/SCNA
Total Posts: 72
|
|
quote: Originally posted by strikeattack
Agreed. The difference, is of course that you will probably end up with two addresses in the subnet, one for each adapter. This may or not be the desired configuration that you want.
I do understand what you are trying to do. You want to be able to account for switch failure, link failure, and NIC failure. WHAT YOU CAN DO is split the Etherchannel bundles between switch blades, so as to account for blade failure. In ther words, you run half of the cables to Blade1 and half to Blade2. This provides for blade failure, link failure, and NIC failure.
yeah, but he's running 2900s, which don't have blades 
Report this post to a moderator
|
|
12-16-01 08:56 PM
|
|
Peakey
Junior Member
Registered: Feb 2001 Location: Sydney Country: Australia State: NSW Certifications: MCSE, CCNA Working on: CCNP
Total Posts: 12
|
|
I thought i'd post a follow up just to let everyone know what i've done.
I've configured my server with an etherchannel of 6 NICs.
I then configured SWITCH-A with a 4-port etherchannel, i then configured SWITCH-B with a 2-port etherchannel.
When i do a SH ARP on either switch it tells me that to get to my server, go through the 4-port etherchannel on SWITCH-A, no probs there!!! (it appears to ignore the 2-port etherchannel, even though all 6 nics are teamed into the same etherchannel on my server)..... i then did a bit of testing, i.e. powered SWITCH-A off.... my server was still pingable... i then did a SH ARP on SWITCH-B (SWITCH-A is powered off at the moment), it tells me that to get to my server, go through SWITCH-B via the 2-port etherchannel. ccccooollll, it appears to have 'failed over' to SWITCH-B..... I then powered SWITCH-A back on, once it was alive again, SH ARP was telling me that to get to my server go through SWITCH-A (my 4-port etherchannel, my preferred method).....
Going through the reply posts, i was under the impression that this was not going to be possible, but for same strange reason (and this has to be a first), things seem to be working ok...... it appears i don't have a fully blown 6 NIC etherchannel (no probs as 4-port is sufficient), all working similtaneously, but a primary 4-port etherchannel and a 'hot standby' 2-port etherchannel.
The Compaq NIC teaming software that i'm using, doesn't seem to mind talking to 2 switches, and when my SWITCH-A fails, SWITCH-B seems quite happy to takeover the control of handling the communication to the Compaq server via the 2-port etherchannel on SWITCH-B.
I've still got a bit of testing to do, but all seems to be working quite nicely at this stage.
Go figure!?!?!?!?
Peakey
Report this post to a moderator
|
|
12-19-01 02:03 AM
|
|
|
Click here for CCNP study guides
Cisco exam notes
Forum Rules: Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON. |
|
ExamNotes forum archive
|