Re: DHCP Config

From: Robert DeVito (robertdevito@xxxxxxxxxxx)
Date: Thu Dec 21 2000 - 18:26:56 GMT-3


   
Here is one:
With this config, the router will assign 10.2.X.Y/16 and 10.4.X.Y/16 address
to the clients. As you can see I also have the default gateway, DNS, and
the two WINS servers on my network and the lease set to 3 days.
!
ip dhcp excluded-address 10.1.0.0 10.1.1.255
ip dhcp excluded-address 10.1.3.0 10.1.3.255
ip dhcp excluded-address 10.1.5.0 10.1.255.255
!
ip dhcp pool Chancery
   network 10.1.0.0 255.255.0.0
   default-router 10.1.1.1
   dns-server 206.80.192.1 204.147.80.5
   netbios-node-type h-node
   netbios-name-server 10.1.1.13 10.1.1.11
   lease 3
!
interface FastEthernet0/0
ip address 10.1.1.1 255.255.0.0
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
duplex auto
speed auto
!

Hope this helps,
Robert DeVito

----Original Message Follows----
From: Miguel.Ciena@mail.sprint.com
Reply-To: Miguel.Ciena@mail.sprint.com
To: ccielab@groupstudy.com
Subject: DHCP Config
Date: Thu, 21 Dec 2000 12:22:01 -0500

Can anyone share a sample config of a router doing dhcp. ( I know the
router need 12.0 T code)
thanks



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:26:09 GMT-3