< Home

lacp force-forward

Function

The lacp force-forward command configures an Eth-Trunk member interface in Up state to forward data packets when the remote interface does not join the Eth-Trunk.

The undo lacp force-forward command restores the default setting.

By default, an Eth-Trunk member interface in Up state cannot forward data packets when the remote interface does not join the Eth-Trunk.

Format

lacp force-forward

undo lacp force-forward

Parameters

None

Views

Eth-Trunk interface view

Default Level

2: Configuration level

Usage Guidelines

Usage Scenario

Figure 1 A switch directly connects to a server
In Figure 1, two interfaces of two network adapters on a server are directly connected to a switch. The switch is configured with an Eth-Trunk in LACP mode. The process on the server is as follows:
  1. The server configures an IP address for Interface1 based the default configuration during startup, and sends a request to the remote file server through Interface1 and downloads the configuration file from the remote file server.
  2. After the configuration file is downloaded successfully, the server aggregates two interfaces according to the configuration file. The server uses the two interfaces as Eth-Trunk member interfaces to perform LACP negotiation with the switch.
Before the server obtains the configuration file, Interface1 is an independent physical interface and is not configured with LACP. As a result, LACP negotiation on the switch interface fails. The switch does not forward traffic on the Eth-Trunk, and the server cannot download the configuration file through Interface1. In this case, the server cannot communicate with the switch.

To address this issue, run the lacp force-forward command on the Eth-Trunk of the switch. The Eth-Trunk member interface in Up state can still forward data packets even though the remote device is not enabled with LACP.

Prerequisites

The Eth-Trunk has been configured to work in LACP mode by using the mode lacp command.

Precautions

  • When this command is used, Layer 3 forwarding is not supported but the member interface in ForceFwd state can forward Layer 2 traffic. The ForceFwd state is automatically set when LACP negotiation fails, and cannot be changed manually. You can use the display eth-trunk command to check the value of the Status field.
  • This command applies to only the scenario where an Eth-Trunk joins a VLAN as an access, hybrid, trunk, and dot1q-tunnel interfaces.
  • When a spanning tree protocol (for example, STP, RSTP, or MSTP) is used, the member interface in ForceFwd state cannot be blocked. That is, the member interface in ForceFwd state can continue to forward data packets. When other loop prevention protocols such as ERPS and RRPP are used, the member interface in ForceFwd state can be blocked. The blocked member interface in ForceFwd state cannot forward data packets.
  • This command cannot be used with E-Trunk. That is, this command cannot be used on the Eth-Trunk that joins an E-Trunk.
  • This command cannot be used with max active-linknumber or least active-linknumber.

Example

# Configure an Eth-Trunk member interface in Up state to forward data packets when the remote interface does not join the Eth-Trunk.

<HUAWEI> system-view
[HUAWEI] interface eth-trunk 1
[HUAWEI-Eth-Trunk1] mode lacp
[HUAWEI-Eth-Trunk1] lacp force-forward
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >