dhcpdv6: T3658: add support for dhcpdv6 fixed-prefix6

This commit is contained in:
Brandon Stepler 2021-06-30 13:10:00 -04:00
parent 3d90ed4dd2
commit 38d726f47e

View File

@ -574,6 +574,7 @@ be created. The following example explains the process.
**Example:** **Example:**
* IPv6 address ``2001:db8::101`` shall be statically mapped * IPv6 address ``2001:db8::101`` shall be statically mapped
* IPv6 prefix ``2001:db8:0:101::/64`` shall be statically mapped
* Host specific mapping shall be named ``client1`` * Host specific mapping shall be named ``client1``
.. hint:: The identifier is the device's DUID: colon-separated hex list (as .. hint:: The identifier is the device's DUID: colon-separated hex list (as
@ -585,6 +586,7 @@ be created. The following example explains the process.
.. code-block:: none .. code-block:: none
set service dhcpv6-server shared-network-name 'NET1' subnet 2001:db8::/64 static-mapping client1 ipv6-address 2001:db8::101 set service dhcpv6-server shared-network-name 'NET1' subnet 2001:db8::/64 static-mapping client1 ipv6-address 2001:db8::101
set service dhcpv6-server shared-network-name 'NET1' subnet 2001:db8::/64 static-mapping client1 ipv6-prefix 2001:db8:0:101::/64
set service dhcpv6-server shared-network-name 'NET1' subnet 2001:db8::/64 static-mapping client1 identifier 00:01:00:01:12:34:56:78:aa:bb:cc:dd:ee:ff set service dhcpv6-server shared-network-name 'NET1' subnet 2001:db8::/64 static-mapping client1 identifier 00:01:00:01:12:34:56:78:aa:bb:cc:dd:ee:ff
The configuration will look as follows: The configuration will look as follows: