Manual:Connection Rate: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
(New page: == Introduction == ===Theory=== <pre> ConnectionRate ::= [!]From-To From,To ::= 0..4294967295 (integer number) </pre> ===Example=== <pre> </pre> ===Notes=== Connection Rate ...)
 
Line 1: Line 1:
== Introduction ==  
== Introduction ==  


Connection Rate is a firewall matcher that allow to capture traffic based on speed of connection.


===Theory===
===Theory===
Each entry in connection tracking table represent bidirectional communication. Every time packet gets associated to particular entry, packet size value (including IP header) is added to "connection-bytes" value for this entry.
Connection Rate calculates speed of connection based on change of "connection-bytes". Connection Rate is recalculated every second and do not have any averages.
You can specify range of speed that you like to capture.


<pre>
<pre>
Line 10: Line 17:


===Example===
===Example===




Line 19: Line 28:


Connection Rate is available in RouterOS since v3.30. This option was introduced to allow capture traffic intensive connections.
Connection Rate is available in RouterOS since v3.30. This option was introduced to allow capture traffic intensive connections.


==Application Example - Traffic Prioritization==
==Application Example - Traffic Prioritization==

Revision as of 12:57, 17 September 2009

Introduction

Connection Rate is a firewall matcher that allow to capture traffic based on speed of connection.

Theory

Each entry in connection tracking table represent bidirectional communication. Every time packet gets associated to particular entry, packet size value (including IP header) is added to "connection-bytes" value for this entry.

Connection Rate calculates speed of connection based on change of "connection-bytes". Connection Rate is recalculated every second and do not have any averages.

You can specify range of speed that you like to capture.

ConnectionRate ::= [!]From-To
  From,To ::= 0..4294967295    (integer number)

Example


Notes

Connection Rate is available in RouterOS since v3.30. This option was introduced to allow capture traffic intensive connections.

Application Example - Traffic Prioritization

Quick Start for Impatient


Explanation

IP Firewall mangle



Queue

/