[c-nsp] Configuring Ethernet Channel on a Cisco 7513

Alexandra Alvarado aaaa at telconet.net
Mon Feb 14 01:27:52 EST 2005


Hello,

Thanks all for your help!

Is correct the bellow configuration?
Need I to create a port-channel iface in the switch?
No problem is I join two not sequential ports like 17 and 22 in a switch?
I use MSTP, No problem with the bellow configuration? How can I prevent a
loop caused for Ethernet channel?


Thanks

Alexandra Alvarado


Ethernet Channel Configuration
______________________________


SWITCH CATALYST 3550
====================

interface FastEthernet0/17
 description FE9/1/0_Router_7513
 switchport access vlan 2
 channel-group 1 mode on	<<======
 switchport mode access
 switchport nonegotiate
 switchport port-security
 switchport port-security violation restrict
 switchport port-security mac-address 0002.0002.0002
 ip access-group 135 in
 shutdown
 duplex full
 speed 100
 no cdp enable
 spanning-tree bpduguard enable
 spanning-tree guard root
end

interface FastEthernet0/22
 description FE9/0/0_Router_7513
 switchport access vlan 2
 channel-group 1 mode on	<<======
 switchport mode access
 switchport nonegotiate
 switchport port-security
 switchport port-security violation restrict
 switchport port-security mac-address 0001.0001.0001
 ip access-group 135 in
 duplex full
 speed 100
 no cdp enable
 spanning-tree bpduguard enable
 spanning-tree guard root
end


ROUTER CISCO 7513
=================

interface port-channel 1
 Ip address 10.0.0.1 255.0.0.0
 Ip route-cache distributed
 
interface Fastethernet 9/0/0
 no ip address
 channel-group 1
 
interface Fastethernet 9/1/0
 no ip address
 channel-group 1



-----Mensaje original-----
De: Oliver Boehmer (oboehmer) [mailto:oboehmer at cisco.com] 
Enviado el: Domingo, 13 de Febrero de 2005 03:44 a.m.
Para: Alexandra Alvarado; cisco-nsp at puck.nether.net
Asunto: RE: [c-nsp] Configuring Ethernet Channel on a Cisco 7513


> 
> I have a Cisco Router 7513 with 2 Fast Ethernet, the traffic of one
> of it is above 80% of load, that's why I need to join it with the
> second Fast Ethernet using the Ethernet Channel Configuration.
>
> I have read that the configuration in the router is like this:
>
> Interface port-channel 1
>  Ip address 10.0.0.1 255.0.0.0
>  Ip route-cache distributed
> 
> Interface Fastethernet 0/0
>  No ip address
>  Channel-group 0/1
> 
> Interface Fastethernet 1/0
>  No ip address
>  Channel-group 0/1

correct. 

> But, I want to know if is necessary to apply Ethernet channel config
> in the switch where the router is connected?, and if is necessary how
> to configure it?.  The switch is a catalyst 3550.

Yes, you need to configure the neighboring switch as well, take a look
at
http://www.cisco.com/univercd/cc/td/doc/product/lan/c3550/1214ea1/3550sc
g/swethchl.htm.
Please make sure to configure the switch with "mode on" (i.e. disable
PAgP/LACP) via "channel-group 1 mode on" since the router does not
support PAgP/LACP..

	oli




More information about the cisco-nsp mailing list