LACP configuration settings

Task Command Example

Setting the LACP mode to active or passive.

lacp mode {active | passive}

switch(config-lag-if)# lacp mode active

Setting the LACP mode to off.

no lacp mode {active | passive}

switch(config-lag-if)# no lacp mode active

Setting the hash type.

For 8400 series switches:

lacp hash [l2-src-dst | l3-src-dst | l4-src-dst]

For 832x series switches:

hash [l2-src-dst | l3-src-dst]

For 8400 series switches:

switch(config)# lacp hash l2-src-dst

For 832x series switches:

switch(config-lag-if)# hash l2-src-dst

Setting the LACP rate to fast.

lacp rate fast

switch(config)# interface lag 1

switch(config-lag-if)# lacp rate fast

Setting the LACP rate to slow.

lacp rate slow

switch(config)# interface lag 1

switch(config-lag-if)# lacp rate slow

Applying shutdown on the LAG port.

shutdown

switch(config)# interface lag 1

switch(config-lag-if)# shutdown

Resetting every interface in the LAG to the default (up)

no shutdown

switch(config-lag-if)# no shutdown