Installation manual
 AVT GigE Cameras Installation Manual V1.0.1
44
Implementing link aggregation
– Select team type: Static Link Aggregation 
click Next
This configures the team and a new adapter appears in the Network Connections 
window. 
[Linux]
Link Aggregation is referred to as bonding in Linux. The following instructions 
are for Ubuntu Linux 10.04 or newer.
– Download ifenslave module
– Terminal: sudo apt-get install 
ifenslave
– Terminal: ifconfig
– Note eth#'s of NICs to be bonded
– Terminal: 
sudo gedit /etc/network/interfaces
– Add/edit:
auto bond0
iface bond0 inet static
address 169.254.100.101
netmask 255.255.0.0
bond-slaves eth6 eth7
bond_mode 0
mtu 8228
where, eth6 and eth7 are the 
NICs to be bonded. 
 Figure 35: Team wizard team type selection
Note
The newly formed team adapter can be managed 
using automatic IP configuration or fixed IP using 
instructions provided in Modify Ethernet adapter IP 
address on page 17. 
www
For full installation instructions on Ubuntu, see: 
https://help.ubuntu.com/community/UbuntuBonding
https://help.ubuntu.com/community/LinkAggregation
Figure 36: Interfaces file for bonding










