DHCP - Quick Practice IP SERVICES Question for ya (2%)

From: Keane, James (James.Keane@agriculture.gov.ie)
Date: Wed Apr 06 2005 - 10:20:15 GMT-3


Ok here is a fairly basic sinario

I have a network 10.99.1.0/24
I want the PCs 10.99.1.75 - 10.99.1.254
I want an AP to be 10.99.1.50 (mac = 0040.9657.548a)

So where is DHCP config below wrong ??

service dhcp
no ip dhcp conflict logging
ip dhcp excluded-address 10.99.1.1 10.99.1.49
ip dhcp excluded-address 10.99.1.51 10.99.1.74
!
ip dhcp pool ClientPOOL
   network 10.99.1.0 255.255.255.0
   dns-server 10.0.9.50
   domain-name MYBIGDOMAIN
   default-router 10.99.1.1
   lease 7
!
ip dhcp pool MyReservedAddress
   host 10.99.1.50 255.255.255.0
   hardware-address 0040.9657.548a ieee802
   client-name WirelessAP
   default-router 10.99.1.1
   domain-name MYBIGDOMAIN
   dns-server 10.0.9.50

I keep getting the next index on the ClientPool for the AP ?!?!?!

TESTLab-1#sho ip dhcp pool

Pool ClientPool :
 Utilization mark (high/low) : 100 / 0
 Subnet size (first/next) : 0 / 0
 Total addresses : 254
 Leased addresses : 0
 Pending event : none
 1 subnet is currently in the pool :
 Current index IP address range Leased addresses
 10.99.1.82 10.99.1.1 - 10.99.1.254 0

Pool MyReservedAddress :
 Utilization mark (high/low) : 100 / 0
 Subnet size (first/next) : 0 / 0
 Total addresses : 1
 Leased addresses : 1
 Pending event : none
 1 subnet is currently in the pool :
 Current index IP address range Leased addresses
 10.99.1.50 10.99.1.50 - 10.99.1.50 1

**********************************************************************
*********** Department of Agriculture and Food ***************

The information contained in this email and in any
attachments is confidential and is designated solely
for the attention and use of the intended recipient(s).
This information may be subject to legal and professional
privilege. If you are not an intended recipient of
this email, you must not use, disclose, copy,
distribute or retain this message or any part of it.
If you have received this email in error, please
notify the sender immediately and delete all copies of
this email from your computer system(s).
**********************************************************************



This archive was generated by hypermail 2.1.4 : Tue May 03 2005 - 07:54:53 GMT-3