Hi, sometimes we get complaints from the customers that packet loss is happening.
In that situation, what is the exact problem ?
Or is there a way to check it on microtik web interface ?
And how to fix such situations ?
Hi, sometimes we get complaints from the customers that packet loss is happening.
In that situation, what is the exact problem ?
Or is there a way to check it on microtik web interface ?
And how to fix such situations ?
You should know where it is happening first. Expecting you do not have only one device in the path between the endpoints…
yes lets say customer #12 has just complained.
So how do we go about checking it ?
Traceroute first to see where the loss happens.
Sorry, Im new to Microtik, so I dont have that much idea and Im very much green to networking too.
So, let me know, how do I track trace this thing.
Are you waiting for me to make a google search for you?
https://www.google.cz/search?q=mikrotik+traceroute
third link:
http://wiki.mikrotik.com/wiki/Manual:Troubleshooting_tools
I you need to GIVE support to your customers, you should better start to learn TCP/IP and networking fundamentals (this is not mikrotik specific). On this forum users can give hints to work with mikrotik stuff better, but you cannot pretend a base tcp/networking course ![]()
By the way .. Traceroute is a diagnostic tool for tcp (see wik https://en.m.wikipedia.org/wiki/Traceroute). In mikrotik world this tool is obviously present and you find it in tools menu.
I just went to the tools > traceroute
Entered my website’s IP address and tested.
I got this.
How good or bad it is ?
Screen Shot 2015-07-10 at 12.35.48 pm.png
Are you sure you have selected the right ip for link test?
I am getting this:
[some user@some mikrotik] > ping 69.16.222.254
SEQ HOST SIZE TTL TIME STATUS
0 152.179.92.62 56 245 144ms admin prohibited
1 69.16.222.254 timeout
2 69.16.222.254 timeout
3 69.16.222.254 timeout
4 69.16.222.254 timeout
5 69.16.222.254 timeout
6 69.16.222.254 timeout
7 152.179.92.62 56 245 142ms admin prohibited
8 69.16.222.254 timeout
9 69.16.222.254 timeout
10 152.179.92.62 56 245 144ms admin prohibited
11 69.16.222.254 timeout
sent=12 received=0 packet-loss=100%
I tried entering my website URL to TRACEROUTE to , but it says invalid.
So, I went to who.is and copied the IP address of the name server and entered that.
Isn’t that the correct method ?
How do I trace route a website url, from Microtik tool then ?
Easily:
[user@router] > tool traceroute www.google.com
# ADDRESS LOSS SENT LAST AVG BEST WORST STD-DEV STATUS
1 100% 8 timeout
2 hidden ip by me 0% 8 7.2ms 10 7.2 18.7 3.4
3 hidden ip by me 0% 8 11ms 10.1 7.4 15.8 2.7
4 hidden ip by me 0% 8 29.2ms 12.3 7.8 29.2 6.5
5 209.85.245.88 0% 8 17.7ms 19.1 17.2 20.4 1.1 <MPLS:L=448321,E=4>
6 72.14.234.237 0% 8 18.1ms 19.8 17 27.8 3.1 <MPLS:L=342637,E=4>
7 216.239.41.137 0% 8 25ms 25.6 25 26.3 0.6
8 74.125.37.150 0% 7 24.4ms 25.8 24.4 26.8 0.8
9 216.239.51.211 0% 7 25.2ms 26.3 24.2 31 2.1
10 100% 7 timeout
11 74.125.71.105 0% 7 31.2ms 25.7 23.8 31.2 2.4
I guess this you are doing it on Microtik terminal, not at the Tools - Traceroute
It’s the same. You can use a hostname for the address, but not an url.
Traceroute is a tool to check connectivity and path to an ip/hostname, not a web service.
Okay I just did it.
See attached.
So, its good or bad ?
Screen Shot 2015-07-10 at 1.23.30 pm.png
0% loss is good of course. But you have sent only 1 packet. Leave it running for a couple of minutes.
0% loss is good of course. But you have sent only 1 packet. Leave it running for a couple of minutes.
Its not running after that.
Do I need to add something more to the command to keep it tracing until I quit ?
You can use ‘count’ or ‘duration’ parameter
/tool traceroute 1.1.1.1 count=60
Did it, it stops, doesnt go till 60 counts.
See .
Screen Shot 2015-07-10 at 1.37.41 pm.png
It stops if you press Q or Ctrl+C.
Try also the tool from winbox. Just type the hostname in the first field. There it doesn’t need additional parameters and runs until you press Stop.
It stops if you press Q or Ctrl+C.
Try also the tool from winbox. Just type the hostname in the first field. There it doesn’t need additional parameters and runs until you press Stop.
Only if Microtik made the winbox for Mac
![]()