Advertisement
Guest User

ovs vsctl show compute

a guest
Jun 8th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. [root@bc-e8-3-2 openvswitch]# ovs-vsctl show
  2. 7d2f5660-a757-4ae1-927d-5822facf1da1
  3. Bridge br-int
  4. fail_mode: secure
  5. Port "qvoc978bef1-e1"
  6. tag: 1
  7. Interface "qvoc978bef1-e1"
  8. Port int-br-ex
  9. Interface int-br-ex
  10. type: patch
  11. options: {peer=phy-br-ex}
  12. Port "qvo10359431-b8"
  13. tag: 1
  14. Interface "qvo10359431-b8"
  15. Port "qvoff4fcaab-08"
  16. tag: 1
  17. Interface "qvoff4fcaab-08"
  18. Port "qvoc8acd4f1-f1"
  19. tag: 1
  20. Interface "qvoc8acd4f1-f1"
  21. Port "qvo161cbcd7-d5"
  22. tag: 1
  23. Interface "qvo161cbcd7-d5"
  24. Port patch-tun
  25. Interface patch-tun
  26. type: patch
  27. options: {peer=patch-int}
  28. Port "qvo91f85bf1-09"
  29. tag: 1
  30. Interface "qvo91f85bf1-09"
  31. Port "qvo36801ed2-56"
  32. tag: 1
  33. Interface "qvo36801ed2-56"
  34. Port br-int
  35. Interface br-int
  36. type: internal
  37. Bridge br-ex
  38. Port br-ex
  39. Interface br-ex
  40. type: internal
  41. Port phy-br-ex
  42. Interface phy-br-ex
  43. type: patch
  44. options: {peer=int-br-ex}
  45. Bridge br-tun
  46. fail_mode: secure
  47. Port "gre-0a062b89"
  48. Interface "gre-0a062b89"
  49. type: gre
  50. options: {df_default="true", in_key=flow, local_ip="10.6.43.123", out_key=flow, remote_ip="10.6.43.137"}
  51. Port "vxlan-0a062b89"
  52. Interface "vxlan-0a062b89"
  53. type: vxlan
  54. options: {df_default="true", in_key=flow, local_ip="10.6.43.123", out_key=flow, remote_ip="10.6.43.137"}
  55. Port br-tun
  56. Interface br-tun
  57. type: internal
  58. Port patch-int
  59. Interface patch-int
  60. type: patch
  61. options: {peer=patch-tun}
  62. ovs_version: "2.5.0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement