Advertisement
Guest User

Untitled

a guest
Feb 6th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. root@ctrl00:~# docker exec openvswitch_db ovs-vsctl show
  2. 60dd56fa-a210-443b-bdd6-476f023ca7d5
  3. Manager "ptcp:6640:127.0.0.1"
  4. is_connected: true
  5. Bridge br-tun
  6. Controller "tcp:127.0.0.1:6633"
  7. is_connected: true
  8. fail_mode: secure
  9. Port br-tun
  10. Interface br-tun
  11. type: internal
  12. Port patch-int
  13. Interface patch-int
  14. type: patch
  15. options: {peer=patch-tun}
  16. Port "vxlan-c0a84614"
  17. Interface "vxlan-c0a84614"
  18. type: vxlan
  19. options: {df_default="true", in_key=flow, local_ip="192.168.70.10", out_key=flow, remote_ip="192.168.70.20"}
  20. Bridge br-int
  21. Controller "tcp:127.0.0.1:6633"
  22. is_connected: true
  23. fail_mode: secure
  24. Port "tapcc7b980c-88"
  25. tag: 1
  26. Interface "tapcc7b980c-88"
  27. type: internal
  28. Port br-int
  29. Interface br-int
  30. type: internal
  31. Port "fg-d61e687d-0c"
  32. tag: 2
  33. Interface "fg-d61e687d-0c"
  34. type: internal
  35. Port patch-tun
  36. Interface patch-tun
  37. type: patch
  38. options: {peer=patch-int}
  39. Port "sg-cc7e1a2b-5d"
  40. tag: 1
  41. Interface "sg-cc7e1a2b-5d"
  42. type: internal
  43. Port "qr-ce1cca6f-32"
  44. tag: 1
  45. Interface "qr-ce1cca6f-32"
  46. type: internal
  47. Port "qg-041d70b1-47"
  48. tag: 2
  49. Interface "qg-041d70b1-47"
  50. type: internal
  51. Port int-br-ex
  52. Interface int-br-ex
  53. type: patch
  54. options: {peer=phy-br-ex}
  55. Bridge br-ex
  56. Controller "tcp:127.0.0.1:6633"
  57. is_connected: true
  58. fail_mode: secure
  59. Port br-ex
  60. Interface br-ex
  61. type: internal
  62. Port phy-br-ex
  63. Interface phy-br-ex
  64. type: patch
  65. options: {peer=int-br-ex}
  66. Port "eno1"
  67. Interface "eno1"
  68. root@ctrl00:~#
  69.  
  70.  
  71. root@compute00:~# docker exec openvswitch_db ovs-vsctl show
  72. 7f47c61e-ad40-41cd-9f3c-1e360fba796f
  73. Manager "ptcp:6640:127.0.0.1"
  74. is_connected: true
  75. Bridge br-int
  76. Controller "tcp:127.0.0.1:6633"
  77. is_connected: true
  78. fail_mode: secure
  79. Port patch-tun
  80. Interface patch-tun
  81. type: patch
  82. options: {peer=patch-int}
  83. Port int-br-ex
  84. Interface int-br-ex
  85. type: patch
  86. options: {peer=phy-br-ex}
  87. Port "fg-89490311-0a"
  88. tag: 2
  89. Interface "fg-89490311-0a"
  90. type: internal
  91. Port br-int
  92. Interface br-int
  93. type: internal
  94. Port "qvo720965cc-5c"
  95. tag: 1
  96. Interface "qvo720965cc-5c"
  97. Port "qr-ce1cca6f-32"
  98. tag: 1
  99. Interface "qr-ce1cca6f-32"
  100. type: internal
  101. Bridge br-ex
  102. Controller "tcp:127.0.0.1:6633"
  103. is_connected: true
  104. fail_mode: secure
  105. Port phy-br-ex
  106. Interface phy-br-ex
  107. type: patch
  108. options: {peer=int-br-ex}
  109. Port br-ex
  110. Interface br-ex
  111. type: internal
  112. Port "eno1"
  113. Interface "eno1"
  114. Bridge br-tun
  115. Controller "tcp:127.0.0.1:6633"
  116. is_connected: true
  117. fail_mode: secure
  118. Port "vxlan-c0a8460a"
  119. Interface "vxlan-c0a8460a"
  120. type: vxlan
  121. options: {df_default="true", in_key=flow, local_ip="192.168.70.20", out_key=flow, remote_ip="192.168.70.10"}
  122. Port br-tun
  123. Interface br-tun
  124. type: internal
  125. Port patch-int
  126. Interface patch-int
  127. type: patch
  128. options: {peer=patch-tun}
  129. root@compute00:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement