You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/bonding-multiple-network-interfaces-to-single-interface.adoc
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ ifndef::ibm-z-kvm[]
47
47
= Bonding multiple network interfaces to a single interface
48
48
49
49
[role="_abstract"]
50
-
As an optional task, you can bond multiple network interfaces to a single interface by using the `bond=` option. By completing this task, you can eliminate a single point of failure for your network environment.
50
+
As an optional task, you can bond multiple network interfaces to a single interface by using the `bond=` option.
51
51
52
52
The following example demonstrates editing the `/etc/config/network` file and specifying the following syntax for bonding multiple network interfaces to a single interface:
53
53
@@ -67,7 +67,6 @@ When you create a bonded interface using the `bond=` command, you must specify h
Always set the `fail_over_mac=1` option in active-backup mode to avoid problems when shared OSA/RoCE cards are used.
89
+
{ibm-z-title} supports value `1` for the `fail_over_mac` parameter, so always set the `fail_over_mac=1` option in active-backup mode to avoid problems when shared OSA/RoCE cards are used.
Copy file name to clipboardExpand all lines: modules/bonding-multiple-sriov-network-interfaces-to-dual-port.adoc
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,10 +47,10 @@ endif::ibm-z,ibm-z-kvm[]
47
47
48
48
[role="_abstract"]
49
49
ifndef::ibm-z,ibm-z-kvm[]
50
-
You can bond multiple SR-IOV network interfaces to a dual port NIC interface by using the `bond=` option. This task provides high availability capabilities to your network by preventing a single physical port from becoming a single point of failure. Ensure you apply the procedure tasks to each node.
50
+
You can bond multiple SR-IOV network interfaces to a dual port NIC interface by using the `bond=` option. Ensure you apply the procedure tasks to each node.
51
51
endif::ibm-z,ibm-z-kvm[]
52
52
ifdef::ibm-z,ibm-z-kvm[]
53
-
You can use network teaming as an alternative to bonding by using the `team=` parameter. Consider this task for servers that need highly customizable network logic and better performance in virtualized or high-traffic environments.
53
+
You can use network teaming as an alternative to bonding by using the `team=` parameter.
54
54
endif::ibm-z,ibm-z-kvm[]
55
55
56
56
.Procedure
@@ -78,7 +78,9 @@ The following examples illustrate the syntax you must use:
78
78
[source,terminal]
79
79
----
80
80
bond=bond0:eno1f0,eno2f0:mode=active-backup
81
-
ip=bond0:dhcp
81
+
ip=bond0:dhcp::AA:BB:CC:DD:EE:FF
82
+
ip=eno1f0:none::AA:BB:CC:DD:EE:FF
83
+
ip=eno2f0:none::AA:BB:CC:DD:EE:FF
82
84
----
83
85
+
84
86
** To configure the bonded interface to use a static IP address, enter the specific IP address you want and related information. For example:
0 commit comments