R3303-HP HSR6800 Routers Layer 3 - IP Services Command Reference

Table Of Contents
242
Usage guidelines
Other DHCPv6 server related configuration is effective only when the DHCPv6 server is enabled.
Examples
# Enable the DHCPv6 server.
<Sysname> system-view
[Sysname] ipv6 dhcp server enable
prefix-pool
Use prefix-pool to apply a prefix pool to the DHCPv6 address pool, so that the DHCPv6 server can
dynamically select a prefix from the prefix pool and assign it to the 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
Default
No prefix pool is referenced by an address pool.
Views
DHCPv6 address pool view
Default command level
2: System level
Parameters
prefix-pool-number: Prefix pool number in the range of 1 to 128.
preferred-lifetime preferred-lifetime: Specifies the preferred lifetime of prefixes to be assigned. The value
range is 60 to 4294967295 seconds, and the default is 604800 seconds (7 days).
valid-lifetime valid-lifetime: Specifies the valid lifetime of the prefixes to be assigned. The value range is
60 to 4294967295 seconds, and the default is 2592000 seconds (30 days). The valid lifetime cannot
be shorter than the preferred lifetime.
Usage guidelines
Only one prefix pool can be referenced by an address pool.
A non-existing prefix pool can be referenced by an address pool. However, no prefix is available in the
prefix pool for dynamic prefix assignment until the prefix pool is created.
You cannot modify the prefix pool referenced by an address pool, or the preferred lifetime or valid
lifetime by using the prefix-pool command. You need to remove the configuration before you can have
another prefix pool referenced by the address pool, or modify the preferred lifetime and valid lifetime.
Examples
# Apply prefix pool 1 to address pool 1, and use the default preferred lifetime and valid lifetime.
<Sysname> system-view
[Sysname] ipv6 dhcp pool 1
[Sysname-dhcp6-pool-1] prefix-pool 1