F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Network Management Command Reference-6PW100

Table Of Contents
761
Default
No static prefix is configured.
Views
DHCPv6 address pool view
Default command level
2: System level
Parameters
prefix/prefix-len: Static prefix and prefix length. The prefix length ranges from 1 to 128.
duid duid: Specifies a client DUID. The value is an even hexadecimal number in the range of 2 to 256.
iaid iaid: Specifies a client IAID. The value is a hexadecimal number in the range of 0 to FFFFFFFF. If no
IAID is specified, the server does not match against the client IAID for prefix assignment.
preferred-lifetime preferred-lifetime: Specifies the preferred lifetime of the prefix to be assigned. The
value ranges from 60 to 4294967295, in seconds. The default value is 604800 seconds, that is, seven
days.
valid-lifetime valid-lifetime: Specifies the valid lifetime of the prefix to be assigned. The value ranges from
60 to 4294967295 seconds and defaults to 2592000 seconds, that is, 30 days. The valid lifetime
cannot be shorter than the preferred lifetime.
Usage guidelines
An IPv6 prefix can be bound to only one DHCPv6 client. You cannot use the static-bind prefix command
to modify the DUID, IAID, preferred lifetime, and valid lifetime of an existing static IPv6 prefix binding. To
do so, remove the static IPv6 prefix binding first.
Examples
# In address pool 1, bind static prefix 2001:0410::/35 to the client with DUID 00030001CA0006A400
and IAID A1A1A1A1, and set the preferred lifetime to one day, and the valid lifetime to three days.
<Sysname> system-view
[Sysname] ipv6 dhcp pool 1
[Sysname-dhcp6-pool-1] static-bind prefix 2001:0410::/35 duid 00030001CA0006A400 iaid
A1A1A1A1 preferred-lifetime 86400 valid-lifetime 259200
Related commands
display ipv6 dhcp pool
temporary address range
Use temporary address range to configure a temporary IPv6 address range in a DHCPv6 address pool
for dynamic allocation.
Use undo temporary address range to remove the temporary IPv6 address range from the address pool.
Syntax
temporary address range start-ipv6-address end-ipv6-address [ preferred-lifetime preferred-lifetime
valid-lifetime valid-lifetime ]
undo temporary address range