mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-11-02 20:02:05 +01:00
Merge pull request #1281 from vyos/nht
T6001: add option to disable next-hop-tracking resolve-via-default
This commit is contained in:
commit
ef69ba431c
@ -43,6 +43,19 @@ can be used to filter which routes zebra will install in the kernel.
|
|||||||
.. note:: If you choose any as the option that will cause all protocols that
|
.. note:: If you choose any as the option that will cause all protocols that
|
||||||
are sending routes to zebra.
|
are sending routes to zebra.
|
||||||
|
|
||||||
|
Nexthop Tracking
|
||||||
|
^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Nexthop tracking resolve nexthops via the default route by default. This is enabled
|
||||||
|
by default for a traditional profile of FRR which we use. It and can be disabled if
|
||||||
|
you do not wan't to e.g. allow BGP to peer across the default route.
|
||||||
|
|
||||||
|
.. cfgcmd:: set system ip nht no-resolve-via-default
|
||||||
|
|
||||||
|
Do not allow IPv4 nexthop tracking to resolve via the default route. This
|
||||||
|
parameter is configured per-VRF, so the command is also available in the VRF
|
||||||
|
subnode.
|
||||||
|
|
||||||
Operational commands
|
Operational commands
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|||||||
@ -39,6 +39,19 @@ can be used to filter which routes zebra will install in the kernel.
|
|||||||
.. note:: If you choose any as the option that will cause all protocols that
|
.. note:: If you choose any as the option that will cause all protocols that
|
||||||
are sending routes to zebra.
|
are sending routes to zebra.
|
||||||
|
|
||||||
|
Nexthop Tracking
|
||||||
|
^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Nexthop tracking resolve nexthops via the default route by default. This is enabled
|
||||||
|
by default for a traditional profile of FRR which we use. It and can be disabled if
|
||||||
|
you do not wan't to e.g. allow BGP to peer across the default route.
|
||||||
|
|
||||||
|
.. cfgcmd:: set system ipv6 nht no-resolve-via-default
|
||||||
|
|
||||||
|
Do not allow IPv6 nexthop tracking to resolve via the default route. This
|
||||||
|
parameter is configured per-VRF, so the command is also available in the VRF
|
||||||
|
subnode.
|
||||||
|
|
||||||
Operational commands
|
Operational commands
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|||||||
@ -67,6 +67,25 @@ can be used to filter which routes zebra will install in the kernel.
|
|||||||
.. note:: If you choose any as the option that will cause all protocols that
|
.. note:: If you choose any as the option that will cause all protocols that
|
||||||
are sending routes to zebra.
|
are sending routes to zebra.
|
||||||
|
|
||||||
|
Nexthop Tracking
|
||||||
|
----------------
|
||||||
|
|
||||||
|
Nexthop tracking resolve nexthops via the default route by default. This is enabled
|
||||||
|
by default for a traditional profile of FRR which we use. It and can be disabled if
|
||||||
|
you do not wan't to e.g. allow BGP to peer across the default route.
|
||||||
|
|
||||||
|
.. cfgcmd:: set vrf name <name> ip nht no-resolve-via-default
|
||||||
|
|
||||||
|
Do not allow IPv4 nexthop tracking to resolve via the default route. This
|
||||||
|
parameter is configured per-VRF, so the command is also available in the VRF
|
||||||
|
subnode.
|
||||||
|
|
||||||
|
.. cfgcmd:: set vrf name <name> ipv6 nht no-resolve-via-default
|
||||||
|
|
||||||
|
Do not allow IPv4 nexthop tracking to resolve via the default route. This
|
||||||
|
parameter is configured per-VRF, so the command is also available in the VRF
|
||||||
|
subnode.
|
||||||
|
|
||||||
Interfaces
|
Interfaces
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user