diff options
| author | David Vølker <david@voelker.dk> | 2025-09-15 11:16:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-15 10:16:18 +0100 |
| commit | 44113897d3083484b53572bfa8b256a05e673c62 (patch) | |
| tree | 10e4b7b8d3a5531fbdefcda1c987d4ddb5b4eac0 /docs/configuration | |
| parent | 0a63089c383ee0b488c280a6a6de03774b48456f (diff) | |
| download | vyos-documentation-44113897d3083484b53572bfa8b256a05e673c62.tar.gz vyos-documentation-44113897d3083484b53572bfa8b256a05e673c62.zip | |
kea: T6211: add VRF support for KEA dhcp server (#1637)
Co-authored-by: David Vølker <davvol@davvol.dk>
Diffstat (limited to 'docs/configuration')
| -rw-r--r-- | docs/configuration/vrf/index.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/configuration/vrf/index.rst b/docs/configuration/vrf/index.rst index 9082e8d4..1a129f12 100644 --- a/docs/configuration/vrf/index.rst +++ b/docs/configuration/vrf/index.rst @@ -122,6 +122,27 @@ routing protocol inside a given vrf: - :ref:`routing-ospfv3`: ``set vrf name <name> protocols ospfv3 ...`` - :ref:`routing-static`: ``set vrf name <name> protocols static ...`` +Services +------- + +Currently the following services can be created isolated in VRFs + +- :ref:`dhcp-server` + +The CLI configuration is same as mentioned in above articles. The only +difference is, that each service used, must be prefixed with the `vrf +name <name>` command. + +Example +^^^^^^^ + +The following commands would be required to set options for a given service +inside a given vrf: + +- :ref:`dhcp-server`: ``set vrf name <name> service dhcp-server ...`` +- :ref:`dhcp-server`: ``set vrf name <name> service dhcpv6-server ...`` + + Operation ========= |
