diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-13 10:56:44 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-13 10:57:33 +0200 |
commit | ccf5338fb9424eef0412fabc57012e6e5b3fab56 (patch) | |
tree | 7f827f72eb4222fa14b8b8c16d8b171d8b939ff6 | |
parent | de18e13d3311958cf7b33fc16ba4462a93ac86d8 (diff) | |
download | vyos-documentation-ccf5338fb9424eef0412fabc57012e6e5b3fab56.tar.gz vyos-documentation-ccf5338fb9424eef0412fabc57012e6e5b3fab56.zip |
bond: add documentation for lacp-rate
(cherry picked from commit 9be325f7370d955f252f3ea46a4c5689e6dc7017)
-rw-r--r-- | docs/configuration/interfaces/bonding.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/configuration/interfaces/bonding.rst b/docs/configuration/interfaces/bonding.rst index bf7cfc2c..d19ecb59 100644 --- a/docs/configuration/interfaces/bonding.rst +++ b/docs/configuration/interfaces/bonding.rst @@ -141,6 +141,19 @@ Bond options available link, setting this option to 0 or to 1 has the exact same effect. +.. cfgcmd:: set interfaces bonding <interface> lacp-rate <slow|fast> + + Option specifying the rate in which we'll ask our link partner to transmit + LACPDU packets in 802.3ad mode. + + This option only affects 802.3ad mode. + + * slow: Request partner to transmit LACPDUs every 30 seconds + + * fast: Request partner to transmit LACPDUs every 1 second + + The default value is slow. + .. cfgcmd:: set interfaces bonding <interface> hash-policy <policy> * **layer2** - Uses XOR of hardware MAC addresses and packet type ID field |