Skip to content

bond example

Nicolas Bonnand edited this page Sep 4, 2018 · 7 revisions

8.0 Bond example

In this Bond chapter, we're going to implement this topology: diag

  • p12a - p21a is a veth pair
  • p12b - p21b is another veth pair
  • B1 is a bond port of bridge br1. Its subinterfaces are p12a and p12b
  • B2 is a bond port of bridge br2. Its subinterfaces are p21a and p21b
  • W1 is a Docker container connected to br1 through port P1
  • W2 is a Docker container connected to br2 through port P2

In this chapter, I will use veth pairs. Of course, veth pair are not a requirement for bonding. (For example, you can bond real physical interfaces of your host. )

Clone this wiki locally