Skip to content

Instantly share code, notes, and snippets.

@gvranganvtn
Created February 17, 2016 22:10
Show Gist options
  • Save gvranganvtn/f4cccecc76bb27195b06 to your computer and use it in GitHub Desktop.
Save gvranganvtn/f4cccecc76bb27195b06 to your computer and use it in GitHub Desktop.
ubuntu@odl-os-control-node:/opt/stack/networking-odl$ sudo ovs-vsctl show
7379aa64-0416-45e2-9531-351397cc742a
Manager "tcp:12.13.14.3:6640"
is_connected: true
Manager "tcp:12.13.14.1:6640"
is_connected: true
Manager "tcp:12.13.14.2:6640"
is_connected: true
Bridge br-int
Controller "tcp:12.13.14.1:6653"
is_connected: true
Controller "tcp:12.13.14.3:6653"
is_connected: true
Controller "tcp:12.13.14.2:6653"
is_connected: true
fail_mode: secure
Port "tap97ef563a-be"
Interface "tap97ef563a-be"
Port br-int
Interface br-int
type: internal
Port "tape3d26dac-2c"
Interface "tape3d26dac-2c"
type: internal
Port "vxlan-12.14.16.3"
Interface "vxlan-12.14.16.3"
type: vxlan
options: {key=flow, local_ip="12.14.16.2", remote_ip="12.14.16.3"}
Port patch-ext
Interface patch-ext
type: patch
options: {peer=patch-int}
Bridge br-ex
Controller "tcp:12.13.14.3:6653"
is_connected: true
Controller "tcp:12.13.14.1:6653"
is_connected: true
Controller "tcp:12.13.14.2:6653"
is_connected: true
fail_mode: secure
Port "eth4"
Interface "eth4"
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-ext}
Port br-ex
Interface br-ex
type: internal
ovs_version: "2.3.2"
ubuntu@odl-os-compute-node:~/devstack$ sudo ovs-vsctl show
bf460c25-5849-4874-9758-4fcbafbf9f5e
Manager "tcp:12.13.14.1:6640"
is_connected: true
Manager "tcp:12.13.14.2:6640"
is_connected: true
Manager "tcp:12.13.14.3:6640"
is_connected: true
Bridge br-int
Controller "tcp:12.13.14.3:6653"
is_connected: true
Controller "tcp:12.13.14.2:6653"
is_connected: true
Controller "tcp:12.13.14.1:6653"
is_connected: true
fail_mode: secure
Port br-int
Interface br-int
type: internal
Port "vxlan-12.14.16.2"
Interface "vxlan-12.14.16.2"
type: vxlan
options: {key=flow, local_ip="12.14.16.3", remote_ip="12.14.16.2"}
Port patch-ext
Interface patch-ext
type: patch
options: {peer=patch-int}
Port "tap04d91b6d-9e"
Interface "tap04d91b6d-9e"
Bridge br-ex
Controller "tcp:12.13.14.1:6653"
is_connected: true
Controller "tcp:12.13.14.2:6653"
is_connected: true
Controller "tcp:12.13.14.3:6653"
is_connected: true
fail_mode: secure
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-ext}
Port br-ex
Interface br-ex
type: internal
Port "eth4"
Interface "eth4"
ovs_version: "2.3.2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment