I'm really stuck and hoping someone will have some insight as im clueless..
Currently right now im working on a project to create a DHCP server that will have 3 different scopes for VOIP, PC/LAPTOPS, and wireless VOIP phones.
Each of these devices have different lease times.
VOIP - 3 days
PC/LAPTOPS - 30 Days
Wireless - 10 Days
So far i have created 3 different scopes all on the same subnet mask. The part where i'm stuck is getting each device to go to their corresponding scope. All these devices just go to the first available scope for an IP.
I think it has to do something with defining User class's but i dont know how to specify it towards each device or implementing it on the scope.
The OS platform is Win 2000 server.
Any help will really be greatly appreciate!!!
Currently right now im working on a project to create a DHCP server that will have 3 different scopes for VOIP, PC/LAPTOPS, and wireless VOIP phones.
Each of these devices have different lease times.
VOIP - 3 days
PC/LAPTOPS - 30 Days
Wireless - 10 Days
So far i have created 3 different scopes all on the same subnet mask. The part where i'm stuck is getting each device to go to their corresponding scope. All these devices just go to the first available scope for an IP.
I think it has to do something with defining User class's but i dont know how to specify it towards each device or implementing it on the scope.
The OS platform is Win 2000 server.
Any help will really be greatly appreciate!!!