NICs Bonding Modes

The Characteristics of the bonded NICs come under the type of bonding modes adopted, so generally, we specify two and three modes of the object of the bonding NICs.

  • Mode=0 (Round-robin) It’s a kind of default mode. In round-robin mode, packets are sent and received in order from the first available slave to his last slave.
  • Mode=1 (Active-backup) – So that Only one slave is active while another is sleeping. This standby NIC becomes active when the active NIC fails. Assuming there are N* interfaces, the resource utilization is 1/N.
  • Mode=2 XOR(exclusive-or) – By this mode, XOR the source and destination MAC addresses are multiplied by the modulo port interface number.
  • Mode=3 (Broadcast) – So in this mode, all packets are sent to all slave interfaces at the expense of resource usage. Usually used for a specific purpose. B. The financial industry requires a highly reliable network etc. 

So in this article for creating the Interface(NICs) basically we will use the mode=1 active-backup 

Note: One NICs Bonding interface can only specify one mode at a time.

Interface (NICs) Bonding in Linux using nmcli

A network interface card (NIC) is a hardware component that connects computers over a network. This is a circuit board attached to your computer that provides a dedicated network connection for your computer. Also called a network interface controller, network adapter, or LAN adapter. A NIC provides a computer with a dedicated, permanent connection to a network. Implements the physical layer circuitry required to communicate using data link layer standards such as Ethernet.

Similar Reads

Interface(NICs)

(NIC) Network Interface Cards are a useful technique for configuring groupings of physical network users to improve the performance and redundancy of network systems....

NIC Bonding

In the Linux operating system, NIC bonding refers to the process of combining multiple network interfaces into a single logical “connected” interface. That is, two or more NICs are combined and connected to function as one. Note that one of the requirements for configuring bonding is to have a network switch that supports EtherChannel (almost all switches do)....

NICs Bonding Modes

The Characteristics of the bonded NICs come under the type of bonding modes adopted, so generally, we specify two and three modes of the object of the bonding NICs....

NICs Using nmcli

So, as we know that nmcli is a widely used Linux command to create Interface(NICs). In Linux, the nmcli is a command line that is mostly used for controlling (maintaining) the Network Manager. nmcli command is also used to display the network devices....

Block Diagram of Interface(NICs)

figure- Network Interface Configuration...

Interface (NICs) Bonding Stepwise Implementation

Before beginning, you must first install the VirtualBox or VMware and configure the virtual machines following....

Creating Team Interface

Step 1:  Logged as root server via ssh...