nmcli connection add type bond con-name bond0 ifname bond0 bond.options "mode=active-backup,miimon=1000"
nmcli connection add type ethernet port-type bond con-name bond0-port1 ifname eno1 controller bond0
nmcli connection add type ethernet port-type bond con-name bond0-port2 ifname eno2 controller bond0
nmcli connection add type vlan con-name VLAN673 dev eno8 id 673
nmcli connection add type bridge con-name baremetal ifname baremetal
nmcli connection add type bridge-slave con-name VLAN673-baremetal ifname eno8.673 master baremetal
nmcli connection modify baremetal ipv4.addresses 192.168.10.1/24 ipv4.method manual
nmcli connection up baremetal
nmcli connection up VLAN673-baremetal