Advertisement
gregmark

ovs-vsctl show net/cmpt nodes

May 10th, 2013
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.07 KB | None | 0 0
  1. NETWORK NODE
  2.  
  3. root@knet-cs-sn-01i:/etc/quantum/plugins/openvswitch# ovs-vsctl show
  4. 18b97646-4895-42d4-813a-e15ab38c4f42
  5.     Bridge br-ex
  6.         Port br-ex
  7.             Interface br-ex
  8.                 type: internal
  9.         Port "qg-498f9986-74"
  10.             Interface "qg-498f9986-74"
  11.                 type: internal
  12.         Port "eth2"
  13.             Interface "eth2"
  14.     Bridge br-int
  15.         Port "qr-9ae4cc80-c7"
  16.             tag: 1
  17.             Interface "qr-9ae4cc80-c7"
  18.                 type: internal
  19.         Port br-int
  20.             Interface br-int
  21.                 type: internal
  22.         Port patch-tun
  23.             Interface patch-tun
  24.                 type: patch
  25.                 options: {peer=patch-int}
  26.         Port "tap14301d16-5d"
  27.             tag: 1
  28.             Interface "tap14301d16-5d"
  29.                 type: internal
  30.     Bridge br-tun
  31.         Port "gre-4"
  32.             Interface "gre-4"
  33.                 type: gre
  34.                 options: {in_key=flow, out_key=flow, remote_ip="192.168.239.114"}
  35.         Port patch-int
  36.             Interface patch-int
  37.                 type: patch
  38.                 options: {peer=patch-tun}
  39.         Port "gre-3"
  40.             Interface "gre-3"
  41.                 type: gre
  42.                 options: {in_key=flow, out_key=flow, remote_ip="192.168.239.110"}
  43.         Port "gre-1"
  44.             Interface "gre-1"
  45.                 type: gre
  46.                 options: {in_key=flow, out_key=flow, remote_ip="192.168.241.99"}
  47.         Port br-tun
  48.             Interface br-tun
  49.                 type: internal
  50.         Port "gre-5"
  51.             Interface "gre-5"
  52.                 type: gre
  53.                 options: {in_key=flow, out_key=flow, remote_ip="192.168.239.115"}
  54.     ovs_version: "1.9.0"
  55.  
  56. COMPUTE NODE
  57.  
  58. root@kvm-cs-sn-15i:~# ovs-vsctl show
  59. 7c26beb0-8089-4ddb-a95e-228c58bc7e28
  60.     Bridge br-int
  61.         Port br-int
  62.             Interface br-int
  63.                 type: internal
  64.         Port "qvo5b0e7933-21"
  65.             tag: 1
  66.             Interface "qvo5b0e7933-21"
  67.         Port "qvo42dc3f7a-a4"
  68.             tag: 1
  69.             Interface "qvo42dc3f7a-a4"
  70.         Port patch-tun
  71.             Interface patch-tun
  72.                 type: patch
  73.                 options: {peer=patch-int}
  74.     Bridge br-tun
  75.         Port "gre-1"
  76.             Interface "gre-1"
  77.                 type: gre
  78.                 options: {in_key=flow, out_key=flow, remote_ip="192.168.241.99"}
  79.         Port "gre-3"
  80.             Interface "gre-3"
  81.                 type: gre
  82.                 options: {in_key=flow, out_key=flow, remote_ip="192.168.239.110"}
  83.         Port "gre-4"
  84.             Interface "gre-4"
  85.                 type: gre
  86.                 options: {in_key=flow, out_key=flow, remote_ip="192.168.239.114"}
  87.         Port br-tun
  88.             Interface br-tun
  89.                 type: internal
  90.         Port "gre-2"
  91.             Interface "gre-2"
  92.                 type: gre
  93.                 options: {in_key=flow, out_key=flow, remote_ip="192.168.239.99"}
  94.         Port patch-int
  95.             Interface patch-int
  96.                 type: patch
  97.                 options: {peer=patch-tun}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement