ubuntu20.04 链路聚合的shell脚本

链路聚合,就是将两个网口的功能合并,比如eth0和eth1两个网口,合并之后,本来只有使用eth0才能实现的功能,使用eth1后也可以,他们的网速也会变成eth0的网速+eth1的网速;

#!/bin/bash
name=/etc/netplan/01-network-manager-all.yaml
#ip_netmask=$(grep addresses $name | grep /)
#gateway4=$(grep gateway4:$name)
bond=$(cat $name | grep "bonds")
bond_status=$?
#echo $bond_status
dhcp4=$(cat $name | grep "ethernets" -A 2 | grep "dhcp")
ip_netmask=$(cat $name | grepaddress | grep /)
gateway4=$(cat $name | grep gateway4)
gat_addresses=$(cat $name | grep "nameservers" -A 1 | grep "addresses")

name_1=$(cat $name | grep "interfaces" -A 1 | grep "-" | cut -d "-" -f  2 | cut -d " " -f 2)
name_2=$(cat $name | grep "parameters" -B 1 | grep "-" | cut -d "-" -f  2 | cut -d " " -f 2)
echo $name_1
echo $name_2

if [[ $name_1 = eno1 ]] && [[ $name_2 =
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值