Link to home
Start Free TrialLog in
Avatar of Gary4
Gary4Flag for United States of America

asked on

On a Cisco C1921, IOS 15.2, how to staticly bind host mac to dhcp ip?

I have this in my DHCP:

ip dhcp pool DNS
 host 10.0.10.163 255.255.255.0
 hardware-address 0015.5d00.9b03
 client-name dns-server

Open in new window


But on the host I get this:

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . : gwsystems.local
   Description . . . . . . . . . . . : Microsoft Virtual Machine Bus Network Adapter
   Physical Address. . . . . . . . . : 00-15-5D-00-9B-03
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   IPv4 Address. . . . . . . . . . . : 10.0.10.206(Preferred)  <========================
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : Friday, August 29, 2014 9:49:11 AM
   Lease Expires . . . . . . . . . . : Saturday, August 30, 2014 9:49:10 AM
   Default Gateway . . . . . . . . . : 10.0.10.1
   DHCP Server . . . . . . . . . . . : 10.0.10.1
   DNS Servers . . . . . . . . . . . : 10.0.0.162
                                       10.0.10.163
   NetBIOS over Tcpip. . . . . . . . : Enabled

Open in new window


Obviously I'm missing something, but I don't know what.
ASKER CERTIFIED SOLUTION
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Gary4

ASKER

Hi,

I thought I had tried that.  It worked.

Now I have another problem I'll post in another question.

Gary