Skip to main content

cant apply some dhcp command

More
15 years 2 months ago #31952 by sose
I can configure my router for dhcp but cant seem to aplly the ip dhcp exclude-address coomand

command format
ip dhcp exclude- address 192.168.1.10

router model = 2800 series
More
15 years 2 months ago #31953 by S0lo
The command format is:

ip dhcp excluded-address 192.168.1.10

With excluded not exclude

Studying CCNP...

Ammar Muqaddas
Forum Moderator
www.firewall.cx
More
15 years 2 months ago #31954 by sose
just like solo
More
15 years 2 months ago #31967 by SteveP
Hmm - maybe that's why the Tab key is so useful :wink:
More
15 years 1 month ago #32429 by sose
moderator may be we need to correct this

www.firewall.cx/tk-cisco-routers-dhcp.php#
More
15 years 1 month ago #32430 by KiLLaBeE
In addition to correcting the command on the article, I think sose is also saying that the "ip dhcp excluded-address" command isn't valid in the dhcp-config context. That command should instead be made in the global config mode. It should instead say:

[code:1]
R1(config)# ip dhcp excluded-address 192.168.1.1 192.168.1.5
R1(config)# ip dhcp excluded-address 192.168.1.10
[/code:1]
Time to create page: 0.135 seconds