Manual:Fast Path: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{Versions|v6+}}
{{Versions|v6.0rc2 +}}


__TOC__
__TOC__

Revision as of 10:58, 8 October 2012

Version.png

Applies to RouterOS: v6.0rc2 +

Summary

List of RouterBoards with FastPath support

RouterBoard Interfaces
RB3xx series ether1,2
RB6xx series ether1,2
RB7xx series all ethernets
RB8xx series ether1,2
RB9xx series all ethernets
RB1000 all ethernets
RB1100 series ether1-10,13
RB2011 series all ethernets and sfp
CCR series routers all ethernets and sfps

FastPath Handlers

Currently RouterOS has three fast path handlers

  • ipv4 fast path
  • traffic generator
  • mpls fast path
  • bridge handler
Icon-note.png

Note: Packet will be forwarded in fast path only if source and destination interfaces support fast path. See the list of supported interfaces.



IPv4 handler

IPv4 fast path is automatically used if following conditions are met:

/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.


Traffic Generator handler

Traffic Generator fast path is automatically used for interfaces that support this feature.


Bridge handler

Bridge fast path is automatically used if following conditions are met:


Bridge fast path is approximately twice as fast.


[ Top | Back to Content ]