HP MSR2000/3000/4000 Router Series Layer 3 - IP Services Command Reference
285
If a DHCPv6 option is specified by both the dedicated command and the option command, the DHCPv6
server preferentially assigns the content specified by the dedicated command. For example, if a DNS
server address is specified by the dns-server command and the option 23 command, the server uses the
address specified by dns-server command.
Examples
# Configure Option 23 that specifies a DNS server address 2001:f3e0::1 in DHCPv6 address pool 1.
<Sysname> system-view
[Sysname] ipv6 dhcp pool 1
[Sysname-dhcp6-pool-1] option 23 hex 2001f3e0000000000000000000000001
Related commands
• display ipv6 dhcp pool
• dns-server
• domain-name
• sip-server
prefix-pool
Use prefix-pool to apply a prefix pool to a DHCPv6 address pool, so the DHCPv6 server can
dynamically select a prefix from the prefix pool for a client.
Use undo prefix-pool to remove the configuration.
Syntax
prefix-pool prefix-pool-number [ preferred-lifetime preferred-lifetime valid-lifetime valid-lifetime ]
undo prefix-pool prefix-pool-number
Default
No prefix pool is applied to an address pool.
Views
DHCPv6 address pool view
Predefined user roles
network-admin
Parameters
prefix-pool-number: Specifies a prefix pool by its number in the range of 1 to 128.
preferred-lifetime preferred-lifetime: Specifies the preferred lifetime in the range of 60 to 4294967295
seconds. The default value is 604800 seconds (7 days).
valid-lifetime valid-lifetime: Specifies the valid lifetime in the range of 60 to 4294967295 seconds. The
default value is 2592000 seconds (30 days). The valid lifetime must be longer than or equal to the
preferred lifetime.
Usage guidelines
Only one prefix pool can be applied to an address pool.
You can apply a prefix pool that has not been created to an address pool. The setting takes effect after
the prefix pool is created.










