11-18-2013 04:40 AM - edited 03-07-2019 04:39 PM
how can i get that which hosts of the network have reserved dhcp IPs as i know that dhcp reservation to be created when mac address will be assigned.
so, which cisco command on router can show me specific hosts which have dhcp reserved IPs.thanks
11-18-2013 04:58 AM
The startup/running config should show them.
11-18-2013 05:05 AM
HI Gamar,
If the router is configured as DHCP server then you can use 'show ip dhcp pool" to see excluded ip address and "Sh run | be router dhcp" will provide the exact configuration
Thanks & Regards,
Karthick Murugan
CCIE#39285
11-18-2013 09:29 PM
thanks,
yes i got the reserved dhcp IPs but i do not know to which hosts of my network these IPs have been assigned.
how can i trace out?
plz reply
11-18-2013 11:47 PM
Command: sh ip dhcp bind
11-19-2013 01:15 AM
As said by Leo, the DHCP bindings will show the corresponding MAC addresses.
Unless you have a list of all MAC addresses somewhere (which most people tend not to) then you can use the ARP cache combined with the CAM tables to trace which ports relate to which MAC address to get more information on the host if you need it.
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