diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-23 14:46:35 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-23 14:46:35 +0300 |
| commit | fed793f8a0daae064dd58d52ed2396a98646d567 (patch) | |
| tree | 2861d1d3d54415511c68a57a3d372de48c7b4e80 /docs/configuration/vrf | |
| parent | cac7b484e89354fae0054c8f33c4dc5139df42fa (diff) | |
| parent | abc3e9d38f8ce56fd73cd2007b96152fcbd083a2 (diff) | |
| download | vyos-documentation-fed793f8a0daae064dd58d52ed2396a98646d567.tar.gz vyos-documentation-fed793f8a0daae064dd58d52ed2396a98646d567.zip | |
Merge pull request #1841 from vyos/yuriy/convert-images-to-webp
perf: convert all images to WebP with PDF fallback
Diffstat (limited to 'docs/configuration/vrf')
| -rw-r--r-- | docs/configuration/vrf/index.rst | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/docs/configuration/vrf/index.rst b/docs/configuration/vrf/index.rst index f41e98a2..5965f857 100644 --- a/docs/configuration/vrf/index.rst +++ b/docs/configuration/vrf/index.rst @@ -20,8 +20,8 @@ then enslaved to a VRF device. .. cfgcmd:: set vrf name <name> table <id> - Create a new VRF instance with `<name>` and `<id>`. The name is used when placing - individual interfaces into the VRF. + Create a new VRF instance with `<name>` and `<id>`. The name is + used when placing individual interfaces into the VRF. .. note:: A routing table ID can not be modified once it is assigned. It can only be changed by deleting and re-adding the VRF instance. @@ -66,9 +66,10 @@ can be used to filter which routes zebra will install in the kernel. 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 want to e.g. allow BGP to peer across the default route. +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 want to e.g. allow BGP to +peer across the default route. .. cfgcmd:: set vrf name <name> ip nht no-resolve-via-default @@ -230,8 +231,8 @@ For VRF maintenance the following operational commands are in place. the round-trip time of these packets is used in calculating the minimum/ average/maximum round-trip time numbers. - .. note:: Ping command can be interrupted at any given time using ``<Ctrl>+c``. - A brief statistic is shown afterwards. + .. note:: Ping command can be interrupted at any given time using + ``<Ctrl>+c``. A brief statistic is shown afterwards. .. code-block:: none @@ -272,7 +273,7 @@ VRF route leaking The following example topology was built using EVE-NG. -.. figure:: /_static/images/vrf-example-topology-01.png +.. figure:: /_static/images/vrf-example-topology-01.* :alt: VRF topology example VRF route leaking @@ -535,9 +536,9 @@ address-family. .. cfgcmd:: set vrf name <name> protocols bgp interface <interface> mpls forwarding - It is possible to permit BGP install VPN prefixes without transport labels. - This configuration will install VPN prefixes originated from an e-bgp session, - and with the next-hop directly connected. + It is possible to permit BGP install VPN prefixes without transport + labels. This configuration will install VPN prefixes originated + from an e-bgp session, and with the next-hop directly connected. .. _l3vpn-vrf example operation: |
