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
= Example: Bonds and SR-IOV dual-nic node network configuration
7
+
= Example: Bonds and SR-IOV dual-NIC node network configuration
8
8
9
-
The following `agent-config.yaml` file is an example of a manifest for dual port NIC with a bond and SR-IOV interfaces:
9
+
The following `agent-config.yaml` file is an example of a manifest for dual port network interface controller (NIC) with a bond and SR-IOV interfaces:
10
10
11
11
[source,yaml]
12
12
----
@@ -98,7 +98,7 @@ hosts:
98
98
next-hop-interface: bond0 <14>
99
99
table-id: 254
100
100
----
101
-
<1> The `networkConfig` field contains information about the network configuration of the host, with subfields including `interfaces`,`dns-resolver`, and `routes`.
101
+
<1> The `networkConfig` field includes information about the network configuration of the host, with subfields including `interfaces`,`dns-resolver`, and `routes`.
102
102
<2> The `interfaces` field is an array of network interfaces defined for the host.
103
103
<3> The name of the interface.
104
104
<4> The type of interface. This example creates an ethernet interface.
@@ -110,7 +110,7 @@ hosts:
110
110
* This value must be less than or equal to the maximum transmission rate.
111
111
* Intel NICs do not support the `min-tx-rate` parameter. For more information, see link:https://bugzilla.redhat.com/show_bug.cgi?id=1772847[*BZ#1772847*].
112
112
<10> Sets a maximum transmission rate, in Mbps, for the VF. This sample value sets a rate of 200 Mbps.
113
-
<11> Sets the desired bond mode.
114
-
<12> Sets the preferred port of the bonding interface. The primary device is the first of the bonding interfaces to be used and is not abandoned unless it fails. This setting is particularly useful when one NIC in the bonding interface is faster and, therefore, able to handle a bigger load. This setting is only valid when the bonding interface is in `active-backup` mode (mode 1) and `balance-tlb` (mode 5).
113
+
<11> Sets the needed bond mode.
114
+
<12> Sets the preferred port of the bonding interface. The primary device is the first of the bonding interfaces to be used and is not abandoned unless it fails. This setting is particularly useful when one NIC in the bonding interface is faster and, therefore, able to handle a bigger load. This setting is only valid when the bonding interface is in `active-backup` mode (mode 1).
115
115
<13> Sets a static IP address for the bond interface. This is the node IP address.
116
116
<14> Sets `bond0` as the gateway for the default route.
= Configuring host network interfaces for dualport NIC
7
+
= Configuring host network interfaces for dual-port NIC
8
8
9
-
Before installation, you can set the `networkConfig` configuration setting in the `install-config.yaml` file to configure host network interfaces by using NMState to support dualport NIC.
9
+
Before installation, you can set the `networkConfig` configuration setting in the `install-config.yaml` file to configure host network interfaces by using NMState to support dual-port network interface controller (NIC).
10
10
11
11
{VirtProductName} only supports the following bond modes:
12
12
@@ -131,8 +131,8 @@ Errors in the YAML syntax might result in a failure to apply the network configu
131
131
* This value must be less than or equal to the maximum transmission rate.
132
132
* Intel NICs do not support the `min-tx-rate` parameter. For more information, see link:https://bugzilla.redhat.com/show_bug.cgi?id=1772847[*BZ#1772847*].
133
133
<10> Sets a maximum transmission rate, in Mbps, for the VF. This sample value sets a rate of 200 Mbps.
134
-
<11> Sets the desired bond mode.
135
-
<12> Sets the preferred port of the bonding interface. The bond uses the primary device as the first device of the bonding interfaces. The bond does not abandon the primary device interface unless it fails. This setting is particularly useful when one NIC in the bonding interface is faster and, therefore, able to handle a bigger load. This setting is only valid when the bonding interface is in active-backup mode (mode 1) and balance-tlb (mode 5).
134
+
<11> Sets the needed bond mode.
135
+
<12> Sets the preferred port of the bonding interface. The bond uses the primary device as the first device of the bonding interfaces. The bond does not abandon the primary device interface unless it fails. This setting is particularly useful when one NIC in the bonding interface is faster and, therefore, able to handle a bigger load. This setting is only valid when the bonding interface is in active-backup mode (mode 1).
136
136
<13> Sets a static IP address for the bond interface. This is the node IP address.
137
137
<14> Sets `bond0` as the gateway for the default route.
0 commit comments