On 23/12/08 4:52 AM, Stuart Morgan wrote:
Hi all,

Does anyone known if trunk(4) supports Cisco Etherchannel?

I have a 3500XL with the following port configuration:

interface FastEthernet0/22
port group 1
switchport trunk encapsulation dot1q
switchport mode trunk
interface FastEthernet0/24
port group 1
switchport trunk encapsulation dot1q
switchport mode trunk
!


[snip]

Any advice would be appreciated!

Stu


Hi

I'm not sure that Etherchannel is supported, however LACP works on a channel-group:

interface FastEthernet0/22
 switchport trunk encapsulation dot1q
 switchport mode trunk
 channel-group 1 mode active
 channel-protocol lacp

interface FastEthernet0/24
 switchport trunk encapsulation dot1q
 switchport mode trunk
 channel-group 1 mode active
 channel-protocol lacp


N.

Reply via email to