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 =========