Link to home
Start Free TrialLog in
Avatar of mkramer777
mkramer777Flag for United States of America

asked on

exclusion range or reservation

I have 4 Network printer/copiers that have been statically assigned an ip address on the machine itself.  They are not using DHCP.  I have not setup a reservation of these ip addresses on the server (WIN 2012)  Can you use an exclusion range for each ip address to have it not distributed or is the best way a reservation?
SOLUTION
Avatar of Vick Vega
Vick Vega
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mkramer777

ASKER

In exclude do you mean reserve or use an exclusion range?
ASKER CERTIFIED SOLUTION
Avatar of Cliff Galiher
Cliff Galiher
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
As Cliff mentioned,
Reservation is when the device is configured for DHCP (i.e. the NIC of the device configured with DHCP and you configure EXCLUSION from the existing scope in DHCP server to provide the pre-defined IP to the device once DHCP Request is sent from it across the network)

Exclusion is what applies to your case, where you have already defined the device with IP and you need to EXCLUDE that IP from being provided to any device on the network. You perform this in the properties of the corresponding DHCP scope.

Generally, the first approach is a bit more convenient, IMHO.