Created
September 13, 2019 17:06
-
-
Save kbeckmann/f6d2b6c0b0081065d2560b7c119e96a3 to your computer and use it in GitHub Desktop.
LACP port trunking with systemd-networkd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[NetDev] | |
Name=bond1 | |
Kind=bond | |
[Bond] | |
Mode=802.3ad | |
MIIMonitorSec=1s | |
LACPTransmitRate=fast | |
UpDelaySec=2s | |
DownDelaySec=8s | |
TransmitHashPolicy=layer3+4 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Match] | |
Name=bond1 | |
[Network] | |
BindCarrier=enp57s0u1 enp0s20f0u2u1 enp0s20f0u1 | |
DHCP=yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Match] | |
Name=enp0s20f0u1 | |
[Network] | |
Bond=bond1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Match] | |
Name=enp0s20f0u2u1 | |
[Network] | |
Bond=bond1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Match] | |
Name=enp57s0u1 | |
[Network] | |
Bond=bond1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment