10-03-2022 12:31 AM
Hello,
I am trying to create an script to automate the change of the IP Helpers in the interfaces of a WLC, but I am facing an issue with the management interface.
To change this parameter in an interface, all the SSID that have the interface assigned needs to be disabled. So I disable all the SSID, change the ip helpers and enable the SSIDs again.
But the problem that I face is that the management interface that we also have configured with ip helpers, report an issue even if all the SSID are disabled. I can change it in the GUI, but I dont know what commands are executed in the background to use in my python script.
Do you have some some hints that can help me?
10-03-2022 04:48 AM
Hi,
What's the reason you are using DHCP proxy mode? Whats the deign object ive beind this?
DHCP bridge mode is more flexible and complaint to RFC's. This way you can do the configuration in the usptream switch/router/firewall SVI/sub-interface rather than on the controller.
10-03-2022 04:54 AM
Hi Arshad,
It is historical, we are not deploying new infra in proxy mode. I am changing both indeed, at wlc level where configured, and in the switch/fw when it is in bridge mode, as the configuration from controller to controller may change.
But still facing issues with the management interface. Despite all the SSID are disabled, I can not change via CLI.
Thanks
10-03-2022 05:58 AM
What version of software?
Is the controller in HA-SSO pair? "Note:Changing Management interface attributes are not allowed when Redudancy mode(SSO) is enabled" (AireOS spelling of redundancy, not mine!)
I might be missing something but why would you configure DHCP servers (presume that's what you mean by helper) on the management interface?
10-03-2022 09:20 AM
Hello,
Version is 8.10.171.0
I am just migrating from one ip of a DCHP server to another IP. So I go with my scripts for all the devices that have the old IP configured and I replace with the new one. I am not paying attention to the DHCP configuration or the logic behind each of the sites. My scope is 300 WLC.
This is an example: First I locate the interfaces that have the IP that I need to change (10.10.37.20)
10-03-2022 10:17 PM
If you can do it from GUI but not CLI then it sounds like a bug.
You could try opening a TAC case and they might have a workaround for you, although I doubt it and at this point the bug is unlikely to get fixed.
Check whether the DHCP is ever needed/used on the management interface - if not then doesn't matter that you have the old IP there. Otherwise somebody has lots of GUI clicking to do ...
10-05-2022 01:38 AM
thanks for you feedback rrudling
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