cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
475
Views
0
Helpful
3
Replies

DHCP problem number 2

moses12315
Level 1
Level 1

I am trying to configure a DHCP server on a Cisco router so it assigns the same ip each time to a specific PC. I use the following commands:

rea#config t

Enter configuration commands, one per line. End with CNTL/Z.

rea(config)#ip dhcp pool net10.9.9.x/24

rea(dhcp-config)#host 10.9.9.151 /24 ?

<cr>

rea(dhcp-config)#host 10.9.9.151 /24

% This command may not be used with network, origin or vrf pools.

Why i can not do that .

Thanks

moses

3 Replies 3

spremkumar
Level 9
Level 9

hi moses

y cant u think off going on for manual binding based on the mac address of the clients ?

do refer this link for more options..

http://www.cisco.com/en/US/products/ps6350/products_configuration_guide_chapter09186a00804419eb.html#wp1074511

regds

ok but when i use the command host address [mask | /prefix-length], i receive the following message:

rea(dhcp-config)#host 10.9.9.151 /24

% This command may not be used with network, origin or vrf pools.

I can not proceed .

Thanks

moses

dimuthurathna
Level 1
Level 1

When a DHCP client that has previously had a DHCP-assigned address is started again, the client goes into an INIT-REBOOT state. The client will attempt to verify that it can still use the same address by sending a DHCPRequest packet, populating the DHCP Option Field "DHCP Requested Address" with the previously assigned IP address.