[afnog] DHCP configuration on cisco router 2600 series

Mark Tinka mtinka at africaonline.co.sz
Thu Sep 8 14:06:21 EAT 2005


On Thursday 08 September 2005 12:51, Paul wrote:
> Good day.

Hello Paul.

> Pls I need help on how to implement dhcp on my cisco
> router 2600 series. I have configured the router with
> NAT and is working fine. but one other thing i want to
> implement is the dhcp which is giving little stress.
> pls any help on how to go about it thnaks.

! First define any IP addresses you will not assign to
! users or hosts dynamically (but statically, instead).

ip dhcp excluded-address 192.168.0.1 192.168.0.5

! Now create a DHCP database on the router
! where you will define important parametres.

ip dhcp pool My_Network
 network 192.168.0.0 255.255.255.0
 domain-name my_network.com
 dns-server 192.168.0.3
 default-router 192.168.0.1
!

There are several other parametres you can specify under 
the "My_Network" database, but these should be enough to 
get you off the ground for IP access.

Cheers,

Mark.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
Url : http://listserv2.cfi.co.ug/mailman/private/afnog/attachments/20050908/ce71dcfe/attachment.bin


More information about the afnog mailing list