ip dhcp pool PRINTER host 192.168.0.100 255.255.255.0 client-identifier 0178.e7d1.aa8f.5d default-router 192.168.0.1 dns-server 192.168.0.1 lease 60 !
Формат записи client-identifier для Unix/Linux и Windows хостов различается
Пример записи для client-identifier:
!Windows client-identifier 0178.e7d1.aa8f.5d !или для *nix client-identifier 0078.e7d1.aa8f.5d
Посмотреть выданные ip
router#show ip dhcp ? binding DHCP address bindings conflict DHCP address conflicts database DHCP database agents import Show Imported Parameters pool DHCP pools information relay Miscellaneous DHCP relay information server Miscellaneous DHCP server information router#show ip dhcp binding Bindings from all pools not associated with VRF: IP address Client-ID/ Lease expiration Type Hardware address/ User name 192.168.0.100 0178.e7d1.aa8f.5d Infinite ManualЕсли компьютер уже получил динамический IP, но нужно было назначить ему статический IP. Т.к. MAC этого компьютера уже засветился в binding’ах, то создать статическую привязку не получится:
router(dhcp-config)#client-identifier 0178.e7d1.aa8f.5d % A binding for this client already exists.Нужно отозвать выданный ip (удалить созданный автоматически биндинг).
router#clear ip dhcp binding ? * Clear all automatic bindings A.B.C.D Clear a specific binding router#clear ip dhcp binding 192.168.0.100