Forum Discussion

gannu_31427's avatar
gannu_31427
Icon for Nimbostratus rankNimbostratus
Jan 07, 2013

LACP portchannel configuration

my configuration look like this

 

 

switch configuration

 

----------------------------------

 

interface Port-channelX

 

switchport

 

switchport trunk allowed vlan XX

 

switchport mode trunk

 

logging event link-status

 

load-interval 60

 

-------------------------------

 

interface GigabitEthernet2/11

 

switchport trunk allowed vlan xx

 

switchport mode trunk

 

channel-protocol lacp

 

channel-group 3 mode active

 

------------------------------------------

 

interface GigabitEthernet2/12

 

switchport trunk allowed vlan xx

 

switchport mode trunk

 

channel-protocol lacp

 

channel-group 3 mode active

 

 

F5 configuration

 

------------------------------

 

 

LACP - enabled

 

Mode- Active

 

Timeout- short

 

link selection : auto

 

Frame Distribution Hash : Destination Mac address

 

interfaces: 1.1 and 1.2 are avaialble

 

 

 

-------------------------------------------------------------------------

 

 

still i couldnt ping the VLAN XX from F5, What could be the reason?

 

 

 

 

3 Replies

  • Hi gannu,

     

     

    Try changing your LCAP Timeout to Long and see if the pair comes up and works properly.

     

     

    Long: Specifies that the system sends an LACP control packet every 30 seconds.

     

    Short: Specifies that the system sends an LACP control packet every 1 seconds.
  • would you mind also showing vlan configuration on bigip?

     

     

    tmsh list net vlan
  • Dear All,

     

    I also config LACP with Juniper SRX. Do you have steps to config this?

     

    Thanks and best regards, SunnyNguyen