Community discussions

MikroTik App
 
Nahumus
just joined
Topic Author
Posts: 1
Joined: Thu Jan 06, 2022 11:39 am

Ping command output inconsistency

Thu Jan 06, 2022 12:02 pm

Version number: v7.1rc1
Router's model: 912UAG-5HPnD
Steps to reproduce the issue: run the ping command on any address

When I ping any address, it has 2 output variations:
one that doesn't fit with the documentation. it has a line at the start: Columns: SEQ, HOST, SIZE, TTL, TIME, and without a line at the end
one that is the same as in the documentation - without the first line and with a line at the end summarising the results, the examples below were in the same order as presented and 1 right after the other
[admin@MikroTik] > ping 8.8.8.8 count=3
Columns: SEQ, HOST, SIZE, TTL, TIME
SEQ  HOST     SIZE  TTL  TIME      
  0  8.8.8.8    56  112  209ms436us
  1  8.8.8.8    56  112  80ms991us 
  2  8.8.8.8    56  112  110ms384us

[admin@MikroTik] > ping google.com count=3
  SEQ HOST                                     SIZE TTL TIME       STATUS                                                                                                                                         
    0 172.217.18.46                              56 112 72ms403us 
    1 172.217.18.46                              56 112 81ms170us 
    2 172.217.18.46                              56 112 100ms183us
    sent=3 received=3 packet-loss=0% min-rtt=72ms403us avg-rtt=84ms585us max-rtt=100ms183us 

[admin@MikroTik] > ping google.com count=3
Columns: SEQ, HOST, SIZE, TTL, TIME
SEQ  HOST           SIZE  TTL  TIME      
  0  172.217.18.46    56  112  717ms425us
  1  172.217.18.46    56  112  89ms601us 
  2  172.217.18.46    56  112  105ms90us 

[admin@MikroTik] > ping 1.1.1.1
  SEQ HOST                                     SIZE TTL TIME       STATUS                                                                                                                                         
    0 1.1.1.1                                    56  56 66ms101us 
    1 1.1.1.1                                    56  56 61ms432us 
    2 1.1.1.1                                    56  56 159ms398us
    3 1.1.1.1                                    56  56 421ms222us
    4 1.1.1.1                                    56  56 70ms445us 
    sent=5 received=5 packet-loss=0% min-rtt=61ms432us avg-rtt=155ms719us max-rtt=421ms222us 

[admin@MikroTik] > ping 1.1.1.1 count=5
Columns: SEQ, HOST, SIZE, TTL, TIME
SEQ  HOST     SIZE  TTL  TIME      
  0  1.1.1.1    56   56  141ms812us
  1  1.1.1.1    56   56  450ms570us
  2  1.1.1.1    56   56  63ms748us 
  3  1.1.1.1    56   56  58ms919us 
  4  1.1.1.1    56   56  614ms545us

[admin@MikroTik] > ping yahoo.com count=5
Columns: SEQ, HOST, SIZE, TTL, TIME
SEQ  HOST         SIZE  TTL  TIME      
  0  74.6.143.26    56   46  185ms393us
  1  74.6.143.26    56   46  464ms240us
  2  74.6.143.26    56   46  425ms958us
  3  74.6.143.26    56   46  386ms774us
  4  74.6.143.26    56   46  347ms43us
  

Who is online

Users browsing this forum: No registered users and 13 guests