Autoinstall

From: John Underhill (stepnwlf@magma.ca)
Date: Mon May 24 2004 - 20:16:59 GMT-3


I'm having a problem with DHCP during autoinstall. I create the host pool
binding between the assigned IP and the client BIA, and it keeps coming up
with the message:
DHCPD: there is no address pool for 172.16.40.1.
If I do a sh ip dhcp bind, there it is:
172.16.40.2 00e0.b055.a44f Infinite Manual
If I bind the address request to the client id it works exactly as it should,
(but I have to get the id through a debug, so where's the auto in
'autoinstall?), and the router goes on to fetch the named bootfile R2-confg
and loads properly.. If I use a network pool, it works as well, so it's like
DHCP is not seeing the hardware address in the request, or not making the
correct association. Any ideas?
Here's the config..
Works great this way..
ip dhcp pool 1
   host 172.16.40.2 255.255.255.0
   client-identifier 0063.6973.636f.2d30... etc
   default-router 172.16.40.1
   option 150 ip 172.16.40.254

Not so great..
ip dhcp pool 1
   host 172.16.40.2 255.255.255.0
   hardware-address 00e0.b055.a44f ethernet
   default-router 172.16.40.1
   option 150 ip 172.16.40.254

(..and yes, I'm sure about the mac address I'm using, checked it three times,
and it's in the arp cache.. and I'm using 12.2 Ent.)



This archive was generated by hypermail 2.1.4 : Wed Jun 02 2004 - 11:12:16 GMT-3