10-21-2015 11:38 AM - edited 03-08-2019 02:19 AM
when configuring a Router as a DHCP server, is that because there is no DCHP server to begin with?
or there is a Server but your hard-setting things so that the Server distributes the IP addresses THROUGH the Router?
still confused about it.
Solved! Go to Solution.
10-21-2015 11:45 AM
It's because you don't have any other DHCP server.
Personally I have never used a L3 switch or router for this ie. always used a dedicated server but it is an option.
Edit - if you do use a server then on every L3 vlan interface except the one the DHCP server is in you need this command -
"ip helper-address <DHCP server IP>"
which tells your L3 device to forward the DHCP request onto the DHCP server as a unicast packet.
Jon
10-21-2015 11:45 AM
It's because you don't have any other DHCP server.
Personally I have never used a L3 switch or router for this ie. always used a dedicated server but it is an option.
Edit - if you do use a server then on every L3 vlan interface except the one the DHCP server is in you need this command -
"ip helper-address <DHCP server IP>"
which tells your L3 device to forward the DHCP request onto the DHCP server as a unicast packet.
Jon
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