1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00
2023-11-07 15:05:21 +00:00

35 lines
2.9 KiB
ReStructuredText

.. code-block:: json
{ "interfaces": { "lag": [] } }
+-----------------------------------+----------------------------------------------------------------------+
| Attribute | Description |
+===================================+======================================================================+
| **interface** | | LAG interface name (e.g. lag0, ...). |
+-----------------------------------+----------------------------------------------------------------------+
| **lacp** | | Enable LACP. |
| | | Default: false |
+-----------------------------------+----------------------------------------------------------------------+
| **lacp-timeout-short** | | Enable LACP short timeout (3x1s) |
| | | Default: false (3x30s) |
+-----------------------------------+----------------------------------------------------------------------+
| **lacp-system-priority** | | LACP system priority. |
| | | Default: 32768 |
+-----------------------------------+----------------------------------------------------------------------+
| **lacp-system-id** | | LACP system identifier |
| | | Default: 02:ff:ff:ff:ff:00 |
+-----------------------------------+----------------------------------------------------------------------+
| **lacp-min-active-links** | | Define the minimum number of active links. |
| | | Default: 0 |
+-----------------------------------+----------------------------------------------------------------------+
| **lacp-max-active-links** | | Limit the maximum number of active links. |
| | | Default: 255 |
+-----------------------------------+----------------------------------------------------------------------+
| **mac** | | LAG interface MAC address. |
| | | Default: 02:ff:ff:ff:ff:<interface-id> |
+-----------------------------------+----------------------------------------------------------------------+
.. note::
Multithreaded TX is not supported for LAG member interfaces!