Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We also ran /afs/slac/package/pinger/write_offsitenodes.pl to generate /afs/slac.stanford.edu/package/pinger/pinger2/share/pinger/pinger.xml file for the SLAC MA.  This works.  

For the IPv6.google.com raw data from pinger.pl only reports min/avg/max  RTTs, there are no sequence number or associated RTTs. This  has to do with truncating the ping/icmp MTU between SLAC and ipv6.google.com and no RTT being reported for each of the pings. On the other hand pings are not truncated between SLAC and perfsonar-lt.cern.ch (2001:1458:301:a7bc::100:15) and many other IPv6 nodes .See below for examples. I was just unlucky in the host I chose to test against. 

Code Block
Examples (nb. –s defines the packet size)
123cottrell@pinger:~$/bin/ping6 -n -w 30 -c 2 -i 1 -s 64 ipv6.google.com
PING ipv6.google.com(2607:f8b0:4007:80d::200e) 64 data bytes
72 bytes from 2607:f8b0:4007:80d::200e: icmp_seq=1 ttl=51 time=9.88 ms
72 bytes from 2607:f8b0:4007:80d::200e: icmp_seq=2 ttl=51 time=9.78 ms
 
--- ipv6.google.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1011ms
rtt min/avg/max/mdev = 9.780/9.834/9.888/0.054 ms
124cottrell@pinger:~$/bin/ping6 -n -w 30 -c 2 -i 1 -s 65 ipv6.google.com
PING ipv6.google.com(2607:f8b0:4007:80d::200e) 65 data bytes
72 bytes from 2607:f8b0:4007:80d::200e: icmp_seq=1 ttl=51 (truncated)
72 bytes from 2607:f8b0:4007:80d::200e: icmp_seq=2 ttl=51 (truncated)
 
--- ipv6.google.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1011ms
rtt min/avg/max/mdev = 9.818/9.834/9.850/0.016 ms
125cottrell@pinger:~$/bin/ping6 -n -w 30 -c 2 -i 1 -s 1000 perfsonar-lt.cern.ch
PING perfsonar-lt.cern.ch(2001:1458:301:a7bc::100:15) 1000 data bytes
1008 bytes from 2001:1458:301:a7bc::100:15: icmp_seq=1 ttl=45 time=151 ms
1008 bytes from 2001:1458:301:a7bc::100:15: icmp_seq=2 ttl=45 time=152 ms
 
--- perfsonar-lt.cern.ch ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1152ms
rtt min/avg/max/mdev = 151.987/151.996/152.006/0.389 ms


Thus I  added perfsonar-lt.cern.ch to NODEDETAILS. and got:

Code Block
pinger.slac.stanford.edu 2620:114:d000:25a1::80 perfsonar-lt.cern.ch 2001:1458:301:a7bc::100:15 100 1518025122 10 10 151.850 152.004 152.372 1 2 3 4 5 6 7 8 9 10 152 151 151 151 152 151 151 151 152 151

XML file at Guanhzhou

See here. Currently, it contains random pingable IPv6 addresses as Saqib took it from http://www.ipv6forum.com/ipv6%5fenabled/approval%5flist.php.  He proceeded as follows:

...