04-25-2017 12:52 AM - edited 03-05-2019 08:25 AM
I am using CISCO 3650 L3 Switch. Switch is configured as L3 mode. DHCP also running from this Switch. Now I wanna MAC bind in DHCP server.
Here is my DHCP configuration :
ip dhcp pool NAT-Wifi
network 172.20.0.0 255.255.252.0
default-router 172.20.0.1
dns-server 192.168.11.66 202.74.244.5
lease 0 9
!
ip dhcp pool Reserve-1
client-identifier 0128.b2bd.2adb.3b
I am trying to configure DHCP IP bind but it is showing error given below :
Core-Switch-2(config)#ip dhcp pool Reserve-1
core-Switch-2(dhcp-config)#host 172.20.0.201 255.255.252.0
% A binding in this subnet already exists.
Can anyone help me to solve this problem?
Thanks
Shahed
04-25-2017 03:55 AM
Hello,
try and delete and then recreate the pool:
--> no ip dhcp pool Reserve-1
--> ip dhcp pool Reserve-1
04-25-2017 06:00 AM
Try clearing the DHCP binding for that IP and then try your reservation again.
clear ip dhcp binding 172.20.0.201
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