[72842] in North American Network Operators' Group

home help back first fref pref prev next nref lref last post

COnfiguration Suggestion - Etherchannel

daemon@ATHENA.MIT.EDU (Richard J. Sears)
Tue Jul 27 22:29:12 2004

Date: Tue, 27 Jul 2004 19:23:29 -0700
From: "Richard J. Sears" <rsears@adnc.com>
To: Nanog <nanog@nanog.org>
Errors-To: owner-nanog-outgoing@merit.edu


Hey Everyone,

I am building out a  customer that needs more than 1000Mbps of sustained
bandwidth. Because of the customer equipment, etherchannel was suggested
as the means to do this (it is compatible with this customers equipment).

I am running a 6509 with Dual SUP720's in IOS mode only (no cat software).

It was pointed out that there are really two different ways to configure
the switch - I guess my question is which is the best (lowest overhead,
etc)? Hopefully someone out there has been down this road before.

TIA

Two methods:

!
interface Port-channel2
 no ip address
 switchport
 switchport access vlan 10
 switchport mode access
!
interface GigabitEthernet7/1
 no ip address
 switchport
 switchport access vlan 10
 switchport mode access
 channel-group 2 mode on
!
interface GigabitEthernet8/1
 no ip address
 switchport
 switchport access vlan 10
 switchport mode access
 channel-group 2 mode on
!
interface Vlan10
 description Customer_Name
 ip address 192.168.0.1 255.255.0.0
 no ip redirects
 no ip unreachables
!



And then there is this way:



!
interface Port-channel2
description Customer_Name
ip address 192.168.0.1 255.255.0.0
 no ip redirects
 no ip unreachables
!
interface GigabitEthernet7/1
 description Customer_Name EtherChannel Interface #1
 no ip address
 channel-group 2 mode on
!
interface GigabitEthernet8/1
 description Customer_Name EtherChannel Interface #2
 no ip address
 channel-group 2 mode on
!


******************************************
Richard J. Sears
Vice President         
American Digital Network                          
----------------------------------------------------
rsears@adnc.com
http://www.adnc.com
----------------------------------------------------
858.576.4272 - Phone
858.427.2401 - Fax
----------------------------------------------------

I fly because it releases my mind 
from the tyranny of petty things . . 


"Work like you don't need the money, love like you've
never been hurt and dance like you do when nobody's
watching."


home help back first fref pref prev next nref lref last post