-
Notifications
You must be signed in to change notification settings - Fork 27
bond example
Nicolas Bonnand edited this page Sep 4, 2018
·
7 revisions
In this Bond chapter, we're going to implement this topology:
- 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. )
© 2018 Nicolas Bonnand, licensed under the Apache License, Version 2.0