| 21 | By swapping an experiment with the above NS file and pinging nodeB from nodeA, you would get something like the following: |
| 22 | {{{ |
| 23 | ping nodeb -c 100 |
| 24 | PING nodeB-lan1 (10.1.1.3) 56(84) bytes of data. |
| 25 | 64 bytes from nodeB-lan1 (10.1.1.3): icmp_seq=3 ttl=64 time=60.1 ms |
| 26 | 64 bytes from nodeB-lan1 (10.1.1.3): icmp_seq=6 ttl=64 time=60.1 ms |
| 27 | ..... |
| 28 | ..... |
| 29 | ..... |
| 30 | ..... |
| 31 | 64 bytes from nodeB-lan1 (10.1.1.3): icmp_seq=99 ttl=64 time=60.2 ms |
| 32 | 64 bytes from nodeB-lan1 (10.1.1.3): icmp_seq=100 ttl=64 time=60.2 ms |
| 33 | |
| 34 | --- nodeB-lan1 ping statistics --- |
| 35 | 100 packets transmitted, 64 received, 36% packet loss, time 1207ms |
| 36 | rtt min/avg/max/mdev = 60.143/60.181/60.244/0.253 ms, pipe 6, ipg/ewma 12.194/60.203 ms |
| 37 | }}} |