05-03-2012 08:34 PM - edited 03-07-2019 06:30 AM
Dears,
When I use ip dhcp pool cmd on Cisco Router to provide dhcp server service for pc and phones, how can I assign the fixed IP address according to the MAC address of the phones and PCs. I can't find the cmd.
Thanks.
Qilin
Solved! Go to Solution.
05-04-2012 09:22 AM
Hi,
You can do it without configuring multiple pools as of IOS 12.3(11)T
http://www.cisco.com/en/US/docs/ios/12_3t/12_3t11/feature/guide/gtdhcpsm.html
Regards.
Alain
05-03-2012 09:09 PM
You have to make a custom "pool" for each host... like:
ip dhcp pool TestReservation
host 172.16.2.254
hardware-address 02c7.f800.0422 ieee802
client-name testPCone
domain-name mydomain.com
01-03-2020 01:48 AM
Why it's not work?
Thank you very much.
01-03-2020 02:38 AM
Hello,
what exactly do you have configured ? Post the configuation you have...
01-03-2020 03:25 AM
Hello,
ip dhcp pool static
host 192.168.184.183 255.255.255.0
hardware-address bce1.43d4.16b1
default-router 192.168.183.1
dns-server x.170.119.9 x.170.119.19 8.8.8.8 8.8.4.4
!
Thank you very much.
05-03-2012 09:15 PM
Hi Qilin!
ip dhcp pool HOST2 host 192.168.1.2 255.255.255.0 hardware-address aaaa.aaaa.aaaaip dhcp pool HOST3 host 192.168.1.3 255.255.255.0 hardware-address bbbb.bbbb.bbbbOr you can use "clien-identifier" instead of "hardware-address"client-identifier 01aa.aaaa.aaaa.aa [just add 01 as pre-fix] some hosts use client-indentifier.
Please go throught this document:
Let me know if this helped.
Thanks,
Nandan Mathure
05-03-2012 10:35 PM
Hi Nandan,
Fine, but if I have a lot of clients will use IP-to-MAC map, so is there any simple way to input the map? or I have to input the entries one by one?
Thanks,
Qilin
05-03-2012 10:49 PM
As per my knowledge you will have to do it manually. I totally agree that lot of manual work but ultimately thats what we want to achieve .
Kindly rate if useful. Thanks.
Nandan Mathure
05-04-2012 09:22 AM
Hi,
You can do it without configuring multiple pools as of IOS 12.3(11)T
http://www.cisco.com/en/US/docs/ios/12_3t/12_3t11/feature/guide/gtdhcpsm.html
Regards.
Alain
05-04-2012 09:28 AM
nice to know an input txt file
Best Regards
Giuseppe
07-03-2024 01:26 PM
Hi, the link stopped working, could give a right one please?
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