07-25-2007 11:08 AM - edited 03-05-2019 05:29 PM
Hello,
I have a situation here which I need help on.
We have 3 VLAN's here. All 3 VLAN's are connected to a Catalyst switch and then to a router via E0.
We have DHCP servers installed on each VLAN which provides to each subnet/vlan.
We are shutting two of them down and we only want to use 1 DHCP server for all 3 VLAN's/Subnets.
I was told that I must configure the IP Helper configuration on the router's E0 interface which is connected to the switch pointing to the DHCP server.
Is there any additional steps required for this to work?
I was told by someone else that some relay configurations must be made to the VLAN's on the Catalyst switch to point to the correct DHCP server for requests?
Any ideas?
Thanks
07-25-2007 11:33 AM
Hi Danny
Where are the routed interfaces for your vlans.
Lets say you have 3 vlans: 10,11,12
You have the DHCP server on vlan 10 with address 192.168.10.2
Under the routed interfaces for vlan 11 & 12 you need to add the command
ip helper-address 192.168.10.2
This should do it as long as you don't have access-lists applied to the routed interfaces.
HTH
Jon
07-25-2007 11:38 AM
I see, makes sence... The helper commands are configured on the switches for the other 2 VLAN's...Thats what the second person told me as well.
So nothing has to be added to the E0 interface on the router, correct?
07-25-2007 11:45 AM
Danny
As Jorge said if the router is routing for all the vlans you need to configure ip helper-address on router subinterfaces.
If vlan 11 & 12 (from previous example) have vlan interfaces on your switch then it is here you would add the ip helper-addresses. It all depends on where the routed interfaces for vlans 11 & 12 are.
Jon
07-25-2007 11:39 AM
if that router is routing all three vlans, ensure ip helper-address is configure for each interface or subinterface on the router pertaining to that vlan, with this you should be all set.
Also ensure DHCP has all three subnet scopes.
07-25-2007 12:21 PM
I see thanks a lot.
The router is not configured with subinterfaces for each VLAN. All of the VLAN configurations are on the catalyst so i'm going to apply the helper configurations on the VLAN interfaces on the switch.
Thanks again
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide