Skip to content

Instantly share code, notes, and snippets.

@Tahvok
Created November 2, 2017 16:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tahvok/a0a9be64bc11bb0209a36d9d12c9e685 to your computer and use it in GitHub Desktop.
Save Tahvok/a0a9be64bc11bb0209a36d9d12c9e685 to your computer and use it in GitHub Desktop.
# ovs-vsctl show
7f36e7b5-c601-4772-8f8a-2c3f7965d73c
Manager "ptcp:6640:127.0.0.1"
is_connected: true
Bridge br-provider
Controller "tcp:127.0.0.1:6633"
is_connected: true
fail_mode: secure
Port phy-br-provider
Interface phy-br-provider
type: patch
options: {peer=int-br-provider}
Port br-provider
Interface br-provider
type: internal
Port "eth12"
Interface "eth12"
Bridge br-tun
Controller "tcp:127.0.0.1:6633"
is_connected: true
fail_mode: secure
Port "vxlan-0a3f021f"
Interface "vxlan-0a3f021f"
type: vxlan
options: {df_default="true", in_key=flow, local_ip="10.63.3.82", out_key=flow, remote_ip="10.63.2.31"}
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-tun}
Port "vxlan-0a3f02a3"
Interface "vxlan-0a3f02a3"
type: vxlan
options: {df_default="true", in_key=flow, local_ip="10.63.3.82", out_key=flow, remote_ip="10.63.2.163"}
Port "vxlan-0a3f0221"
Interface "vxlan-0a3f0221"
type: vxlan
options: {df_default="true", in_key=flow, local_ip="10.63.3.82", out_key=flow, remote_ip="10.63.2.33"}
Port "vxlan-0a3f0218"
Interface "vxlan-0a3f0218"
type: vxlan
options: {df_default="true", in_key=flow, local_ip="10.63.3.82", out_key=flow, remote_ip="10.63.2.24"}
Port "vxlan-0a3f021c"
Interface "vxlan-0a3f021c"
type: vxlan
options: {df_default="true", in_key=flow, local_ip="10.63.3.82", out_key=flow, remote_ip="10.63.2.28"}
Port "vxlan-0a3f0220"
Interface "vxlan-0a3f0220"
type: vxlan
options: {df_default="true", in_key=flow, local_ip="10.63.3.82", out_key=flow, remote_ip="10.63.2.32"}
Port br-tun
Interface br-tun
type: internal
Port "vxlan-0a3f021d"
Interface "vxlan-0a3f021d"
type: vxlan
options: {df_default="true", in_key=flow, local_ip="10.63.3.82", out_key=flow, remote_ip="10.63.2.29"}
Port "vxlan-0a3f0214"
Interface "vxlan-0a3f0214"
type: vxlan
options: {df_default="true", in_key=flow, local_ip="10.63.3.82", out_key=flow, remote_ip="10.63.2.20"}
Port "vxlan-0a3f021b"
Interface "vxlan-0a3f021b"
type: vxlan
options: {df_default="true", in_key=flow, local_ip="10.63.3.82", out_key=flow, remote_ip="10.63.2.27"}
Port "vxlan-0a3f0219"
Interface "vxlan-0a3f0219"
type: vxlan
options: {df_default="true", in_key=flow, local_ip="10.63.3.82", out_key=flow, remote_ip="10.63.2.25"}
Bridge br-int
Controller "tcp:127.0.0.1:6633"
is_connected: true
fail_mode: secure
Port "tap4fa51739-08"
tag: 1
Interface "tap4fa51739-08"
type: internal
Port "qg-9f350003-82"
tag: 1
Interface "qg-9f350003-82"
type: internal
Port patch-tun
Interface patch-tun
type: patch
options: {peer=patch-int}
Port "qr-4dbee433-37"
tag: 4
Interface "qr-4dbee433-37"
type: internal
Port "ha-a5c0ddc2-78"
tag: 3
Interface "ha-a5c0ddc2-78"
type: internal
Port int-br-provider
Interface int-br-provider
type: patch
options: {peer=phy-br-provider}
Port "tap6d8528e0-b7"
tag: 4
Interface "tap6d8528e0-b7"
type: internal
Port br-int
Interface br-int
type: internal
ovs_version: "2.6.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment