blob: 67cd0a2bf643a1a9708603dcd944c43aeefc8c4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }}
disable-flow-control
**Disable Ethernet flow control (IEEE 802.3x pause frames) on the interface.**
Ethernet flow control, defined by the IEEE 802.3x standard, temporarily stops
data transmission to prevent packet loss during network congestion. For
example, when a sender transmits data faster than the receiver can process it.
Disabling Ethernet flow control means the interface will not signal the
connected device to pause transmission and will drop packets if overwhelmed.
Example:
.. code-block:: none
set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} disable-flow-control
|