Navigation
Supported Platforms
Requesting DHCP Local Server to Initiate Reconfiguration of Client Bindings
You can request that the DHCP local server initiate reconfiguration of all of clients or only specified clients.
To request reconfiguration of all clients:
- Specify the all option.
For DHCPv4:
user@host> request dhcp server reconfigure allFor DHCPv6:
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 DHCP client.
For DHCPv4:
user@host> request dhcp server reconfigure 192.168.27.3For DHCPv6:
user@host> request dhcpv6 server reconfigure 2001:bd8: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 the MAC address of a DHCPv4 client.user@host> request dhcp server reconfigure 12:23:34:45:56:67
- Specify an interface; reconfiguration is attempted for
all clients on this interface.user@host> request dhcp 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 dhcp 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 dhcp server reconfigure all routing-instance ri-boston