DHCPv6 Monitoring and Management
Requesting DHCPv6 Local Server to Initiate Reconfiguration of Client Bindings
You can request that the DHCPv6 local server initiate reconfiguration of all clients or only specified clients.
To request reconfiguration of all clients:
Specify the
all
option.user@host> request dhcpv6 server reconfigure all
You can use any of the following methods to request reconfiguration of specific clients:
Specify the IP address of the DHCPv6 client.
user@host> request dhcpv6 server reconfigure 2001:db8:1111:2222::
Specify the client ID of a DHCPv6 client.
user@host> request dhcpv6 server reconfigure LL_TIME0x1-0x2e159c0-00:10:94:00:00:02
Specify the session ID of a DHCPv6 client.
user@host> request dhcpv6 server reconfigure 5
Specify an interface; reconfiguration is attempted for all clients on this interface.
user@host> request dhcpv6 server reconfigure interface fe-0/0/0.100
Specify a logical system; reconfiguration is attempted for all clients or the specified clients in this logical system.
user@host> request dhcpv6 server reconfigure all logical-system ls-bldg5
Specify a routing instance; reconfiguration is attempted for all clients or the specified clients in this routing instance.
user@host> request dhcpv6 server reconfigure all routing-instance ri-boston
See Also
Verifying and Managing DHCPv6 Local Server Configuration
Purpose
View or clear information about client address bindings and statistics for the DHCPv6 local server.
Action
To display the address bindings in the client table on the DHCPv6 local server:
user@host> show dhcpv6 server binding
To display DHCPv6 local server statistics:
user@host> show dhcpv6 server statistics
To clear all DHCPv6 local server statistics:
user@host> clear dhcpv6 server binding
To clear all DHCPv6 local server statistics:
user@host> clear dhcpv6 server statistics
Verifying and Managing DHCPv6 Relay Configuration
Purpose
View or clear address bindings or statistics for extended DHCPv6 relay agent clients:
Action
To display the address bindings for extended DHCPv6 relay agent clients:
user@host> show dhcpv6 relay binding
To display extended DHCPv6 relay agent statistics:
user@host> show dhcpv6 relay statistics
To clear the binding state of DHCPv6 relay agent clients:
user@host> clear dhcpv6 relay binding
To clear all extended DHCPv6 relay agent statistics:
user@host> clear dhcpv6 relay statistics