35
b.
Set
QINQ VLAN mode
to
QINQ
and configure the port VLAN ID and VLAN priority for the
virtual NIC.
Figure 85 Configuring QinQ in NPAR mode
Configuring bonding (Linux)
This section uses RHEL 7.5 as an example to describes how to configure bonding in mode 6.
To configure bonding in mode 6:
1.
Execute the
vi
ifcfg
-
bond0
command in the
/etc/sysconfig/network-scripts/
directory to
create a configuration file for bond0 and add the following information:
BOOTPROTO=static
DEVICE=bond0
NAME=bond0
TYPE=Bond
BONDING_MASTER=yes
ONBOOT=yes
IPADDR=192.168.50.88 //Configure the interface IP address for bond0
PREFIX=24 //Configure the subnet mask
GATEWAY=
DNS=
BONDING_OPTS=”miimon=100 mode=6” //Set the detection interval to 100 ms and the
bonding mode to 6