Community discussions

MikroTik App
 
ashraf
just joined
Topic Author
Posts: 2
Joined: Sun Nov 25, 2007 9:07 pm

How I Can Set ICMP Ping at Same Latency

Mon Nov 26, 2007 9:36 am

I want to Set ICMP Ping Stable and same for user when they giving Download. Because I saw when user Gave any download then Ping latency varied due to of His Limit bandwidth. So How I can assign same Ping latency during They using Full bandwidth. So Any One Can Suggest Me about this.
 
User avatar
sergejs
MikroTik Support
MikroTik Support
Posts: 6697
Joined: Thu Mar 31, 2005 3:33 pm
Location: Riga, Latvia
Contact:

Re: How I Can Set ICMP Ping at Same Latency

Mon Nov 26, 2007 12:05 pm

Use mangle and queues.
Mangle to mark packets that belong to ICMP (pings), queues to set highest priority for ICMP traffic over other traffic (queue for ICMP priority=1 and queue for other traffic priority=8).
 
ashraf
just joined
Topic Author
Posts: 2
Joined: Sun Nov 25, 2007 9:07 pm

Re: How I Can Set ICMP Ping at Same Latency

Mon Nov 26, 2007 5:43 pm

Dear Sergejs,

I tried to follow ur Suggest Can U confirm me is it Ok which i Gaven Bellow. If Ok Then Rule not Worked. So If i Did wrong suggest me again


At Mangle =" chain=prerouting protocol=icmp action=mark-packet new-packet-mark=ICMP passthrough=no '

At queue Tree = " name="ICMP" parent=global-in packet-mark=ICMP limit-at=64000 queue=ethernet-default priority=1 max-limit=64000 burst-limit=0 burst-threshold=0 burst-time=0s '
 
User avatar
t3rm
Member Candidate
Member Candidate
Posts: 143
Joined: Sat Aug 04, 2007 1:57 pm
Location: Bandung - WJ - Indonesia

Re: How I Can Set ICMP Ping at Same Latency

Mon Nov 26, 2007 7:53 pm

Make sure on mangle, you put ICMP on top of the rule you shape for your client.
Or make it the first in line.
 
unlimitedme
Frequent Visitor
Frequent Visitor
Posts: 62
Joined: Tue Apr 24, 2007 1:01 pm

Re: How I Can Set ICMP Ping at Same Latency

Tue Nov 27, 2007 4:49 am

sergejs,

can this scenario being applied in a bridge wireless networks?

thanks