Você precisará de Agregação de portas nas portas do switch (as duas portas do switch de acesso que estão conectadas às portas de 2 gigabits da sua máquina precisam ser agregadas). Mas, uma vez que isso seja alcançado, você deve estar se aproximando de um caminho de 2 Gbps (limitado pelas capacidades da máquina).
Com a agregação de porta no switch correspondente à porta lógica de 2 Gbps do driver de ligação, você estaria usando um caminho redundante multiplexado com apenas um endereço IP na máquina.
Há algumas anotações interessantes que encontrei agora, aqui .
There is a dark side to this wonderful feature of the Linux bonding driver–it only works with network interfaces that allow the MAC address to be changed when the interface is open. The balance-alb mode depends on swift ARP trickery to fool the kernel into thinking the two physical interfaces are one by rewriting the MAC address on the fly. So the driver for the interface must support this, and many of them don't.
But that's not all the bonding driver can do. The mode option gives you seven choices, and you don't have to worry about interface compatibility. However you do need to consider what your switches support. The balance-rr, balance-xor and broadcast modes need switch ports grouped together. This goes by all sorts of different names, so look for "trunk grouping", "etherchannel", "port aggregation", or some such. 802.3ad requires 802.3ad support in the switch.