11-27-2018 11:49 PM - edited 03-08-2019 04:41 PM
My system has two switches that act as DHCP (catalyst 3850), I configured the vtp domain down to 6 catalyst 2960x switches underneath the end user, my wifi system uses cisco 2500 contronler.
I have a wifi user but I want him to use only one ip address so I configured the dhcp level according to mac address but there is something wrong he did not receive the ip address as I desired, i also came back Trying to get one on my pc but it does not seem to work either.
I did not know where I was wrong
!
ip dhcp pool vlan 113
network 193.168.113.0 255.255.255.0
default-router 193.168.113.1
dns-server 11.11.11.11 8.8.8.8
!
!
ip dhcp pool test
host 193.168.113.113 255.255.255.0
client-identifier 309c.2308.ae1f
client-identifier IT-113
!
mac address my device when show up in mac address table of 2 types
309c.2308.ae1f or 0130.9c23.08ae.1f
11-27-2018 11:55 PM
Hi,
Allow the client to connect and check what the client-identifier is. Then use the client-identifier to create a reservation. The client-identifier should be something like 0130.9c23.08ae.1f
Thanks
John
11-28-2018 05:31 PM
thank you, I was able to handle the error, because the address of the user's mac address saved on the dhcp table, I use the command.
clear ip dhcp binding x.x.x.x
11-28-2018 12:41 AM
Hello,
make sure the formatting is correct:
ip dhcp pool test
host 193.168.113.113 255.255.255.0
client-identifier 0130.9c23.08ae.1f
client-identifier IT-113
or use the hardware address:
ip dhcp pool test
host 193.168.113.113 255.255.255.0
hardware-address 309c.2308.ae1f
11-28-2018 05:33 PM
thank you
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