Sir:
There is no bonding option in OMU portal interface, you can configure the parameters below:
for example: bonding the eth1 and eth2
1.Login the softVCN server(root/Huawei12#$);
2.edit file: command:vi /etc/sysconfig/network/ifcfg-bond0
device='bond0'
BOOTPROTO='static'
BROADCAST='10.10.2.255'
IPADDR='10.10.2.190'
NETMASK='255.255.255.0'
STARTMODE='onboot'
BONDING_MASTER=yes
BONDING_SLAVE_0='eth1'
BONDING_SLAVE_1='eth2'
BONDING_MODULE_OPTS='miimon=200 mode=1'
3.edit eht1:command: vi /etc/sysconfig/network/ifcfg-eth1
DEVICE='eth1'
BOOTPROTO='static'
STARTMODE='onboot'
4.edit eht2:command:vi /etc/sysconfig/network/ifcfg-eth2
DEVICE='eth2'
BOOTPROTO='static'
STARTMODE='onboot'
5.edit route gateway:command: vi /etc/sysconfig/network/routes
default 10.10.2.1
6.restart network card,command:systemctl restart network