root@hv01:/etc/network# cat interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
auto enp67s0f0
iface enp67s0f0 inet manual
auto enp67s0f1
iface enp67s0f1 inet manual
mtu 9000
auto enp68s0f0
iface enp68s0f0 inet manual
auto enp68s0f1
iface enp68s0f1 inet manual
mtu 9000
auto cephnet
iface cephnet inet static
address xxx.xxx.xxx.xxx
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_mtu 9000
ovs_options tag=300
auto bond0
iface bond0 inet manual
ovs_bonds enp67s0f1 enp68s0f1
ovs_type OVSBond
ovs_bridge vmbr1
ovs_mtu 9000
ovs_options bond_mode=balance-slb lacp=active
auto bond1
iface bond1 inet manual
ovs_bonds enp67s0f0 enp68s0f0
ovs_type OVSBond
ovs_bridge vmbr2
ovs_options bond_mode=balance-slb lacp=active
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.xxx.xxx
gateway xxx.xxx.xxx.xxx
bridge-ports eno1
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
ovs_type OVSBridge
ovs_ports bond0 cephnet
ovs_mtu 9000
auto vmbr2
iface vmbr2 inet manual
ovs_type OVSBridge
ovs_ports bond1