DHCP Static Binding on Cisco IOS

Hello Rene,

Is the client-identifier configured on the dhcp server is not the mac address of the dhcp client? Is it a different value?(real world)

I tried to configure the “ip address dhcp client-id fa0/0” on the dhcp client but it’s not getting the correct ip im expecting. I already have a dhcp pool for it on the dhcp server.:

DHCP SERVER:

R1#SHOW RUN | sec ip dhcp
no ip dhcp use vrf connected
ip dhcp pool DONDRUJA
   network 192.168.1.0 255.255.255.0
   default-router 192.168.1.1
   option 150 ip 192.168.1.1
   dns-server 8.8.8.8
   lease 2
ip dhcp pool PC2
   host 192.168.1.100 255.255.255.0
   client-identifier 2222.2222.2222
ip dhcp pool R3
   host 192.168.1.200 255.255.255.0
   hardware-address 4444.4444.4444

R2:

R2#SHOW RUN INT FA0/0
Building configuration...

Current configuration : 136 bytes
!
interface FastEthernet0/0
 mac-address 2222.2222.2222
 ip address dhcp client-id FastEthernet0/0
 no ip route-cache
 duplex half
end