Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LACP LAGs to Brocade ICX (FastIron v8)

Brand new UTM220s with version 9.

I created a dynamic LACP with 2 ports and it's up.  I used the default LACP timeout settings (slow is long, fast is short).  Here's information from the Brocade LACP guide:

LACP Long timeout:             120, default: 120
LACP Short timeout:            3, default: 3

If you specify neither long nor short, the state machine operates based on the standard IEEE specification as its default behavior. The original IEEE specification says that the state machine starts with short the timeout and moves to the long timeout after the LAG is established. However, sometimes a vendor’s implementation always uses either the short timeout or the long timeout without changing the timeout. Brocade provides this command so that you can configure Brocade devices to interoperate with other vendor’s devices.

I used the default.  Should I have hard set short or long?  When I check the LACP status from the Brocade CLI it says it's up and using long.

Also, I'm setting up a pair of UTM220s as Active-Passive or Active-Standby.  I will be plugging in 2 ports (eth4,eth5) from each UTM to the core switch.  On the core switch, should I create two different LACP bundles, one bundle to each UTM220?  Or should I create a single bundle out of all 4?  It seems to make sense you should setup a separate bundle to each UTM, but the UTM documentation is worded confusing.

If it matters, here are my commands:
lag lag-utm01 dynamic id 1
 ports ethernet 1/1/47 eth 1/1/48 
 primary-port 1/1/47
 deploy
vlan 40
 tagged ethernet 1/1/47

lag lag-utm02 dynamic id 2
 ports ethernet 4/1/47 eth 4/1/48 
 primary-port 4/1/47
 deploy
vlan 40
 tagged ethernet 4/1/47


This thread was automatically locked due to age.
Parents Reply Children
  • Thanks!  what about the LACP timeouts?

    do you manually configure cisco catalyst or nexus with slow or fast timeouts when creating LACP to UTM?  it looks like cisco defaults to slow.

    Using the default, my UTM is up and shows bundled with Long/slow timeouts.  Should I just ignore this setting?  seems like I saw in previously threads that ASG/UTM LAG only supported fast.