07-14-2005 02:33 PM - edited 03-02-2019 11:23 PM
This EtherChannel config is for the same channel group 1:
interface Port-channel1
description to 6509-Core-A P1
ip address x.x.x.x y.y.y.y
ip route-cache flow
!
interface GigabitEthernet1/1
description to 6509-Core-A T1/1 (P1)
no ip address
ip route-cache flow
channel-group 1 mode desirable
!
interface GigabitEthernet2/1
description to 6509-Core-A T2/1 (P1)
no ip address
ip route-cache flow
channel-group 1 mode desirable
Questions :
1/ same config on 6509 for either doing EtherChannel to switch 3548 or 2950 ?
2/ do we have the same configs on floor switches ?
Thanks in advance.
07-14-2005 04:37 PM
1) Yes... Just use a different channel-group number
2)You are using a L3 port channel on the 6500. Not all switches support layer 3 interfaces(example 2950/3548 does not). So with these switches you will need to configure layer 2 etherchannels.
07-14-2005 04:56 PM
Our 2950/3548 switches are layer 2 so please help with sample config for layer 2 etherchannels Thank you very much.
07-14-2005 05:26 PM
The following tech tip should help you
07-17-2005 04:15 PM
Sir,
I have a last question: in "int port channel", do I need to specify ip address ? thanks.
netman2k5
07-18-2005 12:00 PM
here is my configs, please give some comments:
This EtherChannel config is for the same channel group 1 on 6509 switch - IOS:
interface Port-channel1
description to 6509-Core
ip address x.x.x.x y.y.y.y
ip route-cache flow
!
interface GigabitEthernet1/1
description to 6509-Core
no ip address
switchport
switchport mode trunk
switchport trunk encapsulation dot1q
channel-group 1 mode desirable
!
interface GigabitEthernet2/1
description to 6509-Core
no ip address
switchport
switchport mode trunk
switchport trunk encapsulation dot1q
channel-group 1 mode desirable
config Etherchannel on 2950 switches (version 12.1)
interface Port-channel1
switchport mode trunk
interface FastEthernet0/2
switchport mode trunk
channel-group 1 mode desirable
interface FastEthernet0/3
switchport mode trunk
channel-group 1 mode desirable
configure Etherchannel on 3548XL switches (version 12.0) :
interface FastEthernet0/1
port group 1
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface FastEthernet0/2
port group 1
switchport trunk encapsulation dot1q
switchport mode trunk
!
Thanks a lot.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide