mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-11-03 04:12:03 +01:00
Add protocol failover route policy
This commit is contained in:
parent
a7fe804920
commit
4438352918
@ -32,6 +32,19 @@ Failover Routes
|
|||||||
|
|
||||||
Default is ``icmp``.
|
Default is ``icmp``.
|
||||||
|
|
||||||
|
.. cfgcmd:: set protocols failover route <subnet> next-hop <address> check
|
||||||
|
policy <policy>
|
||||||
|
|
||||||
|
Policy for checking targets
|
||||||
|
|
||||||
|
* ``all-available`` all checking target addresses must be available to pass
|
||||||
|
this check
|
||||||
|
|
||||||
|
* ``any-available`` any of the checking target addresses must be available
|
||||||
|
to pass this check
|
||||||
|
|
||||||
|
Default is ``any-available``.
|
||||||
|
|
||||||
.. cfgcmd:: set protocols failover route <subnet> next-hop <address>
|
.. cfgcmd:: set protocols failover route <subnet> next-hop <address>
|
||||||
interface <interface>
|
interface <interface>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user