reset ipv6 dhcp server pd-in-use
Syntax
reset ipv6 dhcp server pd-in-use { all | pool pool-number | prefix prefix/prefix-len }
View
User view
Default level
2: System level
Parameters
all: Clears all PD information.
pool pool-number: Clears PD information about the address pool specified by the pool number.
prefix prefix/prefix-len: Clears PD information about the specified prefix. The prefix/prefix-len indicates the IPv6 prefix and prefix length. The value of the prefix length ranges from 1 to 128.
Description
Use reset ipv6 dhcp server pd-in-use to clear PD information about the DHCPv6 server.
After PD information about assigned static prefixes is removed, the PDs become ineffective static PDs.
Examples
# Clear all PD information.
<Sysname> reset ipv6 dhcp server pd-in-use all
# Clear PD information about the specified address pool.
<Sysname> reset ipv6 dhcp server pd-in-use pool 1
# Clear PD information about the specified prefix.
<Sysname> reset ipv6 dhcp server pd-in-use prefix 2001:0:0:1::/64