Load Balancing

From MikroTik Wiki
Revision as of 20:23, 24 October 2012 by Chronos (talk | contribs)
Jump to: navigation, search

Introduction

Load Balancing is methology with aim to spread traffic across multiple links. This can be done one per-packet or per-connection basis.

Methods

Firewall marking

This method use firewall packet marking to select one from multiple gateways.

ECMP (Equal Cost Multi-Path)

This method use multiple gateway with same cost.

PCC (Per Connection Classifier)

Nth

Bonding

Can combine multiple links to get link with higher speed.

OSPF

Two or more links are setup with dynamic routing protocol OSPF with equal cost. Then equal multipath routing is used.

BGP

External links