HP MSR2000/3000/4000 Router Series Layer 3 - IP Services Command Reference

284
Modifying or removing the network configuration removes assigned addresses in the current address
pool.
Examples
# Specify the subnet 3ffe:501:ffff:100::/64 in DHCPv6 address pool 1.
<Sysname> system-view
[Sysname] ipv6 dhcp pool 1
[Sysname-dhcp6-pool-1] network 3ffe:501:ffff:100::/64
Related commands
address range
display ipv6 dhcp pool
temporary address range
option
Use option to configure a self-defined DHCPv6 option in a DHCPv6 address pool.
Use undo option to remove a self-defined DHCPv6 option from a DHCPv6 address pool.
Syntax
option code hex hex-string
undo option code
Default
No self-defined DHCPv6 option is configured in a DHCPv6 address pool.
Views
DHCPv6 address pool view
Predefined user roles
network-admin
Parameters
code: Specifies a number for the self-defined option, in the range of 21 to 65535, excluding 25 through
26, 37 through 40, and 43 through 48.
hex hex-string: Specifies the content of the option, a hex string of even numbers from 2 to 256.
Usage guidelines
The DHCPv6 server fills the self-defined option with the specified hex string and sends it in a response to
the client.
If you use the option command multiple times with the same code specified, the most recent configuration
takes effect.
You can self-define options for the following purposes:
Add newly released options.
Add options for which the vendor defines the contents, for example, Option 43.
Add options for which the CLI does not provide a dedicated configuration command like dns-server.
For example, you can use the option 31 hex 00c80000000000000000000000000001 command
to define the NTP server address 200::1 for DHCP clients.