cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
543
Views
0
Helpful
3
Replies

PC takes first IP from DHCP pool instead of binding (router 851)

jkornecki
Level 1
Level 1

I have configured main dhcp pool, and several bindings for my PCs. Whenever I connect PC it takes first available IP from main pool !!! What am I doing wrong??

ip dhcp pool local-pool

network 192.168.1.0 255.255.255.0

default-router 192.168.1.1

domain-name lan.local

dns-server 4.2.2.2 4.2.2.1

lease 0 0 1

!

ip dhcp pool Jurek

host 192.168.1.253 255.255.255.0

hardware-address 0000.aaaa.bbbb

3 Replies 3

mlund
Level 7
Level 7

Hi

Long time since I did this, but try with

ip dhcp pool Jurek

host 192.168.1.253 255.255.255.0

client-identifier 0000.aaaa.bbbb

/Mikael

Thanks Mikael.

Almost works with your advice.... I have to add 01 before MAC address, so when client-identifier is: 0100.00aa.aabb.bb then everything works perfectly !!

Thanks.

jacoowen
Level 1
Level 1

- removed reply -