07-30-2015 06:23 AM - edited 07-05-2021 03:39 AM
Hello Forum Team!
I need to move a Cisco 5508 WLC cluster from VLAN and that requires changing the management IP address of the cluster. My question is the following:
1. Does this require disabling SSO, breaking the cluster and re-configure both WLC's management interface and redundancy-management interface ip addresses?
Thanks in advanced for your support!
Regards,
Solved! Go to Solution.
07-30-2015 07:13 AM
I think the best way would be to use the CLI. It would show the actual requirements.
>> Console in the WLC.
>> config redundancy mode disable (this will disable the SSO)
>> config interface address management <new IP> <new Mask> <gateway>
This may prompt you that the WLANs are enabled and are using this address. Then you need to run:
>> config wlan disable all (to disable the WLANs)
>> Re-run the command: config interface address management <new IP> <new Mask> <gateway>
>> configure the IP of the redundancy management interface with:
config interface address redundancy-management <new IP > <new IP for the peer redundancy management interface>
This needs to be done on both of them using the console connection and then enable the SSO again as:
>> config redundancy mode sso
HTH, Cheers
Manish
07-30-2015 06:41 AM
My answer would be yes. The best way would be to disable SSO , change the IP addresses of management interfaces on both of them, configure the uplink switch interfaces accordingly (allowing desired VLANs and setting the native VLAN accordingly), re-enable the SSO. Since the redundancy management IP address needs to be in the same subnet as the mgmt. interface, you should also change that to the new VLAN.
Cheers,
Manish Mathur
07-30-2015 06:59 AM
Hello Manish and thanks for your reply;
WLC version is 7.6.120.0 and currently it would not allowed to change mgmt ip address since is greyed out. Should I need first to remove the mgmt ip from the WLAN/s it is being used?
Thanks again for your support.
Regards,
07-30-2015 07:13 AM
I think the best way would be to use the CLI. It would show the actual requirements.
>> Console in the WLC.
>> config redundancy mode disable (this will disable the SSO)
>> config interface address management <new IP> <new Mask> <gateway>
This may prompt you that the WLANs are enabled and are using this address. Then you need to run:
>> config wlan disable all (to disable the WLANs)
>> Re-run the command: config interface address management <new IP> <new Mask> <gateway>
>> configure the IP of the redundancy management interface with:
config interface address redundancy-management <new IP > <new IP for the peer redundancy management interface>
This needs to be done on both of them using the console connection and then enable the SSO again as:
>> config redundancy mode sso
HTH, Cheers
Manish
07-30-2015 07:16 AM
Excellent. Thanks for your support.
Regards,
09-26-2017 08:38 AM
Hi guys your Solution is fine, but since you disable all wlan IDs in the beginning add a line to enable all/needed WLAN IDs in the end.
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