05-21-2008 05:27 PM - edited 03-05-2019 11:08 PM
Can anyone provide a URL or knowledge on how to configure dhcp server on a 1751 C1700-K903SY7-M ver. 12.3(13)? More specifically the IP Address Pool Range. I found a document that wanted me to make a class and then (address range), but none of those commands are available.
How can I make a Pool from x.x.x.150 to x.x.x.199 without having to exclude all the rest? When I do a show ip dhcp pool 0, it displays at the bottom, "IP address x.x.x.x" and then right next to it, "range" and is blank.
Solved! Go to Solution.
05-21-2008 10:27 PM
Correct, that is how the DHCP works in IOS.
You can specify a range to take away from you pool.
Think of the DHCP pool as a pie and when you exclude addresses you're eating a piece of that pie. Ie you don't bake half a pie.
05-21-2008 06:17 PM
Sandman,
Here is an example of a router acting as a DHCP server. Please remember that you have to exclude IP addresses that you don't want to lease out.
ip dhcp pool example
import all
network 192.168.1.0 255.255.255.0
dns-server 1.2.3.4
default-router 192.168.1.1
ip dhcp excluded-address 192.168.1.1 192.168.1.149
ip dhcp excluded-address 192.168.1.200 192.168.1.254
HTH,
Mark
05-21-2008 06:36 PM
That's what I've got now, except different scheme ofcourse. Is there no other way, though, to specify the range of ip's you want in the dhcp pool other than just enabling dhcp and excluding what you don't want in dhcp?
05-21-2008 10:27 PM
Correct, that is how the DHCP works in IOS.
You can specify a range to take away from you pool.
Think of the DHCP pool as a pie and when you exclude addresses you're eating a piece of that pie. Ie you don't bake half a pie.
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