Advertisement
Guest User

Untitled

a guest
May 5th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1. [root@nethost ~]# ifconfig eth1.2001
  2. eth1.2001: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  3. inet 10.0.0.2 netmask 255.255.255.0 broadcast 10.0.0.255
  4. inet6 fe80::250:56ff:feb1:dd5 prefixlen 64 scopeid 0x20<link>
  5. ether 00:50:56:b1:0d:d5 txqueuelen 0 (Ethernet)
  6. RX packets 16552 bytes 761392 (743.5 KiB)
  7. RX errors 0 dropped 0 overruns 0 frame 0
  8. TX packets 33 bytes 3961 (3.8 KiB)
  9. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  10.  
  11. [root@nethost ~]#
  12.  
  13.  
  14. [root@nethost ~]# ovs-vsctl show
  15. a2345917-b56c-4413-8ea3-2d383c8cbc92
  16. Bridge br-ex
  17. Port "eth1.2002"
  18. Interface "eth1.2002"
  19. Port br-ex
  20. Interface br-ex
  21. type: internal
  22. Port phy-br-ex
  23. Interface phy-br-ex
  24. type: patch
  25. options: {peer=int-br-ex}
  26. Bridge br-tun
  27. Port patch-int
  28. Interface patch-int
  29. type: patch
  30. options: {peer=patch-tun}
  31. Port br-tun
  32. Interface br-tun
  33. type: internal
  34. Port "gre-0a00001f"
  35. Interface "gre-0a00001f"
  36. type: gre
  37. options: {df_default="true", in_key=flow, local_ip="10.0.0.2", out_key=flow, remote_ip="10.0.0.31"}
  38. Bridge br-int
  39. fail_mode: secure
  40. Port "tap270c51fa-76"
  41. tag: 1
  42. Interface "tap270c51fa-76"
  43. type: internal
  44. Port int-br-vlan
  45. Interface int-br-vlan
  46. type: patch
  47. options: {peer=phy-br-vlan}
  48. Port br-int
  49. Interface br-int
  50. type: internal
  51. Port "qg-8d652de9-58"
  52. tag: 2
  53. Interface "qg-8d652de9-58"
  54. type: internal
  55. Port "qr-1a0e7fd7-63"
  56. tag: 1
  57. Interface "qr-1a0e7fd7-63"
  58. type: internal
  59. Port int-br-ex
  60. Interface int-br-ex
  61. type: patch
  62. options: {peer=phy-br-ex}
  63. Bridge br-vlan
  64. Port phy-br-vlan
  65. Interface phy-br-vlan
  66. type: patch
  67. options: {peer=int-br-vlan}
  68. Port "eth1"
  69. Interface "eth1"
  70. Port br-vlan
  71. Interface br-vlan
  72. type: internal
  73. ovs_version: "2.1.3"
  74. [root@nethost ~]#
  75.  
  76. ======================
  77.  
  78.  
  79. [root@study-node1 ~]# ovs-vsctl show
  80. cc309988-0e71-40e7-9dba-3a48ff68d810
  81. Bridge br-vlan
  82. Port "eth0"
  83. Interface "eth0"
  84. Port br-vlan
  85. Interface br-vlan
  86. type: internal
  87. Port phy-br-vlan
  88. Interface phy-br-vlan
  89. type: patch
  90. options: {peer=int-br-vlan}
  91. Bridge br-int
  92. fail_mode: secure
  93. Port int-br-vlan
  94. Interface int-br-vlan
  95. type: patch
  96. options: {peer=phy-br-vlan}
  97. Port "qvoab4d8929-f4"
  98. tag: 1
  99. Interface "qvoab4d8929-f4"
  100. Port "qvo0299a927-ae"
  101. tag: 1
  102. Interface "qvo0299a927-ae"
  103. Port br-int
  104. Interface br-int
  105. type: internal
  106. Port int-br-ex
  107. Interface int-br-ex
  108. type: patch
  109. options: {peer=phy-br-ex}
  110. Bridge br-ex
  111. Port phy-br-ex
  112. Interface phy-br-ex
  113. type: patch
  114. options: {peer=int-br-ex}
  115. Port "eth4"
  116. Interface "eth4"
  117. Port br-ex
  118. Interface br-ex
  119. type: internal
  120. Bridge br-tun
  121. Port br-tun
  122. Interface br-tun
  123. type: internal
  124. Port patch-int
  125. Interface patch-int
  126. type: patch
  127. options: {peer=patch-tun}
  128. Port "gre-0a000002"
  129. Interface "gre-0a000002"
  130. type: gre
  131. options: {df_default="true", in_key=flow, local_ip="10.0.0.31", out_key=flow, remote_ip="10.0.0.2"}
  132. ovs_version: "2.1.3"
  133. root@study-node1 ~]# ifconfig eth0.2001
  134. eth0.2001: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  135. inet 10.0.0.31 netmask 255.255.255.0 broadcast 10.0.0.255
  136. inet6 fe80::250:56ff:feb1:5f66 prefixlen 64 scopeid 0x20<link>
  137. ether 00:50:56:b1:5f:66 txqueuelen 0 (Ethernet)
  138. RX packets 10035 bytes 502061 (490.2 KiB)
  139. RX errors 0 dropped 0 overruns 0 frame 0
  140. TX packets 60 bytes 6766 (6.6 KiB)
  141. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  142.  
  143. [root@study-node1 ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement