Can I query DHCP server for getting mapping of MAC to IP address (I have admin rights)?
- by Kazoom
I need to know the MAC to IP address mapping stored on DHCP server.
I don't want to use arp cache as that would require me to either broadcast ping (which is not allowed on windows) or ping the all possible ip address of subnet( which takes lot of time).
I am sure that DHCP server stores the mapping of MAC to IP, how can i use that information, to map MAC to IP address?