ユーザ用ツール

サイト用ツール


05_network:07_openvswitch

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

05_network:07_openvswitch [2022/06/17 09:01] – 作成 matsui05_network:07_openvswitch [2022/06/17 09:24] (現在) matsui
行 40: 行 40:
 </code> </code>
  
 +
 +
 +===== Vlan Bridge Bond show =====
 +
 +<code>
 +# ovs-vsctl show
 +33a6209b-9bf7-4914-8250-ccfd937003fe
 +    Manager "ptcp:6640:127.0.0.1"
 +        is_connected: true
 +    Bridge br-tun
 +        Controller "tcp:127.0.0.1:6633"
 +            is_connected: true
 +        fail_mode: secure
 +        Port br-tun
 +            Interface br-tun
 +                type: internal
 +        Port "vxlan-0a0a0a77"
 +            Interface "vxlan-0a0a0a77"
 +                type: vxlan
 +                options: {df_default="true", in_key=flow, local_ip="10.10.10.101", out_key=flow, remote_ip="10.10.10.119"}
 +        Port patch-int
 +            Interface patch-int
 +                type: patch
 +                options: {peer=patch-tun}
 +        Port "vxlan-0a0a0a67"
 +            Interface "vxlan-0a0a0a67"
 +                type: vxlan
 +                options: {df_default="true", in_key=flow, local_ip="10.10.10.101", out_key=flow, remote_ip="10.10.10.103"}
 +        Port "vxlan-0a0a0a66"
 +            Interface "vxlan-0a0a0a66"
 +                type: vxlan
 +                options: {df_default="true", in_key=flow, local_ip="10.10.10.101", out_key=flow, remote_ip="10.10.10.102"}
 +    Bridge "br-bond2"
 +        Controller "tcp:127.0.0.1:6633"
 +            is_connected: true
 +        fail_mode: secure
 +        Port "phy-br-bond2"
 +            Interface "phy-br-bond2"
 +                type: patch
 +                options: {peer="int-br-bond2"}
 +        Port "br-bond2.313"
 +            tag: 313
 +            Interface "br-bond2.313"
 +                type: internal
 +        Port "bond2"
 +            Interface "bond2"
 +        Port "br-bond2"
 +            Interface "br-bond2"
 +                type: internal
 +        Port "br-bond2.350"
 +            tag: 350
 +            Interface "br-bond2.350"
 +                type: internal
 +    Bridge "br-bond0"
 +        Controller "tcp:127.0.0.1:6633"
 +            is_connected: true
 +        fail_mode: secure
 +        Port "phy-br-bond0"
 +            Interface "phy-br-bond0"
 +                type: patch
 +                options: {peer="int-br-bond0"}
 +        Port "br-bond0"
 +            Interface "br-bond0"
 +                type: internal
 +        Port "bond0"
 +            Interface "bond0"
 +    ovs_version: "2.9.2"
 +</code>
 {{tag>openvswitch ovs}} {{tag>openvswitch ovs}}
05_network/07_openvswitch.txt · 最終更新: 2022/06/17 09:24 by matsui