08-05-2009 10:07 PM - edited 03-06-2019 07:06 AM
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
08-05-2009 11:43 PM
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
08-06-2009 01:09 PM
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.
08-06-2009 01:53 AM
- removed reply -
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide