07-25-2013 10:39 PM - edited 03-04-2019 08:33 PM
Dear Team
I have configured DHCP in Cisco 1841 router , But the DHCP is working fine .Kindly help me to configure Static binding of IP address in DHCP .he
Today 30-07-2013 I have tested to DHCP using IP mapping with Mac address as per discussion . But finally the static mapping not working . Here with attached the Command list . Please kindly help me to resolve this .
07-25-2013 11:00 PM
what have you tried so far to get it to work? can you send config.
thanks
=============================
Please remember to rate useful posts, by clicking on the stars below.
=============================
07-25-2013 11:13 PM
hi ,
after configuring DHCP and all for client bindin you can use belwo command to map it.
ip dhcp pool name-pool-static
host 192.168.0.253 255.255.255.0
client-identifier 0100.xxxx.xxxx.xx (MAC Address of the device)
Thanks
Gajendra
07-26-2013 02:21 AM
Hi,
to configure static mappings:
1) look at your dynamic bindings with sh ip dhcp binding x.x.x.x to see what client-identifier the client is using
2) delete the corresponding bindings with clear ip dhcp binding x.x.x.x
3) create your host pools like this:
ip dhcp pool host_pool
host x.x.x.x y.y.y.y where y.y.y.y is the subnet mask
client-identifier 01xx.xxxx.xxxx.xx
or
hardware-address xxxx.xxxx.xxxx <<< MAC address
Regards.
Alain
Don't forget to rate helpful posts.
03-11-2016 08:18 PM
All I'm trying to accomplish is this typing it in the console, but what script it takes to do this!?:
INTERNET---[CABLEMODEM]-d-[Fa0/0[Cisco1841]Fa0/1]-s-(192.168.0.1_.252 (1-host))---[PC]
s=static; d=dynamic
I've been trying to do this since the Cisco 2501; please... trying very hard not to rant.
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