Re: Etherchannels modes

From: MADMAN (dmadlan@qwest.com)
Date: Tue May 11 2004 - 16:41:04 GMT-3


David Hurtado wrote:

> Hello everybody,
>
> Today i was trying to configure an etherchannel in a FastEthernet using
> LACP, but i couldn't choose active or passive modes:
>
> Rack1SW1(config-if)#channel-group 1 mode ?
> auto Enable PAgP only if a PAgP device is detected
> desirable Enable PAgP unconditionally
> on Enable Etherchannel only
>
>
> They didn't appear. Could somebody tell me which could the reason?

   You IOS does not support LACP. Try using the software feature navigator.

   Here is a working config:

interface Port-channel1
  switchport trunk encapsulation dot1q
  switchport mode trunk
  no ip address
!
interface Port-channel2
  switchport trunk encapsulation dot1q
  switchport mode trunk
  no ip address

interface FastEthernet0/25
  description Chas sw1p1
  switchport trunk encapsulation dot1q
  switchport mode trunk
  no ip address
  duplex full
  speed 100
  channel-group 1 mode active
!
interface FastEthernet0/26
  description Chas sw2p1
  switchport trunk encapsulation dot1q
  switchport mode trunk
  no ip address
  duplex full
  speed 100
  channel-group 2 mode active
!

   Dave
>
> _________________________________________________________________
> Dale rienda suelta a tu tiempo libre. Encuentra mil ideas para exprimir
> tu ocio con MSN Entretenimiento. http://entretenimiento.msn.es/
>
> _______________________________________________________________________
> Please help support GroupStudy by purchasing your study materials from:
> http://shop.groupstudy.com
>
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>

-- 
David Madland
CCIE# 2016
Sr. Network Engineer
Qwest Communications
612-664-3367

"Emotion should reflect reason not guide it"



This archive was generated by hypermail 2.1.4 : Wed Jun 02 2004 - 11:12:09 GMT-3