DHCP Static Binding on Cisco IOS

Hii Rene,

i used static binding in dhcp server, but i didnot received Ip address which i desired at Client.Below is my example.

R1(Client)–> R2(DHCP Server)

R1#show running-config interface fastEthernet 0/0
Building configuration...

Current configuration : 101 bytes
!
interface FastEthernet0/0
 ip address dhcp client-id FastEthernet0/0
 speed auto
 duplex auto
end
R1#show interfaces fastEthernet 0/0 | include bia
  Hardware is i82543 (Livengood), address is ca01.33d0.0008 (bia ca01.33d0.0008)
R1#
R2#show running-config | sec dhcp
ip dhcp pool mypool
 host 192.168.1.100 255.255.255.0
 client-identifier ca01.33d0.0008
 domain-name www.chandu.com
 default-router 192.168.1.1

R2#show ip dhcp pool
Pool mypool :
 Utilization mark (high/low)    : 100 / 0
 Subnet size (first/next)       : 0 / 0
 Total addresses                : 1
 Leased addresses               : 1
 Excluded addresses             : 1
 Pending event                  : none
 0 subnet is currently in the pool :
 Current index        IP address range                    Leased/Excluded/Total
 192.168.1.100        192.168.1.100    - 192.168.1.100     1     / 1     / 1
R2#

Thanks & Regards,
Chandra