Hello all,
We are in the process of installing the ShoreTel phone system and I'm confused about how to setup DHCP. Currently our PC's, servers, devices, etc. are connected to the network via Cisco 3650/3750 switches. Our plan is to connect the VOIP phones where the PC's are now connected and then daisy chain the network connection from the phone to the PC. The plan is to have the PC's in one VLAN (VLAN 1, network 192.168.1.x) and the phones in another VLAN (VLAN 100, network 10.100.100.0). We are working with an outside company who is helping us configure the Cisco routers and switches. They've done many VOIP installs, and I'm confident they have the switch ports configured correctly, with trunking, VLAN's, etc.
However, I am having trouble understanding how DHCP works in the scenario that I have described. We are using a Linux ISC DHCP server, which is currently working fine for giving out addresses for the PC's. Here is the current configuration for our PC address scheme:
I found some information on these forums on how to setup the ISC DHCP server for the ShoreTel phone system, and I was planning on adding another subnet section to the DHCP configuration as follows:
Maybe this is where I am going off track, but I can't figure out how we can have two devices basically sharing the same physical connection and switch port; and one device (PC) gets an address in one subnet, and the other device (phone) gets an address in the other subnet.
What am I missing here? Am I just totally off on my thinking on how to setup the DHCP server?
Any information would be greatly appreciated.
TIA,
John
We are in the process of installing the ShoreTel phone system and I'm confused about how to setup DHCP. Currently our PC's, servers, devices, etc. are connected to the network via Cisco 3650/3750 switches. Our plan is to connect the VOIP phones where the PC's are now connected and then daisy chain the network connection from the phone to the PC. The plan is to have the PC's in one VLAN (VLAN 1, network 192.168.1.x) and the phones in another VLAN (VLAN 100, network 10.100.100.0). We are working with an outside company who is helping us configure the Cisco routers and switches. They've done many VOIP installs, and I'm confident they have the switch ports configured correctly, with trunking, VLAN's, etc.
However, I am having trouble understanding how DHCP works in the scenario that I have described. We are using a Linux ISC DHCP server, which is currently working fine for giving out addresses for the PC's. Here is the current configuration for our PC address scheme:
Code:
subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.10 192.168.1.255; option broadcast-address 192.168.1.255; option routers 192.168.1.1; }
Code:
subnet 10.100.100.0 netmask 255.255.255.0 { range 10.100.100.10 10.100.100.255 option .... option ... option shoretel-server code 156 = string; option shoretel-server "ftpserver=10.100.10.1, country=1, language=1, layer2tagging=1, vlanid=100"; }
What am I missing here? Am I just totally off on my thinking on how to setup the DHCP server?
Any information would be greatly appreciated.
TIA,
John
Comment