Some times you may see that there is being loss the ICMP packets while the users in your network are trying to ping to any destination hosts .and sue to this problem the users are getting high ms .
Let's start the configuration to give the higher priority to users .
Step-1
Create a Mangle rule for marking the connection of ICMP and after marking the connections of ICMp you will have to mark the ICMP packets .
Create a mangle rule First .
add action=mark-connection chain=forward comment="ICMP_Higher_Priority" new-connection-mark=ICMP_High protocol=icmp
add action=mark-packet chain=forward connection-mark=ICMP_High new-packet-mark=ICMP_PKT passthrough=no
create a simple queue for giving the exact bandwidth to ICMP packets .
/queue simple
add comment=ICMP max-limit=4M/4M name=ICMP packet-marks=ICMP_PKT target=""
No comments:
Post a Comment