Advertisement
AshrafHassan

ovs-vsctl

Feb 16th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.20 KB | None | 0 0
  1. # ovs-vsctl show
  2. 2510221d-06d1-439a-bddb-e52bf4063874
  3.     Bridge br-ex
  4.         Port "eno16780032"
  5.             Interface "eno16780032"
  6.         Port "qg-04654f7e-7f"
  7.             Interface "qg-04654f7e-7f"
  8.                 type: internal
  9.         Port br-ex
  10.             Interface br-ex
  11.                 type: internal
  12.     Bridge br-int
  13.         fail_mode: secure
  14.         Port "int-br-ena15e48"
  15.             Interface "int-br-ena15e48"
  16.                 type: patch
  17.                 options: {peer="phy-br-ena15e48"}
  18.         Port br-int
  19.             Interface br-int
  20.                 type: internal
  21.         Port "tap668f5906-65"
  22.             tag: 1
  23.             Interface "tap668f5906-65"
  24.                 type: internal
  25.         Port "qr-9b468f73-96"
  26.             tag: 2
  27.             Interface "qr-9b468f73-96"
  28.                 type: internal
  29.     Bridge "br-eno33559296"
  30.         Port "br-eno33559296"
  31.             Interface "br-eno33559296"
  32.                 type: internal
  33.         Port "eno33559296"
  34.             Interface "eno33559296"
  35.         Port "phy-br-ena15e48"
  36.             Interface "phy-br-ena15e48"
  37.                 type: patch
  38.                 options: {peer="int-br-ena15e48"}
  39.     ovs_version: "2.4.0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement