ocp/bond_nmcli.md
... ...
@@ -12,4 +12,15 @@ nmcli connection add type bridge-slave con-name VLAN673-baremetal ifname eno8.67
12 12
nmcli connection modify baremetal ipv4.addresses 192.168.10.1/24 ipv4.method manual
13 13
nmcli connection up baremetal
14 14
nmcli connection up VLAN673-baremetal
15
+```
16
+
17
+
18
+```
19
+nmcli connection add type vlan con-name VLAN673 dev eno8 id 673
20
+nmcli connection add type bridge con-name baremetal ifname baremetal
21
+nmcli connection add type bridge-slave con-name VLAN673-baremetal ifname eno8.673 master baremetal
22
+nmcli connection modify baremetal ipv4.addresses 192.168.10.1/24 ipv4.method manual ipv4.gateway 192.168.10.254
23
+nmcli connection up baremetal
24
+nmcli connection up VLAN673
25
+nmcli connection up VLAN673-baremetal
15 26
```
... ...
\ No newline at end of file