quickconnect
IS-IT--Management
I have a router (Cisco 1751) that is doing DHCP and also reserving a range of addresses also.
Now what I want to do is also reserve an IP Address to a specific MAC Address.
Currently my dhcp setting look like this
ip dhcp excluded-address 10.89.1.1 10.89.1.100
!
ip dhcp pool Pool1
network 10.89.1.0 255.255.255.0
domain-name test.corp.com
dns-server 1.26.x.x 1.26.x.x
default-router 10.89.1.1
lease 30
I added this
ip dhcp pool stager
host 10.89.1.241 255.255.255.0
client-identifier 0100.1422.52e5.86
client-name pc37021
This does not seem to work because when I have the machine using that MAC address rebooted it still get a .113 address which is in my DHCP range.. Any thoughts?
Now what I want to do is also reserve an IP Address to a specific MAC Address.
Currently my dhcp setting look like this
ip dhcp excluded-address 10.89.1.1 10.89.1.100
!
ip dhcp pool Pool1
network 10.89.1.0 255.255.255.0
domain-name test.corp.com
dns-server 1.26.x.x 1.26.x.x
default-router 10.89.1.1
lease 30
I added this
ip dhcp pool stager
host 10.89.1.241 255.255.255.0
client-identifier 0100.1422.52e5.86
client-name pc37021
This does not seem to work because when I have the machine using that MAC address rebooted it still get a .113 address which is in my DHCP range.. Any thoughts?