Advertisement
Guest User

Untitled

a guest
May 2nd, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. [root@nmtg-cpu001 ~]# ovs-vsctl show
  2. 87880d91-be76-4472-b11a-003113aa4345
  3. Bridge br-tun
  4. Port patch-int
  5. Interface patch-int
  6. type: patch
  7. options: {peer=patch-tun}
  8. Port "gre-0a04000c"
  9. Interface "gre-0a04000c"
  10. type: gre
  11. options: {in_key=flow, local_ip="10.6.1.3", out_key=flow, remote_ip="10.4.0.12"}
  12. Port "gre-0a060104"
  13. Interface "gre-0a060104"
  14. type: gre
  15. options: {in_key=flow, local_ip="10.6.1.3", out_key=flow, remote_ip="10.6.1.4"}
  16. Port br-tun
  17. Interface br-tun
  18. type: internal
  19. Port "gre-0a04000b"
  20. Interface "gre-0a04000b"
  21. type: gre
  22. options: {in_key=flow, local_ip="10.6.1.3", out_key=flow, remote_ip="10.4.0.11"}
  23. Bridge br-int
  24. Port "qvo831403fc-8d"
  25. tag: 3
  26. Interface "qvo831403fc-8d"
  27. Port "qvofd5bb883-a4"
  28. tag: 3
  29. Interface "qvofd5bb883-a4"
  30. Port br-int
  31. Interface br-int
  32. type: internal
  33. Port "qvo93d39ce1-92"
  34. tag: 1
  35. Interface "qvo93d39ce1-92"
  36. Port "qvo02722581-14"
  37. tag: 1
  38. Interface "qvo02722581-14"
  39. Port patch-tun
  40. Interface patch-tun
  41. type: patch
  42. options: {peer=patch-int}
  43. ovs_version: "1.11.0"
  44. [root@nmtg-cpu001 ~]# tcpdump -i patch-tun
  45. tcpdump: patch-tun: No such device exists
  46. (SIOCGIFHWADDR: No such device)
  47. [root@nmtg-cpu001 ~]# tcpdump -i patch-int
  48. tcpdump: patch-int: No such device exists
  49. (SIOCGIFHWADDR: No such device)
  50. [root@nmtg-cpu001 ~]# tcpdump -i br-tun
  51. tcpdump: WARNING: br-tun: no IPv4 address assigned
  52. tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
  53. listening on br-tun, link-type EN10MB (Ethernet), capture size 65535 bytes
  54. ^C
  55. 0 packets captured
  56. 0 packets received by filter
  57. 0 packets dropped by kernel
  58. [root@nmtg-cpu001 ~]# tcpdump -i br-int
  59. tcpdump: WARNING: br-int: no IPv4 address assigned
  60. tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
  61. listening on br-int, link-type EN10MB (Ethernet), capture size 65535 bytes
  62. 13:28:11.826764 ARP, Request who-has 192.168.1.1 tell 192.168.1.5, length 28
  63. 13:28:12.825992 ARP, Request who-has 192.168.1.1 tell 192.168.1.5, length 28
  64. 13:28:13.825954 ARP, Request who-has 192.168.1.1 tell 192.168.1.5, length 28
  65. 13:28:14.827064 ARP, Request who-has 192.168.1.1 tell 192.168.1.5, length 28
  66. 13:28:15.825960 ARP, Request who-has 192.168.1.1 tell 192.168.1.5, length 28
  67. ^C
  68. 5 packets captured
  69. 5 packets received by filter
  70. 0 packets dropped by kernel
  71. [root@nmtg-cpu001 ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement