Local Loopback Disable

NVIDIA MLNX_EN Documentation v23.10-2.1.3.1-201 LTS Download PDF

Local Loopback Disable feature allows users to force the disablement of local loopback on the virtual port (vport). This disables both unicast and multicast loopback in the hardware.

Procedure_Heading_Icon-version-1-modificationdate-1717697175218-api-v2.PNG

To enable Local Loopback Disable, run the following command:

Copy
Copied!
            

echo 1 > /sys/class/net/<ifname>/settings/force_local_lb_disable"

To disable Local Loopback Disable, run the following command:

Procedure_Heading_Icon-version-1-modificationdate-1717697175218-api-v2.PNG

Copy
Copied!
            

echo 0 > /sys/class/net/<ifname>/settings/force_local_lb_disable"

Note

When turned off, the driver configures the loopback mode according to its own logic.

© Copyright 2024, NVIDIA. Last updated on Jun 6, 2024.