Cisco – How to Configure DHCP to Assign a Specific IP Address to a MAC Address in IOS

ciscocisco-iosdhcp

How can I manually configure DHCP to give a certain IP address to a specific MAC address in Cisco Packet Tracer? I know how to configure DHCP, but I don't know the configuration which is used give an IP address to a specific MAC.

Best Answer

Simple:

ip dhcp pool (hostname)
   host (ip address) (netmask)
   hardware-address (mac)