DHCP + IOS 12.1 + hardware-address

From: Richard Davidson (rich@myhomemail.net)
Date: Wed Oct 09 2002 - 01:57:25 GMT-3


Give me some of that good, that funky, that cisco dhcp stuff. Ok, it's late and i have no life but I do have r4 acting the role of DHCP server. It is configured to statically assign address 172.16.34.62 to mac address 0010.7b3c.679b. This is the mac address of r3. r3 is configured with the command ip address dhcp. for some reason when r3 registers with r4 it gets an address from the pool (172.16.34.17) not it's not the static one. Any one knows what's wrong with my config?

r4#sho ip dhcp bi
IP address Hardware address Lease expiration Type
172.16.34.17 0063.6973.636f.2d30. Mar 03 1993 06:56 AM Automatic
                 3031.302e.3762.3363.
                 2e36.3739.622d.4574.
                 31
172.16.34.62 0010.7b3c.679b Infinite Manual

*********Config*********

no ip dhcp conflict logging
ip dhcp excluded-address 172.16.34.1 172.16.34.10
!!
ip dhcp pool nmc
   network 172.16.34.0 255.255.255.128
   domain-name nmc.net
   dns-server 10.10.10.10
   default-router 172.16.34.1
!
ip dhcp pool r3e1
   host 172.16.34.62 255.255.255.128
   hardware-address 0010.7b3c.679b
   domain-name nmc.net
   dns-server 10.10.10.10
   default-router 172.16.34.1
!

 

Rich



This archive was generated by hypermail 2.1.4 : Tue Nov 05 2002 - 08:35:43 GMT-3