Advertisement
Guest User

ovs-vsctl show

a guest
Jun 8th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. [root@bc-e8-3-3 ~]# ovs-vsctl show
  2. 0106ab78-3b3c-4a28-a847-755d61c27037
  3. Bridge br-ex
  4. Port br-ex
  5. Interface br-ex
  6. type: internal
  7. Port "eno49"
  8. Interface "eno49"
  9. Port phy-br-ex
  10. Interface phy-br-ex
  11. type: patch
  12. options: {peer=int-br-ex}
  13. Port "qg-6707c43d-0d"
  14. Interface "qg-6707c43d-0d"
  15. type: internal
  16. Bridge br-tun
  17. fail_mode: secure
  18. Port br-tun
  19. Interface br-tun
  20. type: internal
  21. Port "vxlan-0a062b7b"
  22. Interface "vxlan-0a062b7b"
  23. type: vxlan
  24. options: {df_default="true", in_key=flow, local_ip="10.6.43.137", out_key=flow, remote_ip="10.6.43.123"}
  25. Port "gre-0a062b7b"
  26. Interface "gre-0a062b7b"
  27. type: gre
  28. options: {df_default="true", in_key=flow, local_ip="10.6.43.137", out_key=flow, remote_ip="10.6.43.123"}
  29. Port patch-int
  30. Interface patch-int
  31. type: patch
  32. options: {peer=patch-tun}
  33. Bridge br-int
  34. fail_mode: secure
  35. Port br-int
  36. Interface br-int
  37. type: internal
  38. Port "qr-474465a8-e6"
  39. tag: 1
  40. Interface "qr-474465a8-e6"
  41. type: internal
  42. Port patch-tun
  43. Interface patch-tun
  44. type: patch
  45. options: {peer=patch-int}
  46. Port int-br-ex
  47. Interface int-br-ex
  48. type: patch
  49. options: {peer=phy-br-ex}
  50. Port "tapd9fcaaaf-c0"
  51. tag: 1
  52. Interface "tapd9fcaaaf-c0"
  53. type: internal
  54. ovs_version: "2.5.0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement