09-07-2005 03:21 AM - edited 03-02-2019 11:57 PM
how do I configure a router to act as a dhcp server ?
09-07-2005 03:29 AM
Hi
with the following commands you can set up a very simple dhcp server
ip dhcp excluded-address 10.10.10.1
ip dhcp pool CLIENT
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
you can add a lot of attributes to the ip dhcp pool config, such as dns or wins servers, domain name, etc....
09-07-2005 03:31 AM
Please refer to the following URL to see how to configure the router as a DHCP server.
http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/120newft/120t/120t1/easyip2.htm
Hope this helps,
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