Delete or Edit Static DHCP Binding?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2015 08:38 PM - edited 03-08-2019 03:03 AM
Hello All,
Can someone please help me figure out how to delete or edit a Static DHCP binding?
I have the static binding in a DHCP sub pool titled "StaticAddresses". I mistyped the client-identifier and now I cannot delete or change it.
I have tried to remove the client identifier using: no client-identifier 0000.0000.0000.00
Nothing happens.
I have also tried to drop the bound IP using: clear ip dhcp binding x.x.x.x
I tried using: clear ip dhcp pool StaticAddresses binding x.x.x.x also and that didn't work either.
Surely there is a way to edit or remove a static binding from a DHCP pool??
Please Help.
Best // CD
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2015 09:00 PM
hi,
you'll need to remove the DHCP pool and re-apply the DHCP config.
a sample would be like:
no ip dhcp pool StaticAddresses
ip dhcp pool StaticAddresses
host <IP> <SM>
client-identifier <H.H.H>
dns-server <DNS IP>
default-router <DG IP>
