06-06-2012 12:16 AM - edited 03-07-2019 07:05 AM
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
06-06-2012 12:41 AM
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
06-06-2012 03:31 AM
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
06-06-2012 04:36 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide