cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
734
Views
0
Helpful
7
Replies

DHCP over VLANs

jcienkus
Level 1
Level 1

I am running a DHCP server on VLAN1 and I am planning on putting workstations on VLAN20. Can anyone help me with the configutation? My backbone is collapsed into a 6509 and I also have a 7206 router running on the network as well.

7 Replies 7

glen.grant
VIP Alumni
VIP Alumni

On vlan 20 all you should have to do is add ip helper addresses for the dhcp servers .

int vlan20

ip helper -address xxx.xxx.xxx.xxx

Glen - Thanks for the info. However, I already have that command on the interface and workstation still cannot reach the DHCP server. It cannot even ping it.

If your workstations are on a Catalyst switch make sure you have portfast turned for the workstation ports otherwise the workstations will time out before the Catalyst puts spanning tree into the forwarding state .

you will have to ensure that there is proper routing between vlan1 and vlan20, for the ip-helper address command to work.

Best Regards / Sampath.

Sampathsr@yahoo.com, New York, NY.

I suggest you to check the VTP information of the Trunk, Vlan 20 maybe in the inactive status.

Before introduce the DHCP, you'd better assign the static IP address to the workstation and check the ping.

dthiffeault
Level 1
Level 1

Quick idea, check if there are any access lists that prevent routing from one vlan to the other.

DELL ACORD
Level 1
Level 1

After making sure that the VLAN20 is able to route between segemnts on the router and the DHCP server is not on the VLAN20 segment.

To help with the DHCP request and hand shake process. You will need to put in the IP Helper statement on the VLAN20 segement of the router to help in the DHCP process.

For example Routerip helper *.*.*.*(Address of you DHCP server)

Review Cisco Networking for a $25 gift card