RE: Question about dhcp

From: Nate Kleven (cciemail@intellinet.ws)
Date: Thu Apr 24 2003 - 03:37:40 GMT-3


http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/
ip_c/ipcprt1/1cddhcp.htm#xtocid14

You need to create a pool entry for each host that you want to setup a
reservation for. That way, each one can have it's own set of options.
Take a look at this example and the documention link above:

ip dhcp pool host1
   host 192.168.0.1 255.255.255.0
   hardware-address aaaa.aaaa.aaaa
   default-router 192.168.0.254
!
ip dhcp pool host2
   host 192.168.0.2 255.255.255.0
   hardware-address bbbb.bbbb.bbbb
   default-router 192.168.0.254
!
!

HTH

Nate

-----Original Message-----
From: j [mailto:wkfrktpdy@hotmail.com]
Sent: Wednesday, April 23, 2003 9:42 PM
To: ccielab@groupstudy.com
Subject: Question about dhcp

Is it possible to setup dhcp so that the same ip address always gets
assigned to the same dhcp client? (not using local area mobility)



This archive was generated by hypermail 2.1.4 : Thu May 01 2003 - 13:36:04 GMT-3