On my CentOS 6 box I would like to construct the following setup:
.----------------------.
| Switch |
'-=------------------=-'
| | |
| | |
.-=----.--=---.---=--.
| eth0 | eth1 | eth2 |
|-------------|------|
| mode 4 |
'--------------------'
| active-backup |
'--------------------'
NICs eth0 and eth1 are 2 10 Gbit/s NICs and currently configured as mode 4. In order to prevent network loss on their failure, I would like to add eth2 (1 Gbit/s NIC) as active-backup.
Since it is not possible to have a bond with a bond, are there other ways I can make this work? The goal is to have 1 IP among the 3 NICs and ideally keep the mode 4 bond for eth0+1.