5

I'd like my Windows 2012 DHCP server to give ShoreTel phones IP addresses from one scope, and everything else IP addresses from another scope.

For example, I'd like to give phones IPs from 192.168.132.0/24, and everything else IPs from 192.168.128.0/24. I want to do this so I can route traffic for phones differently than other traffic.

I know that I can change individual options for devices from a specific vendor (give them different DNS servers, etc.), but I don't know if I can draw addresses from completely different scopes. Is that possible?

longneck
  • 22,793
  • 4
  • 50
  • 84
Alex S
  • 75
  • 1
  • 2
  • 5

2 Answers2

2

I believe this is possible according to this article. You can set allow/deny filters for the scopes within DHCP. The article is for 2008R2, but I don't see why it wouldn't also be available in 2012.

Nathan C
  • 14,901
  • 4
  • 42
  • 62
1

There is a second way if your network supports vlans. It can get a bit complicated, but basically the phone asks for an address, notes the vlanid tag & re-asks DHCP for an ip address but this time using the specified vlan. This request then gets an IP address in the new range. It remembers the config, so all future requests (until the phone thinks it has to start again) will be using the new vlan. Here's the full article from ShoreTel https://www.shoretel.com/sites/default/files/ShoreTel%20Premises%20Services%20Data%20Network%20Best%20Practices.pdf