OcNOS-SP : Layer 2 Guide : Layer 2 Command Reference : Link Aggregation Commands : lacp force-up
lacp force-up
Use this command to make a port immediately begin forwarding packets and not wait for an LACPDU. After you execute this command, the member port is forcefully up even if LACP is not in sync (only if no other member in the aggregator is in sync).
If a force-up port stops receiving LACPDUs, the port ignores the time-out and remains in operation.
This command can be configured on one member interface of a port channel.
Note: This command can only be given after executing the channel-group mode command on an interface. Force-up mode is not supported for LACP passive mode.
Note: For MLAG, only configure a force-up port on either on the master node or the slave node to prevent traffic drops/loops.
Use the no form of this command to disable force-up mode.
Command Syntax:
lacp force-up
no lacp force-up
Parameters
None
Default
By default, LACP force-up mode is disabled.
Command Mode
Interface mode
Applicability
This command was introduced in OcNOS version 1.3.6.
Example
#configure terminal
(config)#interface xe1
(config-if)#switchport
(config-if)#channel-group 1 mode active
(config-if)#lacp force-up
(config-if)#exit
Last modified date: 07/06/2023