client computer's name

is there a way to get the computer’s name using DHCP server?? i got the mac address but the machine name??

See “hostname” field:

> ip dhcp-server lease print
Flags: X - disabled, R - radius, D - dynamic, B - blocked
 #   ADDRESS                                    MAC-ADDRESS       HOST-NAME   SERVER   RATE-LIMIT   STATUS
 0   192.168.10.1                               00:30:18:AA:F5:0D             srv_D...
 1   192.168.0.1                                F4:6D:04:59:2B:1D kraken      srv_D...              bound
 2   192.168.0.2                                1C:6F:65:C9:B8:B5 crabman     srv_D...              bound

Only valid if hostname is set on host when DHCP request is made of course.