diff options
Diffstat (limited to 'docs/_include/interface-dhcpv6-prefix-delegation.txt')
-rw-r--r-- | docs/_include/interface-dhcpv6-prefix-delegation.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/_include/interface-dhcpv6-prefix-delegation.txt b/docs/_include/interface-dhcpv6-prefix-delegation.txt index 6a001949..1ef94c14 100644 --- a/docs/_include/interface-dhcpv6-prefix-delegation.txt +++ b/docs/_include/interface-dhcpv6-prefix-delegation.txt @@ -1,7 +1,8 @@ **DHCPv6 Prefix Delegation (PD)** VyOS 1.3 (equuleus) supports DHCPv6-PD (:rfc:`3633`). DHCPv6 Prefix Delegation -is supported by most ISPs who provide native IPv6 for consumers on fixed networks. +is supported by most ISPs who provide native IPv6 for consumers on fixed +networks. .. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }} {{ var5 }} {{ var6 }} dhcpv6-options pd <id> length <length> @@ -20,7 +21,8 @@ is supported by most ISPs who provide native IPv6 for consumers on fixed network set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} dhcpv6-options pd 0 length 56 .. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }} - {{ var5 }} {{ var6 }} dhcpv6-options pd <id> interface <delegatee> address <address> + {{ var5 }} {{ var6 }} dhcpv6-options pd <id> interface <delegatee> + address <address> Specify the interface address used locally on the interfcae where the prefix has been delegated to. ID must be a decimal integer. @@ -29,10 +31,15 @@ is supported by most ISPs who provide native IPv6 for consumers on fixed network complete interface address. The default is to use the EUI-64 address of the interface. + .. stop_vyoslinter + Example: Delegate a /64 prefix to interface eth8 which will use a local address on this router of ``<prefix>::ffff``, as the address 65534 will correspond to ``ffff`` in hexadecimal notation. + .. start_vyoslinter + + .. code-block:: none set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} dhcpv6-options pd 0 interface eth8 address 65534 |