cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
471
Views
0
Helpful
2
Replies

Static DHCP entry not assigning to device

I'm having trouble getting a device to pull the correct IP address from DHCP
I configured an extra pool with a client-identifier and that matches what I see in a debug
I had my .70 ip in the excluded range, but still have the issue after removing it
There must be something wrong but I can't think of what else to check

Feb 6 22:33:00.768: DHCPD: DHCPDISCOVER received from client 3ce1.a15d.921c on interface GigabitEthernet0/0.
Feb 6 22:33:02.768: DHCPD: DHCPDISCOVER received from client 3ce1.a15d.921c on interface GigabitEthernet0/0.
Feb 6 22:33:02.768: DHCPD: Sending DHCPOFFER to client 3ce1.a15d.921c (10.200.100.104).
Feb 6 22:33:02.768: DHCPD: creating ARP entry (10.200.100.104, 3ce1.a15d.921c, vrf default).
Feb 6 22:33:02.768: DHCPD: unicasting BOOTREPLY to client 3ce1.a15d.921c (10.200.100.104).
Feb 6 22:33:02.780: DHCPD: DHCPREQUEST received from client 3ce1.a15d.921c.
Feb 6 22:33:02.780: DHCPD: Using hostname 'ring.domain.com.' for dynamic update (from hostname option)
Feb 6 22:33:02.780: DHCPD: Sending DHCPACK to client 3ce1.a15d.921c (10.200.100.104).
Feb 6 22:33:02.780: DHCPD: ARP entry exists (10.200.100.104, 3ce1.a15d.921c).
Feb 6 22:33:02.780: DHCPD: unicasting BOOTREPLY to client 3ce1.a15d.921c (10.200.100.104).

#show ip dhcp binding | inc 1c
10.200.100.70 3ce1.a15d.921c Infinite Manual
10.200.100.135 3ce1.a15d.921c Feb 07 2019 08:14 PM Automatic

ip dhcp pool lan
network 10.200.100.0 255.255.255.0
dns-server 10.200.100.31 10.200.100.10
default-router 10.200.100.10

ip dhcp pool Ring
host 10.200.100.70 255.255.255.0
client-identifier 3ce1.a15d.921c

ip dhcp excluded-address 10.200.100.1 10.200.100.69
ip dhcp excluded-address 10.200.100.71 10.200.100.99

1 Accepted Solution

Accepted Solutions

No where in my debug does the device send it with 01

 

I was able to get this to pull the IP by using "hardware-address" instead of "client-identifier"

View solution in original post

2 Replies 2

johnd2310
Level 8
Level 8

Hi

 

Try the following:

 

ip dhcp pool Ring
host 10.200.100.70 255.255.255.0
client-identifier 013c.e1a1.5d92.1c

 

Thanks

John

**Please rate posts you find helpful**

No where in my debug does the device send it with 01

 

I was able to get this to pull the IP by using "hardware-address" instead of "client-identifier"

Review Cisco Networking for a $25 gift card