luckybob34
IS-IT--Management
We recently reconfigured our network from a static route single subnet to EIGRP with multiple subnets. In doing this I also created a DHCP pool for each branch location. The superscopes look like this:
MAIN - 192.168.10.1 DHCP 192.168.10.50-192.168.10.200
LOC1 - 192.168.20.1 DHCP 192.168.20.50-192.168.20.200
LOC2 - 192.168.30.1 DHCP 192.168.30.50-192.168.30.200
...etc
My issue is when users from one location go to another location with their laptops. Since the lease is 12 hours, they are unable to pull a new address, but get stuck with the old address.
Example:
User 1 works at LOC2 and has an address of 192.168.30.51 with a lease of 12 hours. He goes to the main office for a meeting and connects his laptop to the network. He receives an address of 192.168.30.51, but is connected to a port for vlan 10 (192.168.10x).
How can I fixed this issue?
Multiple DHCP servers is not the best option as we have 7 DHCP pools to deal with.
I would rather not summarize the networks, as this would lead to one giant DHCP pool and there would be no structure to the IP address handed out. First Come First Severed.
Can anyone point me into the right direction for a soultion to this issue?
Thanks
MAIN - 192.168.10.1 DHCP 192.168.10.50-192.168.10.200
LOC1 - 192.168.20.1 DHCP 192.168.20.50-192.168.20.200
LOC2 - 192.168.30.1 DHCP 192.168.30.50-192.168.30.200
...etc
My issue is when users from one location go to another location with their laptops. Since the lease is 12 hours, they are unable to pull a new address, but get stuck with the old address.
Example:
User 1 works at LOC2 and has an address of 192.168.30.51 with a lease of 12 hours. He goes to the main office for a meeting and connects his laptop to the network. He receives an address of 192.168.30.51, but is connected to a port for vlan 10 (192.168.10x).
How can I fixed this issue?
Multiple DHCP servers is not the best option as we have 7 DHCP pools to deal with.
I would rather not summarize the networks, as this would lead to one giant DHCP pool and there would be no structure to the IP address handed out. First Come First Severed.
Can anyone point me into the right direction for a soultion to this issue?
Thanks