Deleting DHCPv6 Client Bindings

The JUNOSe Software enables you to manage your router’s DHCPv6 local server client bindings. The client binding associates an IPv6 prefix with a unique DHCP ID (DUID) of the subscriber client. To view information about current DHCPv6 client bindings and track lease times of a specific client binding, use the show ipv6 dhcpv6–local binding command.

To delete a client binding and the associated route configuration when the DHCPv6 client binding is no longer needed, use the dhcpv6 delete-binding command. You can delete the DHCPv6 client bindings instead of waiting for the lease timer to expire. Use the following keywords and variables with the dhcpv6 delete-binding command to specify (filter) the client bindings you want to delete:

You can remove all DHCPv6 client bindings, all DHCPv6 client bindings of a particular type, or a specified DHCPv6 client binding that meets the deletion criteria you specify.

The router does not notify the DHCPv6 client when you use the dhcpv6 delete-binding command. To verify that the DHCPv6 client bindings have been deleted, use the show ipv6 dhcpv6–local binding command.

Related Topics