I am working on getting a Cisco 1721 to provide a specific IP address to a xerox printer. As I read the manuals for IOS 12.2 (what the 1721 has installed) the pool configuration is correct, however the reserved IP address is not being assigned to the printer.
Here is the readout from the router. Suggestions and guidance are needed as we don't want to have to manually specify IP addresses on the device itself since we anticipate having to change the second bit of the addresses.
*****************************************************
ip subnet-zero
!
!
ip dhcp excluded-address X.X.6.201 X.X.6.255
ip dhcp excluded-address X.X.6.0 X.X.6.49
ip dhcp excluded-address X.X.6.51 X.X.6.109
!
ip dhcp pool Client
network X.X.6.0 255.255.255.0
default-router X.X.6.101
netbios-name-server X.X.1.1
dns-server X.X.1.1 X.X.1.2
domain-name domain.test
lease 5
!
ip dhcp pool Xerox
host X.X.6.50 255.255.255.0
hardware-address 0800.370d.a88f ieee802
client-name ClientName
Bindings from all pools not associated with VRF:
IP address Client-ID/ Lease expiration Type
Hardware address/
User name
X.X.6.50 0800.370d.a88f Infinite Manual
X.X.6.118 0800.370d.a88f Mar 14 1993 12:08 AM Automatic
*******************************************************
Here is the readout from the router. Suggestions and guidance are needed as we don't want to have to manually specify IP addresses on the device itself since we anticipate having to change the second bit of the addresses.
*****************************************************
ip subnet-zero
!
!
ip dhcp excluded-address X.X.6.201 X.X.6.255
ip dhcp excluded-address X.X.6.0 X.X.6.49
ip dhcp excluded-address X.X.6.51 X.X.6.109
!
ip dhcp pool Client
network X.X.6.0 255.255.255.0
default-router X.X.6.101
netbios-name-server X.X.1.1
dns-server X.X.1.1 X.X.1.2
domain-name domain.test
lease 5
!
ip dhcp pool Xerox
host X.X.6.50 255.255.255.0
hardware-address 0800.370d.a88f ieee802
client-name ClientName
Bindings from all pools not associated with VRF:
IP address Client-ID/ Lease expiration Type
Hardware address/
User name
X.X.6.50 0800.370d.a88f Infinite Manual
X.X.6.118 0800.370d.a88f Mar 14 1993 12:08 AM Automatic
*******************************************************