mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
vrf: correct build warning
This commit is contained in:
parent
00d33cbd2b
commit
ab702eb8ad
@ -187,6 +187,8 @@ For VRF maintenance the following operational commands are in place.
|
|||||||
route packets taken to the given hosts IP address family. This option is
|
route packets taken to the given hosts IP address family. This option is
|
||||||
useful when the host is specified as a hostname rather than an IP address.
|
useful when the host is specified as a hostname rather than an IP address.
|
||||||
|
|
||||||
|
.. _vrf example:
|
||||||
|
|
||||||
Example
|
Example
|
||||||
=======
|
=======
|
||||||
|
|
||||||
@ -206,6 +208,8 @@ The following example topology was build using EVE-NG.
|
|||||||
``red``. Say this is the HR department.
|
``red``. Say this is the HR department.
|
||||||
* R1 is managed through an out-of-band network that resides in VRF ``mgmt``
|
* R1 is managed through an out-of-band network that resides in VRF ``mgmt``
|
||||||
|
|
||||||
|
.. _vrf example configuration:
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
^^^^^^^^^^^^^
|
^^^^^^^^^^^^^
|
||||||
|
|
||||||
@ -236,6 +240,8 @@ Configuration
|
|||||||
set vrf name red protocols static route 10.0.0.0/24 interface eth1 vrf 'default'
|
set vrf name red protocols static route 10.0.0.0/24 interface eth1 vrf 'default'
|
||||||
set vrf name red table '2000'
|
set vrf name red table '2000'
|
||||||
|
|
||||||
|
.. _vrf example operation:
|
||||||
|
|
||||||
Operation
|
Operation
|
||||||
^^^^^^^^^
|
^^^^^^^^^
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user