jolausa

ovs-vsctl rhosp8

Jun 8th, 2016
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.18 KB | None | 0 0
  1. [heat-admin@overcloud-controller-0 ~]$ sudo ovs-vsctl show
  2. 5ee93812-4907-4865-81e5-3d40a12b1035
  3. Bridge br-int
  4. fail_mode: secure
  5. Port int-br-ex
  6. Interface int-br-ex
  7. type: patch
  8. options: {peer=phy-br-ex}
  9. Port br-int
  10. Interface br-int
  11. type: internal
  12. Port patch-tun
  13. Interface patch-tun
  14. type: patch
  15. options: {peer=patch-int}
  16. Bridge br-ex
  17. Port "bond1"
  18. Interface "enp10s0f1"
  19. Interface "enp10s0f0"
  20. Port "vlan701"
  21. tag: 701
  22. Interface "vlan701"
  23. type: internal
  24. Port "vlan201"
  25. tag: 201
  26. Interface "vlan201"
  27. type: internal
  28. Port "vlan203"
  29. tag: 203
  30. Interface "vlan203"
  31. type: internal
  32. Port "vlan702"
  33. tag: 702
  34. Interface "vlan702"
  35. type: internal
  36. Port "vlan204"
  37. tag: 204
  38. Interface "vlan204"
  39. type: internal
  40. Port "vlan700"
  41. tag: 700
  42. Interface "vlan700"
  43. type: internal
  44. Port "vlan202"
  45. tag: 202
  46. Interface "vlan202"
  47. type: internal
  48. Port br-ex
  49. Interface br-ex
  50. type: internal
  51. Port "vlan200"
  52. tag: 200
  53. Interface "vlan200"
  54. type: internal
  55. Port "vlan703"
  56. tag: 703
  57. Interface "vlan703"
  58. type: internal
  59. Port phy-br-ex
  60. Interface phy-br-ex
  61. type: patch
  62. options: {peer=int-br-ex}
  63. Bridge br-tun
  64. fail_mode: secure
  65. Port "vxlan-ac1100cd"
  66. Interface "vxlan-ac1100cd"
  67. type: vxlan
  68. options: {df_default="true", in_key=flow, local_ip="172.17.0.201", out_key=flow, remote_ip="172.17.0.205"}
  69. Port patch-int
  70. Interface patch-int
  71. type: patch
  72. options: {peer=patch-tun}
  73. Port "vxlan-ac1100cb"
  74. Interface "vxlan-ac1100cb"
  75. type: vxlan
  76. options: {df_default="true", in_key=flow, local_ip="172.17.0.201", out_key=flow, remote_ip="172.17.0.203"}
  77. Port "vxlan-ac1100cc"
  78. Interface "vxlan-ac1100cc"
  79. type: vxlan
  80. options: {df_default="true", in_key=flow, local_ip="172.17.0.201", out_key=flow, remote_ip="172.17.0.204"}
  81. Port br-tun
  82. Interface br-tun
  83. type: internal
  84. Port "vxlan-ac1100ca"
  85. Interface "vxlan-ac1100ca"
  86. type: vxlan
  87. options: {df_default="true", in_key=flow, local_ip="172.17.0.201", out_key=flow, remote_ip="172.17.0.202"}
  88. ovs_version: "2.4.0"
  89.  
  90.  
  91.  
  92.  
  93. [heat-admin@overcloud-controller-0 ~]$ ifconfig |grep -B 1 172
  94. vlan200: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  95. inet 172.17.0.201 netmask 255.255.255.0 broadcast 172.17.0.255
  96. --
  97. vlan201: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  98. inet 172.16.0.201 netmask 255.255.255.0 broadcast 172.16.0.255
  99. --
  100. vlan202: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  101. inet 172.18.0.201 netmask 255.255.255.0 broadcast 172.18.0.255
  102. --
  103. vlan203: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  104. inet 172.19.0.201 netmask 255.255.255.0 broadcast 172.19.0.255
  105. --
  106. vlan700: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  107. inet 172.20.0.201 netmask 255.255.255.0 broadcast 172.20.0.255
  108. --
  109. vlan701: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  110. inet 172.21.0.201 netmask 255.255.255.0 broadcast 172.21.0.255
  111. --
  112. vlan702: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  113. inet 172.22.0.201 netmask 255.255.255.0 broadcast 172.22.0.255
  114. --
  115. vlan703: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  116. inet 172.23.0.201 netmask 255.255.255.0 broadcast 172.23.0.255
  117.  
  118.  
  119.  
  120.  
  121. [heat-admin@overcloud-controller-0 ~]$ route -n
  122. Kernel IP routing table
  123. Destination Gateway Genmask Flags Metric Ref Use Iface
  124. 0.0.0.0 10.1.1.1 0.0.0.0 UG 0 0 0 vlan204
  125. 10.1.1.0 0.0.0.0 255.255.255.0 U 0 0 0 vlan204
  126. 169.254.169.254 192.0.2.1 255.255.255.255 UGH 0 0 0 eno2
  127. 172.16.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vlan201
  128. 172.17.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vlan200
  129. 172.18.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vlan202
  130. 172.19.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vlan203
  131. 172.20.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vlan700
  132. 172.21.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vlan701
  133. 172.22.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vlan702
  134. 172.23.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vlan703
  135. 192.0.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eno2
Advertisement
Add Comment
Please, Sign In to add comment