Advertisement
Guest User

Untitled

a guest
May 4th, 2020
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. root@web2:/home/ubuntu# ovs-vsctl show
  2. 5f494674-8b92-453d-83d9-4122ca33962a
  3. Manager "ptcp:6640:127.0.0.1"
  4. is_connected: true
  5. Bridge "br-eth0"
  6. Controller "tcp:127.0.0.1:6633"
  7. is_connected: true
  8. fail_mode: secure
  9. datapath_type: system
  10. Port "phy-br-eth0"
  11. Interface "phy-br-eth0"
  12. type: patch
  13. options: {peer="int-br-eth0"}
  14. Port "br-eth0"
  15. Interface "br-eth0"
  16. type: internal
  17. error: "could not add network device br-eth0 to ofproto (File exists)"
  18. Bridge br-data
  19. Controller "tcp:127.0.0.1:6633"
  20. is_connected: true
  21. fail_mode: secure
  22. datapath_type: system
  23. Port phy-br-data
  24. Interface phy-br-data
  25. type: patch
  26. options: {peer=int-br-data}
  27. Port br-data
  28. Interface br-data
  29. type: internal
  30. Port "eth0"
  31. Interface "eth0"
  32. error: "could not add network device eth0 to ofproto (Device or resource busy)"
  33. Bridge br-ex
  34. Controller "tcp:127.0.0.1:6633"
  35. is_connected: true
  36. fail_mode: secure
  37. datapath_type: system
  38. Port "eth1"
  39. Interface "eth1"
  40. Port br-ex
  41. Interface br-ex
  42. type: internal
  43. Port phy-br-ex
  44. Interface phy-br-ex
  45. type: patch
  46. options: {peer=int-br-ex}
  47. Bridge br-tun
  48. Controller "tcp:127.0.0.1:6633"
  49. is_connected: true
  50. fail_mode: secure
  51. datapath_type: system
  52. Port br-tun
  53. Interface br-tun
  54. type: internal
  55. Port patch-int
  56. Interface patch-int
  57. type: patch
  58. options: {peer=patch-tun}
  59. Bridge br-int
  60. Controller "tcp:127.0.0.1:6633"
  61. is_connected: true
  62. fail_mode: secure
  63. datapath_type: system
  64. Port int-br-ex
  65. Interface int-br-ex
  66. type: patch
  67. options: {peer=phy-br-ex}
  68. Port patch-tun
  69. Interface patch-tun
  70. type: patch
  71. options: {peer=patch-int}
  72. Port int-br-data
  73. Interface int-br-data
  74. type: patch
  75. options: {peer=phy-br-data}
  76. Port "int-br-eth0"
  77. Interface "int-br-eth0"
  78. type: patch
  79. options: {peer="phy-br-eth0"}
  80. Port br-int
  81. Interface br-int
  82. type: internal
  83. ovs_version: "2.12.0"
  84. root@web2:/home/ubuntu#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement