Re: DHCP Config

From: Jay Hennigan (jay@xxxxxxxx)
Date: Thu Dec 21 2000 - 15:50:14 GMT-3


   
On Thu, 21 Dec 2000 Miguel.Ciena@mail.sprint.com wrote:

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

Assign addresses from 192-168.1.128 through 192.168.1.254, reserving the
rest of the network for statics.
Assign nameservers of 192.168.1.6, 199.201.128.1, and 205.254.224.4
Assign gateway of 192.168.1.1
Assign domain name of foo.com

ip dhcp excluded-address 192.168.1.1 192.168.1.127
!
ip dhcp pool DHCP1
   network 192.168.1.0 255.255.255.0
   dns-server 192.168.1.6 199.201.128.1 205.254.224.4
   default-router 192.168.1.1
   domain-name foo.com

--
Jay Hennigan  -  Network Administration  -  jay@west.net
NetLojix Communications, Inc.  NASDAQ: NETX  -  http://www.netlojix.com/
WestNet:  Connecting you to the planet.  805 884-6323


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