diff options
Diffstat (limited to 'docs')
| -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 ========= |
