Manual:Fast Path: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{Versions|v6+}} __TOC__ ==Summary== {{cont}} PoE PoE PoE PoE [[Category:Case Studi..." |
No edit summary |
||
Line 5: | Line 5: | ||
==Summary== | ==Summary== | ||
==List of RouterBoards with FastPath support== | |||
==FastPath Handlers== | |||
Currently RouterOS has three fast path handlers | |||
* ipv4 fast path | |||
* traffic generator | |||
* mpls fast path | |||
IPv4 fast path is automatically used if following conditions are met: | |||
* [[firewal rules]] are not configured, | |||
* [[simple queues]] are not configured | |||
* source interface is not [[bridge]] or [[bonding]] slave | |||
* destination interface have configured [[only-hw-queue]], | |||
* no [[vrrp]], [[mesh]], [[metarouter]] interface configuration, | |||
* [[sniffer]], [[torch]] or [[traffic generator]] is not running | |||
* connection tracking is disabled | |||
<code>/ip firewall connection tracking set enabled</code> parameter has new <var>auto</var> value Which means that connection tracking is disabled by default until firewall rules are added. | |||
Packet will be forwarded in fast path only if source and destination interfaces support fast path. | |||
{{cont}} | {{cont}} |
Revision as of 11:29, 8 October 2012
Applies to RouterOS: v6+
Summary
List of RouterBoards with FastPath support
FastPath Handlers
Currently RouterOS has three fast path handlers
- ipv4 fast path
- traffic generator
- mpls fast path
IPv4 fast path is automatically used if following conditions are met:
- firewal rules are not configured,
- simple queues are not configured
- source interface is not bridge or bonding slave
- destination interface have configured only-hw-queue,
- no vrrp, mesh, metarouter interface configuration,
- sniffer, torch or traffic generator is not running
- connection tracking is disabled
/ip firewall connection tracking set enabled
parameter has new auto value Which means that connection tracking is disabled by default until firewall rules are added.
Packet will be forwarded in fast path only if source and destination interfaces support fast path.
[ Top | Back to Content ]