diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 07:48:15 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 07:48:15 +0300 |
| commit | a2196c23afe878b2cc50d7ea87b750a9c7802e66 (patch) | |
| tree | 17aa918c999c99745c6fbdcecec9cd9b69db048e | |
| parent | 7db8db1fda428ab31d7a2f6f52541fe3057152d1 (diff) | |
| download | vyos-documentation-a2196c23afe878b2cc50d7ea87b750a9c7802e66.tar.gz vyos-documentation-a2196c23afe878b2cc50d7ea87b750a9c7802e66.zip | |
docs: rewrap long prose lines in vrf/index to fit 80-char limit
| -rw-r--r-- | docs/configuration/vrf/index.md | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/docs/configuration/vrf/index.md b/docs/configuration/vrf/index.md index 3f18181f..88a5a50d 100644 --- a/docs/configuration/vrf/index.md +++ b/docs/configuration/vrf/index.md @@ -71,9 +71,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 wan't 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 wan't to e.g. allow BGP to +peer across the default route. ```{eval-rst} .. cfgcmd:: set vrf name <name> ip nht no-resolve-via-default @@ -288,6 +289,7 @@ VRF route leaking #### Configuration +% stop_vyoslinter > ```none > set interfaces bridge br10 address '10.30.0.254/24' > set interfaces bridge br10 member interface eth3 @@ -314,6 +316,7 @@ VRF route leaking > set vrf name red protocols static route 10.0.0.0/24 interface eth1 vrf 'default' > set vrf name red table '2000' > ``` +% start_vyoslinter ### VRF and NAT @@ -321,6 +324,7 @@ VRF route leaking #### Configuration +% stop_vyoslinter > ```none > set interfaces ethernet eth0 address '172.16.50.12/24' > set interfaces ethernet eth0 vrf 'red' @@ -350,6 +354,7 @@ VRF route leaking > set vrf name red protocols static route 192.168.130.0/24 interface eth1 vrf 'blue' > set vrf name red table '2020' > ``` +% start_vyoslinter (vrf-example-operation)= @@ -378,6 +383,7 @@ installed, and try to ICMP ping PC1 from PC3. ##### VRF default routing table +% stop_vyoslinter > ```none > vyos@R1:~$ show ip route > Codes: K - kernel route, C - connected, S - static, R - RIP, @@ -390,9 +396,11 @@ installed, and try to ICMP ping PC1 from PC3. > S>* 10.20.0.0/24 [1/0] is directly connected, eth2 (vrf blue), weight 1, 00:07:38 > S>* 10.30.0.0/24 [1/0] is directly connected, br10 (vrf red), weight 1, 00:07:38 > ``` +% start_vyoslinter ##### VRF red routing table +% stop_vyoslinter > ```none > vyos@R1:~$ show ip route vrf red > Codes: K - kernel route, C - connected, S - static, R - RIP, @@ -406,9 +414,11 @@ installed, and try to ICMP ping PC1 from PC3. > S>* 10.0.0.0/24 [1/0] is directly connected, eth1 (vrf default), weight 1, 00:07:40 > C>* 10.30.0.0/24 is directly connected, br10, 00:07:54 > ``` +% start_vyoslinter ##### VRF blue routing table +% stop_vyoslinter > ```none > vyos@R1:~$ show ip route vrf blue > Codes: K - kernel route, C - connected, S - static, R - RIP, @@ -422,6 +432,7 @@ installed, and try to ICMP ping PC1 from PC3. > S>* 10.0.0.0/24 [1/0] is directly connected, eth1 (vrf default), weight 1, 00:07:44 > C>* 10.20.0.0/24 is directly connected, eth2, 00:07:53 > ``` +% start_vyoslinter # L3VPN VRFs |
