cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
488
Views
3
Helpful
1
Replies

Enabling DHCP & default FTP server

middee
Level 1
Level 1

I need to activate DHCP on a cisco router (827)

I've looked at the options that i have but i don't really get it. I want to put in a scope 10.200.22.100 till 10.200.22.200 with a 255.255.0.0 subnet mask. With what commands can i do this?

Also i would like to assign a default FTP server in my router, so when a client boots up, an image can be loaded into the client. Does anybody know how to do this? (plz give me the commands)

1 Reply 1

Harold Ritter
Spotlight
Spotlight

ip dhcp pool TEST

network 10.200.0.0 255.255.0.0

default-router y.y.y.y

next-server x.x.x.x

ip dhcp excluded-address 10.200.0.0 10.200.22.99

ip dhcp excluded-address 10.200.22.201 10.200.255.255

Where x.x.x.x is the address of the tftp server. You probably also want to set other parameters such as DNS.

Here's the link to the documentation.

Hope this helps,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)