Question : reserve IP using DHCP to a MAC address

Is there a way to reserve an IP address to a MAC address or a certain computer on a Cisco Catalyst 3560 Switch? Here is my configuration below.

no ip dhcp use vrf connected
ip dhcp excluded-address 10.3.65.1 10.3.65.100
ip dhcp excluded-address 10.3.65.200 10.3.65.254
!
ip dhcp pool Production_LAN
   network 10.3.65.0 255.255.255.0
   default-router 10.3.65.1
   dns-server 192.168.1.25 192.168.1.26

Answer : reserve IP using DHCP to a MAC address

Plase use the following on router:

sw01(config)#ip dhcp pool STATIC-1
sw01(dhcp-config)#host 10.3.65.201 255.255.255.0
sw01(dhcp-config)#client-identifier 0100.1438.634c.56
sw01(dhcp-config)#dns-server 192.168.1.25 192.168.1.26

Random Solutions  
 
programming4us programming4us