cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
855
Views
0
Helpful
5
Replies

which cisco command on router can show me specific hosts which have dhcp reserved IPs

qamarmiqdad
Level 1
Level 1

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

5 Replies 5

devils_advocate
Level 7
Level 7

The startup/running config should show them.

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

Thanks & Regards, Karthick Murugan CCIE#39285

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

Command:  sh ip dhcp bind

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.