首页 > 其他 > 详细

OPENVSWITCH - Playing with Bonding on Openvswitch(二)

时间:2020-05-21 19:40:16      阅读:67      评论:0      收藏:0      [点我收藏+]
[root@bogon v10]# ovs-vsctl add-bond br0 bon0 enahisic2i1 enahisic2i3 trunks=10,20
[root@bogon v10]# ovs-appctl bond/show bond0
no such bond
ovs-appctl: ovs-vswitchd: server returned an error
[root@bogon v10]# ovs-vsctl show 
153bc919-e549-4c26-bc18-8ebc22b32581
    Bridge "br0"
        Port "vlan20"
            tag: 20
            Interface "vlan20"
                type: internal
        Port "vlan10"
            tag: 10
            Interface "vlan10"
                type: internal
        Port "br0"
            Interface "br0"
                type: internal
        Port "bon0"
            trunks: [10, 20]
            Interface "enahisic2i3"
            Interface "enahisic2i1"
    ovs_version: "2.12.0"
[root@bogon v10]# ovs-vsctl del-port br0 bon0
[root@bogon v10]# ovs-vsctl show 
153bc919-e549-4c26-bc18-8ebc22b32581
    Bridge "br0"
        Port "vlan20"
            tag: 20
            Interface "vlan20"
                type: internal
        Port "vlan10"
            tag: 10
            Interface "vlan10"
                type: internal
        Port "br0"
            Interface "br0"
                type: internal
    ovs_version: "2.12.0"
[root@bogon v10]# 

 

OPENVSWITCH - Playing with Bonding on Openvswitch(二)

原文:https://www.cnblogs.com/dream397/p/12932777.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!