fmadio / public

fmadio issue tracking
MIT License
8 stars 3 forks source link

Management port support LACP #307

Closed fmadio closed 5 years ago

fmadio commented 5 years ago

Reference documentation

https://developer.rackspace.com/blog/lacp-bonding-and-linux-configuration/

fmadio commented 5 years ago

use bonding mode 4 (802.3ad)

fmadio commented 5 years ago

direct interface setup https://www.kernel.org/doc/Documentation/networking/bonding.txt

fmadio commented 5 years ago

set mode root@fmadio20v2-149:/sys/devices/virtual/net/bond0/bonding# echo "802.3ad" > mode

add slaves root@fmadio20v2-149:/sys/devices/virtual/net/bond0/bonding# echo +man11 > slaves

fmadio commented 5 years ago

Configuration setting as following

["bond0"] = { ["Mode"] = "bond", ["Address"] = "192.168.15.80", ["Netmask"] = "255.255.255.0", ["Gateway"] = "", ["DNS0"] = "", ["DNS1"] = "", ["Speed"] = "10g", ["Slave"] = "phy10 phy11", },

fmadio commented 5 years ago

Released FW:6139