Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Netgroup Network Teaming

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Netgroup Network Teaming is a method of aggregating multiple network cards together to achieve redundancy and improve throughput in multiple modes of operation:

Broadcast

Roundrobin

Activebackup

Loadbalance

Lacp (implements the 802.3ad Link Aggregation Control Protocol)

Create a netgroup interface nmcli con add type team con-name CNAME ifname INAME [config JSON]

CNAME connection name, INAME interface name

JSON specifies runner mode

Format:'{"runner": {"name": "METHOD"}'

METHOD can be broadcast, roundrobin

Activebackup, loadbalance, lacp

Create port interface nmcli con add type team-slave con-name CNAME ifname INAME master TEAM

CNAME connection name

INAME network interface name

TEAM network group interface name

If the connection name is not specified, it defaults to team-slaveIFACE

Nmcli dev dis INAME

Nmcli con up CNAME

INAME device name CNAME netgroup interface name or port interface

Delete a netgroup

Nmcli connection down team0

Teamdctl team0 state

Nmcli connection show

Nmcli connectioni delete team0-eth0

Nmcli connectioni delete team0-eth2

Nmcli connection show

Example 1. Create a netgroup

Create a netgroup

Join two network groups

Enable Netgroup Interfac

Check the association success

View status, working mode

2. View the generated team configuration file

Team netgroup myteam file

Team-eth0 and team-eth2 files of interfaces in team network group

Delete a network group

First disable the netgroup

Delete

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report