File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -207,6 +207,7 @@ nameserver=8.8.8.8
207
207
----
208
208
ifndef::ibm-z-kvm[]
209
209
210
+
210
211
[discrete]
211
212
=== Bonding multiple network interfaces to a single interface
212
213
@@ -248,6 +249,7 @@ ip=10.10.10.2::10.10.10.254:255.255.255.0:core0.example.com:bond0:none
248
249
Always set the `fail_over_mac=1` option in active-backup mode, to avoid problems when shared OSA/RoCE cards are used.
249
250
endif::ibm-z[]
250
251
252
+ ifdef::ibm-z[]
251
253
[discrete]
252
254
=== Bonding multiple network interfaces to a single interface
253
255
@@ -268,6 +270,9 @@ ip=10.10.10.2::10.10.10.254:255.255.255.0:core0.example.com:bond0.100:none
268
270
bond=bond0:em1,em2:mode=active-backup
269
271
vlan=bond0.100:bond0
270
272
----
273
+ endif::ibm-z[]
274
+
275
+ ifndef::ibm-z[]
271
276
272
277
[id="bonding-multiple-sriov-network-interfaces-to-dual-port_{context}"]
273
278
[discrete]
@@ -301,24 +306,13 @@ ip=bond0:dhcp
301
306
----
302
307
303
308
** To configure the bonded interface to use a static IP address, enter the specific IP address you want and related information. For example:
304
- ifndef::ibm-z[]
305
309
+
306
310
[source,terminal]
307
311
----
308
312
bond=bond0:eno1f0,eno2f0:mode=active-backup
309
313
ip=10.10.10.2::10.10.10.254:255.255.255.0:core0.example.com:bond0:none
310
314
----
311
315
endif::ibm-z[]
312
- ifdef::ibm-z[]
313
-
314
- [source,terminal]
315
- ----
316
- bond=bond0:eno1f0,eno2f0:mode=active-backup,fail_over_mac=1
317
- ip=10.10.10.2::10.10.10.254:255.255.255.0:core0.example.com:bond0:none
318
- ----
319
-
320
- Always set the `fail_over_mac=1` option in active-backup mode, to avoid problems when shared OSA/RoCE cards are used.
321
- endif::ibm-z[]
322
316
323
317
[discrete]
324
318
=== Using network teaming
You can’t perform that action at this time.
0 commit comments