Hi all,
I want my C26xx router with IOS 12.3 doing the DHCP server for a attached Ethernet Network, it works all fine, but now i want to add what Microsoft DHCP Server calls "reservation".
Is it possible to add a reservation af a defined IP address for a specified MAC address ? that this address is always given to the MAC address when it requests an address and is never given any other client?
I tried around with defining a dhcp pool over the whole network, exluded 1-100 ( reserved for static adresses )
and added for any reservation a seperate pool ( manual binding ), but this only did prevent the dhcp server to give this adress to anyboby, even not the machine i reserved it for .... see config below:
!
ip dhcp excluded-address xx.xx.178.1 xx.xx.178.100
!
ip dhcp pool EthernetMilan
network xx.xx.178.0 255.255.255.0
domain-name eu.twc.com
dns-server xx.xx.120.20 xx.xx.192.20
default-router xx.xx.178.1
netbios-name-server xx.xx.120.20 xx.xx.192.20
netbios-node-type h-node
lease 30
!!
ip dhcp pool 7e35kt8zj0rd
host xx.xx.178.101 255.255.255.0
hardware-address 0100.0802.947c.9b
client-name 7e35kt8zj0rd
!
after the client got an IP it looked the following:
euitmi02#sho ip dhcp bind
Bindings from all pools not associated with VRF:
IP address Client-ID/ Lease expiration Type
Hardware address/
User name
xx.xx.178.101 0100.0802.947c.9b Infinite Manual
xx.xx.178.102 0100.0802.947c.9b Aug 12 2003 06:20 AM Automatic
euitmi02#
Any ideas how i could reserv the address xx.xx.178.101 for the client with MAC 0100.0802.947c.9b ????
thanks for all hints ...
Mark
I want my C26xx router with IOS 12.3 doing the DHCP server for a attached Ethernet Network, it works all fine, but now i want to add what Microsoft DHCP Server calls "reservation".
Is it possible to add a reservation af a defined IP address for a specified MAC address ? that this address is always given to the MAC address when it requests an address and is never given any other client?
I tried around with defining a dhcp pool over the whole network, exluded 1-100 ( reserved for static adresses )
and added for any reservation a seperate pool ( manual binding ), but this only did prevent the dhcp server to give this adress to anyboby, even not the machine i reserved it for .... see config below:
!
ip dhcp excluded-address xx.xx.178.1 xx.xx.178.100
!
ip dhcp pool EthernetMilan
network xx.xx.178.0 255.255.255.0
domain-name eu.twc.com
dns-server xx.xx.120.20 xx.xx.192.20
default-router xx.xx.178.1
netbios-name-server xx.xx.120.20 xx.xx.192.20
netbios-node-type h-node
lease 30
!!
ip dhcp pool 7e35kt8zj0rd
host xx.xx.178.101 255.255.255.0
hardware-address 0100.0802.947c.9b
client-name 7e35kt8zj0rd
!
after the client got an IP it looked the following:
euitmi02#sho ip dhcp bind
Bindings from all pools not associated with VRF:
IP address Client-ID/ Lease expiration Type
Hardware address/
User name
xx.xx.178.101 0100.0802.947c.9b Infinite Manual
xx.xx.178.102 0100.0802.947c.9b Aug 12 2003 06:20 AM Automatic
euitmi02#
Any ideas how i could reserv the address xx.xx.178.101 for the client with MAC 0100.0802.947c.9b ????
thanks for all hints ...
Mark