美文网首页
centos nic bond

centos nic bond

作者: cloudFans | 来源:发表于2020-09-16 10:41 被阅读0次

    case 2 nics bond 10Gb/s

    [root@ceph01 network-scripts]# cat ifcfg-p5p1
    DEVICETYPE=TeamPort
    NAME=p5p1
    DEVICE=p5p1
    ONBOOT=yes
    TEAM_MASTER=team_port0
    [root@ceph01 network-scripts]# cat ifcfg-p5p2
    DEVICETYPE=TeamPort
    NAME=p5p2
    DEVICE=p5p2
    ONBOOT=yes
    TEAM_MASTER=team_port0
    [root@ceph01 network-scripts]# cat ifcfg-team_port0
    DEVICETYPE=Team
    NAME=team_port0
    DEVICE=team_port0
    ONBOOT=yes
    BOOTPROTO=none
    IPADDR=10.30.251.1
    NETMASK=255.255.0.0
    TEAM_CONFIG='{"runner": {"name": "loadbalance"}}'

    loadbalance ~~ 10Gb/s(iperf test 8-9)

    roundrobin ~~ 2Gb/s (iperf test 1-2)

    感觉应该也有backup模式。

    相关文章

      网友评论

          本文标题:centos nic bond

          本文链接:https://www.haomeiwen.com/subject/lsafyktx.html