Advertisement
Guest User

Untitled

a guest
Jan 15th, 2015
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. root@node-2:~# ovs-vsctl show
  2. 04b93939-adae-413d-808b-a24a48237bb1
  3. Bridge br-storage
  4. Port br-storage
  5. Interface br-storage
  6. type: internal
  7. Port "br-storage--br-eth0"
  8. Interface "br-storage--br-eth0"
  9. type: patch
  10. options: {peer="br-eth0--br-storage"}
  11. Bridge "br-eth0"
  12. Port "br-eth0--br-storage"
  13. tag: 102
  14. Interface "br-eth0--br-storage"
  15. type: patch
  16. options: {peer="br-storage--br-eth0"}
  17. Port "br-eth0--br-mgmt"
  18. tag: 101
  19. Interface "br-eth0--br-mgmt"
  20. type: patch
  21. options: {peer="br-mgmt--br-eth0"}
  22. Port "eth0"
  23. Interface "eth0"
  24. Port "br-eth0"
  25. Interface "br-eth0"
  26. type: internal
  27. Bridge br-tun
  28. Port patch-int
  29. Interface patch-int
  30. type: patch
  31. options: {peer=patch-tun}
  32. Port "gre-0a000105"
  33. Interface "gre-0a000105"
  34. type: gre
  35. options: {df_default="false", in_key=flow, local_ip="10.0.1.4", out_key=flow, remote_ip="10.0.1.5"}
  36. Port br-tun
  37. Interface br-tun
  38. type: internal
  39. Port "gre-0a000106"
  40. Interface "gre-0a000106"
  41. type: gre
  42. options: {df_default="false", in_key=flow, local_ip="10.0.1.4", out_key=flow, remote_ip="10.0.1.6"}
  43. Port "gre-0a000103"
  44. Interface "gre-0a000103"
  45. type: gre
  46. options: {df_default="false", in_key=flow, local_ip="10.0.1.4", out_key=flow, remote_ip="10.0.1.3"}
  47. Bridge "br-eth3"
  48. Port "br-eth3"
  49. Interface "br-eth3"
  50. type: internal
  51. Port "eth3"
  52. Interface "eth3"
  53. Bridge "br-eth2"
  54. Port "br-eth2"
  55. Interface "br-eth2"
  56. type: internal
  57. Port "br-eth2--br-fw-admin"
  58. trunks: [0]
  59. Interface "br-eth2--br-fw-admin"
  60. type: patch
  61. options: {peer="br-fw-admin--br-eth2"}
  62. Port "eth2"
  63. Interface "eth2"
  64. Bridge br-ex
  65. Port br-ex
  66. Interface br-ex
  67. type: internal
  68. Port "qg-4a1690cf-fc"
  69. Interface "qg-4a1690cf-fc"
  70. type: internal
  71. Port "br-ex--br-eth1"
  72. trunks: [0]
  73. Interface "br-ex--br-eth1"
  74. type: patch
  75. options: {peer="br-eth1--br-ex"}
  76. Bridge "br-eth1"
  77. Port "br-eth1--br-ex"
  78. trunks: [0]
  79. Interface "br-eth1--br-ex"
  80. type: patch
  81. options: {peer="br-ex--br-eth1"}
  82. Port "eth1"
  83. Interface "eth1"
  84. Port "br-eth1"
  85. Interface "br-eth1"
  86. type: internal
  87. Bridge br-mgmt
  88. Port "br-mgmt--br-eth0"
  89. Interface "br-mgmt--br-eth0"
  90. type: patch
  91. options: {peer="br-eth0--br-mgmt"}
  92. Port br-mgmt
  93. Interface br-mgmt
  94. type: internal
  95. Bridge br-fw-admin
  96. Port br-fw-admin
  97. Interface br-fw-admin
  98. type: internal
  99. Port "br-fw-admin--br-eth2"
  100. trunks: [0]
  101. Interface "br-fw-admin--br-eth2"
  102. type: patch
  103. options: {peer="br-eth2--br-fw-admin"}
  104. Bridge br-int
  105. fail_mode: secure
  106. Port patch-tun
  107. Interface patch-tun
  108. type: patch
  109. options: {peer=patch-int}
  110. Port br-int
  111. Interface br-int
  112. type: internal
  113. Port "qr-312485de-b8"
  114. tag: 4095
  115. Interface "qr-312485de-b8"
  116. type: internal
  117. ovs_version: "2.0.2"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement