cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1105
Views
0
Helpful
4
Replies

Weird DHCP binding issue

remy
Level 1
Level 1

Hi there,

I'm having trouble configuring DHCP binding for my LAN.

Although the DHCP pool has been working like a charm for several years, I tried to bind a server to an IP this morning, to no avail.

At first I thought I had misunderstood the client-identifier / MAC distinction, but it appears to be clear in my mind right now.

I followed the advices I gathered from community sites and Cisco guides and tried the following :

  1. debug ip dhcp server packet : no leasing between the client ID and the IP
    1. ip dhcp pool "test"
    2. client-identifier <here goes the mac address prefixed with 01>
  2. debug ip dhcp server packets
  3. disable then enable network interface on server
  4. server still has the same old IP, the debug didn't print anything
  5. show ip dhcp database returns void

I'm a bit confused, I also checked that there wasn't another DHCP server on the network.

My Cisco device is 877w, the server is connected to the network through ETHERNET (I read somewhere that DHCP binding through wireless LAN had its specific configuration gotchas).

Running conf is attached.

Best regards,

Rémy E.

4 Replies 4

cadet alain
VIP Alumni
VIP Alumni

Hi,

I don't see any manual binding pool in your config ?

Regards.

Alain.

Don't forget to rate helpful posts.

Indeed, I had run "no" commands prior to posting this.

I modified my first post accordingly, the attached file now has a dhcp binding.

The DHCP Server was giving devices the IP they requested in the bootstrap stack of the dhcp request.

Configuring the router to ignore BootP requests fixed the issue, using command : ip dhcp bootp ignore

remy
Level 1
Level 1

The DHCP Server was giving devices the IP they requested in the bootstrap stack of the dhcp request.

Configuring the router to ignore BootP requests fixed the issue, using command : ip dhcp bootp ignore