diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-05-19 17:18:56 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-05-19 17:18:56 +0200 |
commit | 074e2c1268a654c9196a4966c7a8cbfbd2c2a3c1 (patch) | |
tree | 1193c488378aea7894b86d47797b6a6dc9c7b783 /docs | |
parent | d3a9d130d7230308c084f76d3eb20d2507dc7666 (diff) | |
download | vyos-documentation-074e2c1268a654c9196a4966c7a8cbfbd2c2a3c1.tar.gz vyos-documentation-074e2c1268a654c9196a4966c7a8cbfbd2c2a3c1.zip |
dhcpv6: document prefix delegation support
Diffstat (limited to 'docs')
-rw-r--r-- | docs/services/dhcp.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/services/dhcp.rst b/docs/services/dhcp.rst index 2e8bb4b0..8655d177 100644 --- a/docs/services/dhcp.rst +++ b/docs/services/dhcp.rst @@ -489,6 +489,22 @@ Configuration Options A SNTP server address can be specified for DHCPv6 clients. +Prefix Delegation +^^^^^^^^^^^^^^^^^ + +To hand out individual prefixes to your clients the following configuration is +used: + + +.. cfgcmd:: set service dhcpv6-server shared-network-name <name> subnet <prefix> prefix-delegation start <address> prefix-length <length> + + Hand out prefixes of size `<length>` to clients in subnet `<prefix>` when + they request for prefix delegation. + +.. cfgcmd:: set service dhcpv6-server shared-network-name <name> subnet <prefix> prefix-delegation start <address> stop <address> + + Delegate prefixes from the range indicated by the start and stop qualifier. + Address pools ------------- |