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

DHCP-Pool

Reyad Safi
Level 1
Level 1

Hi All

Good Day

i configured a DHCP pools at 3560 Sw to serve the users , but some users need Static IP address on the PCs , how can i ensure to assign fix IP address to the user via DHCP pool ,,,, any suggestions

regards

3 Replies 3

taimoor.jan
Level 1
Level 1

Hi Reyad,

ip dhcp pool Client

   host 10.136.30.137 255.255.255.0

   client-identifier 000f.fe3b.ce9d

with the above new pool u can assign static IPs to specific users.

Please rate if helpful

Dear Taimoor

thank you for your help.

i applied the configuration , but still i cant grant the IP address

ip dhcp pool USERS

   network 10.10.75.0 255.255.255.0

   default-router 10.10.75.254

   dns-server 10.10.10.10

   lease 30

!

ip dhcp pool Reyad

   host 10.10.75.200 255.255.255.0

   hardware-address 0100.2188.7127.be

   client-name Reyad

!

sh ip dhcp binding

10.10.75.49      01b8.ac6f.c9b2.6f       Jul 06 2012 09:18 AM    Automatic

10.10.75.50      0100.21a0.8730.02       Jul 04 2012 03:11 PM    Automatic

10.10.75.51      0178.2bcb.e46d.37       Jul 06 2012 09:07 AM    Automatic

10.10.75.53      0100.2188.7127.be       Jul 06 2012 12:33 PM    Automatic

10.10.75.200     0100.2188.7127.be       Infinite                Manual

Hi,

hardware-address 0100.2188.7127.be    this is a client-identifier not a MAC address so use the command posted by Taimoor:

client-identifier  0100.2188.7127.be or if this is not a Windows device: hardware-address 0021.8871.27be

You'll notice this device already got a dynamic IP so you'll have to do a /renew to get the correct one and you should clear the incorrect bindings on the server.

Regards.

Alain.

Don't forget to rate helpful posts.
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card