netsh reservation sets type to DHCP, need BOTH - TechRepublic
Question
February 17, 2010 at 11:01 AM
implodeme

netsh reservation sets type to DHCP, need BOTH

by implodeme . Updated 15 years, 2 months ago

DHCP service question. we use DHCP for a set of devices, this configuration includes bootp. I have a need to change them all to reservations (3rd party application IP dependency).
using netsh command I am able to easily insert all the necessary reservations however it only configures the reservation as DHCP and not bootp. I need BOTH(dhcp and bootp).
Anyone know how to set value BOTH through a script or automation process?

Example cmd for reservation
netsh dhcp Server 192.168.123.5 Scope 192.168.123.0 Add reservedip 192.168.123.45 03134902cce8 “JOE USER”

This discussion is locked

All Comments