cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
756
Views
5
Helpful
1
Replies

Can't bind IP to host.

Cisco UC520 trying to bind a specific IP to a host, here's the config snip:

ip dhcp relay information trust-all

ip dhcp excluded-address 10.1.1.241 10.1.1.255

ip dhcp excluded-address 192.168.10.241 192.168.10.255

ip dhcp excluded-address 10.1.1.1 10.1.1.15

ip dhcp excluded-address 192.168.10.1 192.168.10.15

!

ip dhcp pool phone

network 10.1.1.0 255.255.255.0

default-router 10.1.1.1

option 150 ip 10.1.1.1

!

ip dhcp pool data

import all

network 192.168.10.0 255.255.255.0

default-router 192.168.10.1

!

ip dhcp pool CHADWICK

host 192.168.10.2 255.255.255.0

hardware-address 0100.1601.ed0b.e9

client-name CHADWICK

!

ip dhcp pool BROTHER

host 192.168.10.3 255.255.255.0

hardware-address 0190.4ce5.4b47.d6

client-name BRW904CE54B47D6

!

ip dhcp pool NAS

host 192.168.10.11 255.255.255.0

hardware-address 0008.9bc8.8b9d

client-name NAS

Here's the error I keep seeing when debuging dhcp events:

000103: Nov  8 04:26:02.039: DHCPD: Seeing if there is an internally specified pool class:

000104: Nov  8 04:26:02.039:   DHCPD: htype 1 chaddr 0008.9bc8.8b9d

000105: Nov  8 04:26:02.039:   DHCPD: remote id 020a0000c0a80a0101050001

000106: Nov  8 04:26:02.039:   DHCPD: circuit id 00000000

I've played around with for an hour and I can't figure out why it will not give that host the IP address I've set.  I'm at a lost.

david

1 Reply 1

In case anyone has this issue, the problem is that you can't use hardware-address for Windows or other non bootp devices.  So use client-identifier .

david

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: