diff options
author | fett0 <fernando.gmaidana@gmail.com> | 2024-05-11 14:38:08 -0300 |
---|---|---|
committer | fett0 <fernando.gmaidana@gmail.com> | 2024-05-11 14:38:08 -0300 |
commit | d67ef4144f73f007fe86101344ab6f367f0ef0ca (patch) | |
tree | aed35bf26433a82992c7c92f83cb7e94dc1b717b /docs/configuration/interfaces/bonding.rst | |
parent | 40fa9d8bfc9015e25cb84f7806f050d331bd6d39 (diff) | |
download | vyos-documentation-d67ef4144f73f007fe86101344ab6f367f0ef0ca.tar.gz vyos-documentation-d67ef4144f73f007fe86101344ab6f367f0ef0ca.zip |
Bond: T6303: add system mac documentation
Diffstat (limited to 'docs/configuration/interfaces/bonding.rst')
-rw-r--r-- | docs/configuration/interfaces/bonding.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration/interfaces/bonding.rst b/docs/configuration/interfaces/bonding.rst index 3c8ebd0d..a22d3ccb 100644 --- a/docs/configuration/interfaces/bonding.rst +++ b/docs/configuration/interfaces/bonding.rst @@ -156,6 +156,11 @@ Bond options The default value is slow. +.. cfgcmd:: set interfaces bonding <interface> system-mac <mac address> + + This option allow to specifies the 802.3ad system MAC address.You can set a + random mac-address that can be used for these LACPDU exchanges. + .. cfgcmd:: set interfaces bonding <interface> hash-policy <policy> * **layer2** - Uses XOR of hardware MAC addresses and packet type ID field |