diff options
author | rebortg <github@ghlr.de> | 2021-06-11 22:19:55 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2021-06-11 22:19:55 +0200 |
commit | df504dd6c16277b305757fe4500e05b81c150da0 (patch) | |
tree | 0f0dc1153b2767d523944266c44523a1a683a36d /docs/configexamples/wan-load-balancing.rst | |
parent | 21bcc2ccba5be75a600195aefdd6b5bc71f2f50c (diff) | |
download | vyos-documentation-df504dd6c16277b305757fe4500e05b81c150da0.tar.gz vyos-documentation-df504dd6c16277b305757fe4500e05b81c150da0.zip |
autosectionlabel: add custom headline ref
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 |