DHCP server always offers the SAME IP-ADDRESS.......?
enable
configure terminal
interface e0/0
ip address 192.168.1.00 255.255.255.0
no shutdown
interface e0/1
ip address 192.168.2.100 255.255.255.0
no shutdown
exit
ip dhcp pool IT
network 192.168.1.0 255.255.255.0
default-router 192.168.1.100
exit
ip dhcp excluded-address 192.168.1.1 192.168.1.10
ip dhcp pool Sales
network 192.168.2.0 255.255.255.0
default-router 192.168.2.100
exit
ip dhcp excluded-address 192.168.1.1 192.168.1.10
exit
show ip //You can see assigned ip-address in Server with this command.
router# clear ip dhcp binding <ip-address-of-server>
configure terminal
ip dhcp pool Server
host 192.168.2.50 255.255.255.0
client-identifier? 0100.5079.6668.05?
Thats it !!! Now always the dhcp server will offer a same specific ip