From 0dc0f08fe2c8fa1ec142a278b73794e8015bad77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20V=C3=B8lker?= Date: Wed, 21 May 2025 17:19:08 +0200 Subject: [PATCH] kea: T6211: add VRF support for KEA dhcp server --- docs/configuration/vrf/index.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/configuration/vrf/index.rst b/docs/configuration/vrf/index.rst index 9082e8d4d6..1a129f1215 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 protocols ospfv3 ...`` - :ref:`routing-static`: ``set vrf 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 ` 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 service dhcp-server ...`` +- :ref:`dhcp-server`: ``set vrf name service dhcpv6-server ...`` + + Operation =========