Guest User

Untitled

a guest
Nov 10th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. root@controller:/var/log/quantum# ifconfig -a
  2. br-ex Link encap:Ethernet HWaddr 9a:c4:8b:31:32:49
  3. BROADCAST MULTICAST MTU:1500 Metric:1
  4. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  5. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  6. collisions:0 txqueuelen:0
  7. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  8.  
  9. br-int Link encap:Ethernet HWaddr 3a:9b:a3:9c:73:4e
  10. BROADCAST MULTICAST MTU:1500 Metric:1
  11. RX packets:6 errors:0 dropped:0 overruns:0 frame:0
  12. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  13. collisions:0 txqueuelen:0
  14. RX bytes:468 (468.0 B) TX bytes:0 (0.0 B)
  15.  
  16. br-tun Link encap:Ethernet HWaddr 2e:6c:24:e5:b9:4e
  17. BROADCAST MULTICAST MTU:1500 Metric:1
  18. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  19. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  20. collisions:0 txqueuelen:0
  21. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  22.  
  23. eth0 Link encap:Ethernet HWaddr c4:2c:03:1e:bf:e0
  24. inet addr:10.17.0.254 Bcast:10.17.255.255 Mask:255.255.0.0
  25. inet6 addr: fe80::c62c:3ff:fe1e:bfe0/64 Scope:Link
  26. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  27. RX packets:50331 errors:0 dropped:0 overruns:0 frame:0
  28. TX packets:70778 errors:0 dropped:0 overruns:0 carrier:0
  29. collisions:0 txqueuelen:1000
  30. RX bytes:9172948 (9.1 MB) TX bytes:60315179 (60.3 MB)
  31. Interrupt:21
  32.  
  33. lo Link encap:Local Loopback
  34. inet addr:127.0.0.1 Mask:255.0.0.0
  35. inet6 addr: ::1/128 Scope:Host
  36. UP LOOPBACK RUNNING MTU:65536 Metric:1
  37. RX packets:183534 errors:0 dropped:0 overruns:0 frame:0
  38. TX packets:183534 errors:0 dropped:0 overruns:0 carrier:0
  39. collisions:0 txqueuelen:0
  40. RX bytes:51697454 (51.6 MB) TX bytes:51697454 (51.6 MB)
  41.  
  42. tap1ba23d83-d8 Link encap:Ethernet HWaddr 36:4f:d5:aa:ce:d1
  43. BROADCAST MULTICAST MTU:1500 Metric:1
  44. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  45. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  46. collisions:0 txqueuelen:0
  47. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  48.  
  49. tap55e9880b-62 Link encap:Ethernet HWaddr 76:ca:63:74:06:39
  50. BROADCAST MULTICAST MTU:1500 Metric:1
  51. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  52. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  53. collisions:0 txqueuelen:0
  54. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  55.  
  56. wlan0 Link encap:Ethernet HWaddr 60:33:4b:13:9d:ee
  57. BROADCAST MULTICAST MTU:1500 Metric:1
  58. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  59. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  60. collisions:0 txqueuelen:1000
  61. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  62.  
  63.  
  64.  
  65. root@controller:/var/log/quantum# brctl show
  66. bridge name bridge id STP enabled interfaces
  67.  
  68.  
  69.  
  70. root@controller:/var/log/quantum# ovs-vsctl show
  71. 51430627-ce77-47d4-ad49-f370b3aeb5b2
  72. Bridge br-ex
  73. Port br-ex
  74. Interface br-ex
  75. type: internal
  76. Bridge br-int
  77. Port "tap1ba23d83-d8"
  78. tag: 4095
  79. Interface "tap1ba23d83-d8"
  80. type: internal
  81. Port br-int
  82. Interface br-int
  83. type: internal
  84. Port "tap55e9880b-62"
  85. tag: 4095
  86. Interface "tap55e9880b-62"
  87. type: internal
  88. Port "tap446f49b9-0e"
  89. tag: 1
  90. Interface "tap446f49b9-0e"
  91. type: internal
  92. Bridge br-tun
  93. Port br-tun
  94. Interface br-tun
  95. type: internal
  96. Port patch-int
  97. Interface patch-int
  98. type: patch
  99. options: {peer=patch-tun}
  100. ovs_version: "1.4.0+build0"
Advertisement
Add Comment
Please, Sign In to add comment