Load Balancing: Difference between revisions
Jump to navigation
Jump to search
Line 61: | Line 61: | ||
Two or more links are setup with dynamic routing protocol OSPF with equal cost. Then equal multipath routing is used. | Two or more links are setup with dynamic routing protocol OSPF with equal cost. Then equal multipath routing is used. | ||
* [[Manual:Routing/OSPF]] | * [[Manual:Routing/OSPF]] | ||
* [[Manual:Route Selection Algorithm in RouterOS#Load balancing and dynamic routing protocols]] | * [[Manual:Route Selection Algorithm in RouterOS#Load balancing and dynamic routing protocols]] |
Revision as of 11:33, 16 May 2019
Introduction
Load Balancing is method aiming to spread traffic across multiple links to get better link usage. This can be done one per-packet or per-connection basis.
Method | Per-connection | Per-packet |
---|---|---|
Firewall marking | Yes | Yes |
ECMP | Yes | No |
PCC | Yes | No |
Nth | Yes | Yes |
Bonding | No | Yes |
OSPF | Yes | No |
BGP | Yes | No |
Methods
Firewall marking
This method uses firewall packet marking to select one from multiple gateways.
- Per-Traffic Load Balancing
- Load Balancing over Multiple Gateways
- Manual:Load balancing multiple same subnet links
ECMP (Equal Cost Multi-Path)
This method uses multiple gateway with same cost.
PCC (Per Connection Classifier)
Nth
- NTH load balancing with masquerade
- NTH load balancing with masquerade (another approach)
- Nth
- Manual:NTH in RouterOS 3.x
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.
- Manual:Routing/OSPF
- Manual:Route Selection Algorithm in RouterOS#Load balancing and dynamic routing protocols