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.
|
hash [l2-src-dst | l3-src-dst]
|
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
|