Merge "new statistic manager tests"
[integration/test.git] / test / csit / suites / lacp / Lacp_Feature_OF13 / h2-bond0.sh
1 modprobe bonding
2 ip link add bond0 type bond
3 ip link set bond0 address 02:01:02:03:04:09
4
5 ip link set h2-eth0 down
6 ip link set h2-eth0 address 00:00:00:00:00:22
7 ip link set h2-eth0 master bond0
8 ip link set h2-eth1 down
9 ip link set h2-eth1 address 00:00:00:00:00:23
10 ip link set h2-eth1 master bond0
11
12 ip addr add 10.1.1.2/8 dev bond0
13 ip addr del 10.0.0.2/8 dev h2-eth0
14 ip link set bond0 up
15
16 ifconfig
17
18 cat /proc/net/bonding/bond0
19