cant apply some dhcp command
15 years 2 months ago #31952
by sose
sose
Network Engineer
analysethis.co/index.php/forum/index
cant apply some dhcp command was created 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
command format
ip dhcp exclude- address 192.168.1.10
router model = 2800 series
sose
Network Engineer
analysethis.co/index.php/forum/index
15 years 2 months ago #31953
by S0lo
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Replied by S0lo on topic Re: cant apply some dhcp command
The command format is:
ip dhcp excluded-address 192.168.1.10
With excluded not exclude
ip dhcp excluded-address 192.168.1.10
With excluded not exclude
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
15 years 2 months ago #31954
by sose
sose
Network Engineer
analysethis.co/index.php/forum/index
Replied by sose on topic Re: cant apply some dhcp command
just like solo
sose
Network Engineer
analysethis.co/index.php/forum/index
15 years 2 months ago #31967
by SteveP
Replied by SteveP on topic Re: cant apply some dhcp command
Hmm - maybe that's why the Tab key is so useful
15 years 1 month ago #32429
by sose
sose
Network Engineer
analysethis.co/index.php/forum/index
Replied by sose on topic Re: cant apply some dhcp command
sose
Network Engineer
analysethis.co/index.php/forum/index
15 years 1 month ago #32430
by KiLLaBeE
Replied by KiLLaBeE on topic Re: cant apply some dhcp command
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]
[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