Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Windows 2003 DHCP with VLAN

Status
Not open for further replies.

Ruban67

IS-IT--Management
Jan 2, 2010
7
US
Hi,
Currently we have our DHCP running on Cisco Core Switch and I am planning to move it to Windows 2003. I was testing but I cannot get through. It would great if someone can point out what is going wrong.

Windows 2003 DHCP installed. (10.36.100.36)
6 scope:
10.36.100.0
10.36.102.0
10.36.103.0
10.36.104.0
10.36.105.0
10.36.106.0.

Cisco Catalyst 4948 with five vlan configure.
Vlan 102
Vlan 103
Vlan 104
Vlan 105
Vlan 106

I am using DHCP IP Helper so that users on Vlan 102 will get ip from scope 10.36.102.0
But it's not working out for me.

If i connect the client to a port which i a member of default vlan then it gets the ip from the scope 10.36.100.0

But if i use port with vlan 102.. it not getting an ip from scope 10.36.102.0. Well it fails to get an ip.
My DHCP ip helper has ip of the DHCP server 10.36.100.36. But that seems not to work.

I assume we need a route in this case.. but i guess a 3rd layer swtich would work, right?
Anyone can please tell me what should I do.?


Thank you,
Ruban.
 
I dont know much about this other than the 20 odd MS exams but would you not have to enable BOOTP, and BOOTP broadcast forwarding to the DHCP server.

MCITP:EA/SA, MCSE, MCSA, MCDBA, MCTS, MCP+I, MCP
 
Yes, I did try that. But no luck.
I cannot find much documentation about it anywhere.
All i got was to use ip helper with DHCP ip address and i should be good. But it does not work for me ):
 
Verify that you applied the ip helper command on each vlan interface.

M. Knorr

MCSE, MCTS, MCSA, CCNA
 
Yes, I have ip help for all the vlan's.
I guess i have done some silly mistake somewhere.

When i configure my client with static ip from any of the scope and change the port to the right vlan. it seems to work. I can ping all around. But for some reason I am not getting ip from DHCP for other scopes.


This is what i have on my Cisco L3 switch. Do let me know what you guys think.

interface GigabitEthernet1/1 (Connected to the DHCP Server)
switchport mode access
!
interface GigabitEthernet1/2
switchport access vlan 102
!
interface GigabitEthernet1/3
switchport access vlan 103
!
interface GigabitEthernet1/4
switchport access vlan 104

!
interface Vlan102
ip address 10.36.102.1 255.255.255.0
ip broadcast-address 10.36.100.36
ip helper-address 10.36.100.36

interface Vlan103
ip address 10.36.103.1 255.255.255.0
ip broadcast-address 10.36.103.36
ip helper-address 10.36.100.36
!
interface Vlan104
ip address 10.36.104.1 255.255.255.0
ip helper-address 10.36.100.36


Thank you,
Ruban.
 
Verify the DHCP has connectivity to each of the VLAN interfaces on the catalyst switch - it may just be a routing issue?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top