标签:ifstat 流量 show stat master 交换机 iperf bond 配置网卡
配置Linux bond配置: 配置网卡eth0使用的命令如下: cat /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 BOOTPROTO=none ONBOOT=yes USERCTL=no MASTER=bond0 SLAVE=yes 配置网卡eth1使用的命令如下: cat /etc/sysconfig/network-scripts/ifcfg-eth1 DEVICE=eth1 BOOTPROTO=none ONBOOT=yes USERCTL=no MASTER=bond0 SLAVE=yes 配置bond0使用的命令如下: DEVICE=bond0 IPADDR=192.168.1.2 NETMASK=255.255.255.0 GATEWAY=192.168.1.1 ONBOOT=yes TYPE=Ethernet BOOTPROTO=static BONDING_OPTS="mammon=100 mode=4" 重启网卡生效
交换机确认: show etherchannel summary 服务器确认: ethtool bond0 cat /proc/net/bonding/bond0 测试bonding流量压力测试用iPerf工具 ifstat -b
标签:ifstat 流量 show stat master 交换机 iperf bond 配置网卡
原文地址:http://www.cnblogs.com/vincent-liang/p/6711336.html