Skip to content

Bond testing

Nicolas Bonnand edited this page Sep 5, 2018 · 20 revisions

8.4 Bond testing

8.4.1 ping from W1

bondping Let's connect to W1 container (10.0.0.1) and try to ping W2 (10.0.0.2). It works !

8.4.2 Shutting down p12b interface

bondbroken bondping Let's shut down p12b interface of bond B1.

  • a select p12b
  • b Press bondping to shutdown interface
  • c Status LEDs become RED and message displays "LINK DOWN" ( d )

We notice that pinging from W1 to W2 still works.

It is interesting to refresh plotnetcfg display: bondping As you can see, it shows that p21b link is down by changing background color of p12b and p21b.

8.4.3 Shutting down p12a interface

With p12b still being down, we are going to also shut down p12a interface. bondbroken bondping Let's shut down p12a by selecting it and pushing bondping Now both p12a and p12a are shut down.

ping from W1 to W2 doesn't work any more.

8.4.4 Reenabling p12b interface

bondbroken bondping Let's reenable p12b interface

  • a select p12b
  • b press bondping to reenable

Now ping works.

We demonstrated that through bonding, traffic can go either through veth pair p12a-p21a or veth pair p12b-p21b.

Clone this wiki locally