I worked out the 570 sequuence but believe a couple of parameters have been updated on newer models and this should work.
Use the CLI via Telnet. Login and you will get a menu.
dhcp server lease add clientid=11:22:33:44:55:66 pool=Address_Pool addr=192.168.1.6 leasetime=0 expiretime=0 hostname=jeffs_toy
Where: 11:22:33:44:55:66 is the MAC address
Address_Pool is the name of the addresses available - dhcp server pool list will give you the names
leasetime of 0 means the lease never needs renewing - you can set this to any value up to 1814400
expiretime of 0 means that it does not expire
hostname is there if you want to add a name to the DNS table (may or maynot be available)
The original was:
dhcp server lease add clientid=11:22:33:44:55:66 pool=Address_Pool addr=192.168.1.6 leasetime=-1 hostname=jeffs_toy
OR
I never did find anywhere in the GUI that would allow me to do it but the CLI was fairly easy.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
M H C
taurus excreta cerebrum vincit
Edited by MHC (Thu 10-Mar-11 11:28:30)