- How many subnet mask bits are you using? /24? Something else?
Both scopes are /24
- What do the scopes look like? Maybe a screen shot of your scopes expanded?
Scope A
--lease range = 10.61.20.0 -> 20-250
Scope B
--lease range = 10.61.21.0 -> 20-250
- Previously you mentioned 130 phones. Are there more?
Currently there is a big growth within the company and we expect doubling of users within a year.
- You confirmed a single VLAN for all voice devices and that it extends between floors. This makes makes a single broadcast domain and each scope would be reachable by either floor. One DHCP server would be fine.
The are separate broadcast domains, different switches separated by a firewall
If the lease ranges overlap you can run into DHCP offer issues where scope B will offer an in-use address already leased by scope A, or vice-versa. If this is occurring, then when the phone receives the offer it will immediately ARP for the address to see if another device owns it. Actually, this happens every time an offer is received, but it should never receive a reply to this ARP request in a clean network. If it does, then it declines the offer and broadcasts another DHCP discovery packet. Since the offering scope did not lease it successfully, it re-offers the same address. Rinse and repeat. The wireshark capture will reveal this.
The scopes do not overlap
Still looking into doing the wire shark, just a little busy with other stuff. Should have this by tomorrow
Thanks again