cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
757
Views
5
Helpful
1
Replies

NO DHCP Server?

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.
 

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

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

View solution in original post

1 Reply 1

Jon Marshall
Hall of Fame
Hall of Fame

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