11-24-2016 01:08 AM - edited 03-05-2019 07:32 AM
11-24-2016 05:50 AM
hi,
could you use the keyword hardware-address instead?
ip dhcp pool SRV_PRT_CH001
host 192.168.1.11 255.255.255.240
hardware-address 0011.321f.3092
11-24-2016 10:06 PM
Hello
After troblehooting and play with the Option: clear arp-cache, and disconnect devices from the Switch, always the system will assign any free ip from DHCP Range but not this that i have fix assigned with MAC Address.
11-25-2016 12:35 AM
Hello,
I think you need to add the Ethernet media type (01 for Ethernet) to the client identifier.
I have tried to convert the identifiers and added the leading 01, I am not sure if the conversion is right, but the 01 needs to be added.
client-identifier 00AC.12Gf.2102 --> 01AC.12Gf.2102
client-identifier abcd.0000.efgh.0000 --> 01ab.cd00.00ef.gh00
client-identifier 1234.abcd.5678.0000 --> 0112.34ab.cd56.7800
11-25-2016 01:27 AM
Hi
You are correct about client-identifier, but I think it is written in the format 0100.0012.3400.0043.21 if the hardware address is 0000.1234.0000.4321
/Mikael
11-27-2016 01:23 AM
Hello
sh ip dhcp binding
debug ip dhcp server packet ( establish if user is using a client id or hardware address)
1.1.1.1/24 = mac address 1234.5678.9000
ip dhcp pool static
host 1.1.1.1 255.255.255.0
client-identifier 0112.3456.7890.00 ( 01 extension added to mac add of client)
default-router 1.1.1.254 < usually taken from primary dhcp pool but can be applied here also
or
ip dhcp pool static
host 1.1.1.1 255.255.255.0
hardware-address 1234.5678.9000 ieee802 <-- defined ieee network
default-router 1.1.1.254
res
Paul
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