Advertisement
rbking001

Untitled

Jan 12th, 2014
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. [root@compute11 ~]# ovs-vsctl show
  2. 0487cedd-e0ce-4d41-bbd1-5aa7a1c9da95
  3. Bridge br-int
  4. Port br-int
  5. Interface br-int
  6. type: internal
  7. Port "tap697920eb-c2"
  8. tag: 2
  9. Interface "tap697920eb-c2"
  10. Port patch-tun
  11. Interface patch-tun
  12. type: patch
  13. options: {peer=patch-int}
  14. Bridge br-tun
  15. Port "gre-1"
  16. Interface "gre-1"
  17. type: gre
  18. options: {in_key=flow, local_ip="192.168.2.237", out_key=flow, remote_ip="192.168.1.236"}
  19. Port "gre-2"
  20. Interface "gre-2"
  21. type: gre
  22. options: {in_key=flow, local_ip="192.168.2.237", out_key=flow, remote_ip="192.168.2.236"}
  23. Port br-tun
  24. Interface br-tun
  25. type: internal
  26. Port patch-int
  27. Interface patch-int
  28. type: patch
  29. options: {peer=patch-tun}
  30. ovs_version: "1.11.0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement