diff options
author | Robert Göhler <github@ghlr.de> | 2021-06-11 22:28:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-11 22:28:02 +0200 |
commit | 679a7967f5b4ae41fa92bad5d3efa6e883b33610 (patch) | |
tree | 95bb90c8a6e71ab79906ac6cee304f631aaacf1c /docs/configexamples/wan-load-balancing.rst | |
parent | b8cc2a3971104ed3b4e9b77bd33a02cccaf6b54a (diff) | |
parent | 20fae5d25db3989b958d38a83dbca8573ec8a9d2 (diff) | |
download | vyos-documentation-679a7967f5b4ae41fa92bad5d3efa6e883b33610.tar.gz vyos-documentation-679a7967f5b4ae41fa92bad5d3efa6e883b33610.zip |
Merge pull request #546 from rebortg/autosectionlabel
Autosectionlabel
Diffstat (limited to 'docs/configexamples/wan-load-balancing.rst')
-rw-r--r-- | docs/configexamples/wan-load-balancing.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configexamples/wan-load-balancing.rst b/docs/configexamples/wan-load-balancing.rst index f26f3ce6..cd150121 100644 --- a/docs/configexamples/wan-load-balancing.rst +++ b/docs/configexamples/wan-load-balancing.rst @@ -67,6 +67,9 @@ Example 2: Failover based on interface weights This examples uses the failover mode. + +.. _wan:example2_overwiew: + Overview ^^^^^^^^ In this example eth0 is the primary interface and eth1 is the secondary @@ -94,6 +97,8 @@ The previous example used the failover command to send traffic thorugh eth1 if eth0 fails. In this example failover functionality is provided by rule order. +.. _wan:example3_overwiew: + Overview ^^^^^^^^ Two rules will be created, the first rule directs traffic coming in @@ -122,6 +127,9 @@ secondary link has a lower speed and should only carry high priority traffic. It is assumed for this example that eth1 is connected to a slower connection than eth0 and should prioritise VoIP traffic. + +.. _wan:example4_overwiew: + Overview ^^^^^^^^ A rule order for prioritising traffic is useful in scenarios where the |