Guest User

Untitled

a guest
Dec 13th, 2017
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.86 KB | None | 0 0
  1. Flows on compute node:
  2.  
  3. [openstack@NaplesCompute ~]$ sudo ovs-ofctl dump-flows br-int -O OpenFlow13 |grep -i group
  4. 2017-12-14T06:18:40Z|00001|ofp_actions|INFO|OFPAT_SET_MPLS_TTL is deprecated in OpenFlow13 (use Set-Field)
  5. 2017-12-14T06:18:40Z|00002|ofp_actions|INFO|OFPAT_SET_MPLS_TTL is deprecated in OpenFlow13 (use Set-Field)
  6. 2017-12-14T06:18:40Z|00003|ofp_actions|INFO|OFPAT_SET_MPLS_TTL is deprecated in OpenFlow13 (use Set-Field)
  7. 2017-12-14T06:18:40Z|00004|ofp_actions|INFO|OFPAT_SET_MPLS_TTL is deprecated in OpenFlow13 (use Set-Field)
  8. cookie=0x8eebc17664b8ccd5, duration=65343.694s, table=0, n_packets=5918, n_bytes=388928, priority=30,ip,in_port=94,nw_src=20.0.0.6,nw_dst=20.0.0.28 actions=group:1
  9. cookie=0x8eebc17664b8ccd5, duration=65343.511s, table=0, n_packets=5918, n_bytes=388928, priority=30,ip,in_port=99,nw_src=20.0.0.6,nw_dst=20.0.0.28 actions=group:8
  10. cookie=0x8eebc17664b8ccd5, duration=35.193s, table=0, n_packets=0, n_bytes=0, priority=30,ip,in_port=96,nw_src=20.0.0.28,nw_dst=20.0.0.6 actions=group:4
  11. cookie=0x8eebc17664b8ccd5, duration=34.939s, table=0, n_packets=0, n_bytes=0, priority=30,ip,in_port=101,nw_src=20.0.0.28,nw_dst=20.0.0.6 actions=group:7
  12.  
  13.  
  14. Flows on controller node:
  15.  
  16. [root@NaplesController sfc]# ovs-ofctl dump-flows -O OpenFlow13 br-int table=0|grep -i grou
  17. cookie=0x8b53df3255d28e80, duration=65310.971s, table=0, n_packets=5918, n_bytes=388928, priority=30,ip,in_port=48,nw_src=20.0.0.6,nw_dst=20.0.0.28 actions=group:3
  18. cookie=0x8b53df3255d28e80, duration=2.867s, table=0, n_packets=0, n_bytes=0, priority=30,ip,in_port=47,nw_src=20.0.0.28,nw_dst=20.0.0.6 actions=group:6
  19.  
  20.  
  21. tcpdump for ping:
  22. [openstack@NaplesCompute ~]$ sudo tcpdump -vvv -nei tapf8a2cdb0-c5
  23. tcpdump: listening on tapf8a2cdb0-c5, link-type EN10MB (Ethernet), capture size 262144 bytes
  24. 11:50:47.693799 fa:16:3e:f9:d5:00 > Broadcast, ethertype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 20.0.0.1 tell 20.0.0.2, length 28
  25. 11:50:48.079095 fa:16:3e:36:e0:60 > fa:16:3e:ef:71:69, ethertype IPv4 (0x0800), length 98: (tos 0x0, ttl 64, id 50179, offset 0, flags [DF], proto ICMP (1), length 84)
  26. 20.0.0.6 > 20.0.0.28: ICMP echo request, id 2912, seq 8, length 64
  27. 11:50:48.085252 fa:16:3e:ef:71:69 > fa:16:3e:36:e0:60, ethertype IPv4 (0x0800), length 98: (tos 0x0, ttl 61, id 33794, offset 0, flags [none], proto ICMP (1), length 84)
  28. 20.0.0.28 > 20.0.0.6: ICMP echo reply, id 2912, seq 8, length 64
  29. 11:50:48.717743 fa:16:3e:f9:d5:00 > Broadcast, ethertype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 20.0.0.1 tell 20.0.0.2, length 28
  30. 11:50:49.080187 fa:16:3e:36:e0:60 > fa:16:3e:ef:71:69, ethertype IPv4 (0x0800), length 98: (tos 0x0, ttl 64, id 50573, offset 0, flags [DF], proto ICMP (1), length 84)
  31. 20.0.0.6 > 20.0.0.28: ICMP echo request, id 2912, seq 9, length 64
  32. 11:50:49.085849 fa:16:3e:ef:71:69 > fa:16:3e:36:e0:60, ethertype IPv4 (0x0800), length 98: (tos 0x0, ttl 61, id 34633, offset 0, flags [none], proto ICMP (1), length 84)
  33. 20.0.0.28 > 20.0.0.6: ICMP echo reply, id 2912, seq 9, length 64
  34. 11:50:50.081469 fa:16:3e:36:e0:60 > fa:16:3e:ef:71:69, ethertype IPv4 (0x0800), length 98: (tos 0x0, ttl 64, id 50603, offset 0, flags [DF], proto ICMP (1), length 84)
  35. 20.0.0.6 > 20.0.0.28: ICMP echo request, id 2912, seq 10, length 64
  36. 11:50:50.087563 fa:16:3e:ef:71:69 > fa:16:3e:36:e0:60, ethertype IPv4 (0x0800), length 98: (tos 0x0, ttl 61, id 35029, offset 0, flags [none], proto ICMP (1), length 84)
  37. 20.0.0.28 > 20.0.0.6: ICMP echo reply, id 2912, seq 10, length 64
  38. 11:50:51.083192 fa:16:3e:36:e0:60 > fa:16:3e:ef:71:69, ethertype IPv4 (0x0800), length 98: (tos 0x0, ttl 64, id 50840, offset 0, flags [DF], proto ICMP (1), length 84)
  39. 20.0.0.6 > 20.0.0.28: ICMP echo request, id 2912, seq 11, length 64
  40. 11:50:51.088874 fa:16:3e:ef:71:69 > fa:16:3e:36:e0:60, ethertype IPv4 (0x0800), length 98: (tos 0x0, ttl 61, id 35129, offset 0, flags [none], proto ICMP (1), length 84)
  41. 20.0.0.28 > 20.0.0.6: ICMP echo reply, id 2912, seq 11, length 64
  42. 11:50:51.954016 fa:16:3e:f9:d5:00 > Broadcast, ethertype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 20.0.0.1 tell 20.0.0.2, length 28
  43. 11:50:52.084487 fa:16:3e:36:e0:60 > fa:16:3e:ef:71:69, ethertype IPv4 (0x0800), length 98: (tos 0x0, ttl 64, id 51501, offset 0, flags [DF], proto ICMP (1), length 84)
  44. 20.0.0.6 > 20.0.0.28: ICMP echo request, id 2912, seq 12, length 64
  45. 11:50:52.090188 fa:16:3e:ef:71:69 > fa:16:3e:36:e0:60, ethertype IPv4 (0x0800), length 98: (tos 0x0, ttl 61, id 35287, offset 0, flags [none], proto ICMP (1), length 84)
  46.  
  47.  
  48.  
  49. tcpdump for wget:
  50. [openstack@NaplesCompute ~]$ sudo tcpdump -vvv -nei tapf8a2cdb0-c5
  51. tcpdump: listening on tapf8a2cdb0-c5, link-type EN10MB (Ethernet), capture size 262144 bytes
  52. 11:50:59.789887 fa:16:3e:f9:d5:00 > Broadcast, ethertype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 20.0.0.1 tell 20.0.0.2, length 28
  53. 11:51:01.966139 fa:16:3e:f9:d5:00 > Broadcast, ethertype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 20.0.0.1 tell 20.0.0.2, length 28
  54. 11:51:02.989845 fa:16:3e:f9:d5:00 > Broadcast, ethertype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 20.0.0.1 tell 20.0.0.2, length 28
  55. 11:51:04.014825 fa:16:3e:f9:d5:00 > Broadcast, ethertype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 20.0.0.1 tell 20.0.0.2, length 28
  56. 11:51:07.760438 fa:16:3e:f9:d5:00 > Broadcast, ethertype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 20.0.0.1 tell 20.0.0.2, length 28
  57. 11:51:08.813959 fa:16:3e:f9:d5:00 > Broadcast, ethertype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 20.0.0.1 tell 20.0.0.2, length 28
  58. 11:51:09.837947 fa:16:3e:f9:d5:00 > Broadcast, ethertype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 20.0.0.1 tell 20.0.0.2, length 28
Add Comment
Please, Sign In to add comment