How to configure Link Aggriation in linux 7

Link Aggriation is most for LAN card because
if your LAN card overload then you Create your
VIRTUAL LAN CARD with link aggriation.
Sometime your lan card slow down then your
Network is Slow. This is Big problem.
Link aggriation is the solution of your slow
lan card problem. In link aggriation you create
VIRTUAL LAN CARD in your pc sometime your
lan card slow down then automatic start the
virtual lan card and your network is work
properly.

open terminal and start :-

#lab teambridge setup
(create virtual LAN card)

#nmcli connection add type team con-name [team master name] ifname [interface name] config '{"runner": {"name": "active backup"}}'

example:- nmcli connection add type team con-name team0 ifname team0 config '{"runner": {"name": "active backup"}}'

(create you virtual lan card's Team Master. [team0 is team master name you replace with any name] If your LAn card is slow down then automatic start the virtual lan card)

#nmcli connection modify [team master name] ipv4.addresses '172.25.2.65/24'

example :- nmcli connection modify team0 ipv4.addresses '172.25.2.65/24'

(give ip of virtual lan card)

#nmcli connection modify [team master name] ipv4.method static

example :- nmcli connection modify team0 ipv4.method static

#systemctl restart network
#systemctl enable network
(Start service)

#nmcli connection add type team-slave con-name team0-port1 ifname eno1 master team0
(create team member [port1 is your team member name])

#teamctl [interfacename] stat

example :- teamctl team0 stat
(show Active LAN card)


you also watch my video :-

Comments

Popular Posts