10-18-2018 09:40 AM
How do i configure DHCP server for lease IPs for connected clients in WiFI ?
Solved! Go to Solution.
10-23-2018 03:35 PM
You can see this in the CLI of the AP with the following commands (were mgtX is, X is the interface you've set your DHCP server to use, you'll want to check this in the DHCP server object you build if you aren't sure):
show int mgtX dhcp-server detail
^This will show you the leases for currently active clients
show int mgtX dhcp-server reserved-address
^This will show you any reserved addresses
Is that what you were looking for? I'm afraid we can't see this in the GUI currently, but I can submit a feature request for this to be added in the future if you'd like?
11-01-2018 05:17 AM
Hi @Sam Pirok,
Command work perfectly after I updated AP122 to 8.2r4
Thank you for the support
10-24-2018 08:59 PM
Are you running that command on an AP or a BR/XR? Also, I'm sorry to say that we don't support reservations per say, but if you leave the address out of the IP pool you set in the DHCP server, you should be safe from overlaps in that case.
10-24-2018 02:33 PM
@Sam Pirok Can you help me out here ?
10-24-2018 06:51 AM
Yes those are exactly what I'm looking for. But I'm getting following output after I send the command to AP
"ENG-AERO-AP02#show interface mgt0 dhcp-server detail
ERROR: Invalid parameter(s)"
And I want to know how to reserved the IP address from DHCP server, I don't find the option in HM