12-10-2020 10:05 AM - edited 07-05-2021 12:53 PM
Hi
I'm trying to set up my two C9800-L-F controllers with redundancy using RMI+RP, but I find the use of IP addresses confusing.
I have given each box 2 IP addresses so far:
Management:
Controller1:
interface GigabitEthernet0
vrf forwarding Mgmt-intf
ip address 172.30.255.253 255.255.255.0
Controller2:
interface GigabitEthernet0
vrf forwarding Mgmt-intf
ip address 172.30.255.254 255.255.255.0
WLAN Management interface:
Controller1:
interface Vlan252
ip address 172.30.252.253 255.255.255.0
Controller2:
interface Vlan252
ip address 172.30.252.254 255.255.255.0
So far so good.
But when entering Administration -> Device -> Redundancy, it asks for another set of IP addresses (RMI IP for Chassis 1/2)
Do I need another set of IP addresses here? Or should the already configured addresses be used?
Does this affect the management IP addresses on interface GigabitEthernet0?
Or does it affect the WLAN Management interface?
Or something else?
Will I still be able to manage the controllers through the 172.30.255.253 and 254 adresses?
Thanks
12-10-2020 12:23 PM - edited 12-10-2020 12:25 PM
Yes you will... you just need to allocate two ip address for the RP. Example:
9800-01:
RP-172.30.255.251
Management-172.30.255.253
9800-02:
RP-172.30.255.252
Management-172.30.255.254
You will be able to manage the 9800 using the primary controller ip which I'm assuming is 172.30.255.253. The 172.30.255.254 will go away once you configure SSO. The RP address will allow for connection, but not through TACACS if you are using that.
12-12-2020 03:34 AM
As Scott explained, this is similar to AireOS WLCs HA SSO config, you need to allocate 4 IP addresses from the same subnet, two of them to the Wireless Management Interface for each WLC and the other two IPs for the RMI for each WLC, you don’t have to specify any IPs for the RP this is will be generated automatically based on the above IPs.
RMI was introduced in 17.1 code so you can have gateway reachability check, so it is better than just RP HA SSO that was available on prior releases, for now, use the latest code from 17.3 train.
12-13-2020 11:04 PM
Thank you both for your answers, and sorry for the late reply.
But you are stating different things here;
@Scott Fellasays I can use addresses from the Management subnet on the SP.
@Grendizersays I can use addresses from the Wireless Management on SVI 252.
The confusion continues.
What I want in the end is to manage the cluster from 172.30.255.254 on the SP port.
and I want the accesspoints to communicate with the cluster with 172.30.252.254 in VLAN 252
Does it really matter what addresses I use on the RMI setup? 1.1.1.1 and 1.1.1.2 for example? I have a direct cable between the chassises in the RP port.
Or will the RMI address become the address that the access points communicate with?
Thanks
12-13-2020 11:27 PM
12-14-2020 01:18 AM - edited 12-14-2020 01:46 AM
I gave the RMI setup an address in the Wireless Management subnet, and it show like this in CLI::
interface Vlan252
ip address 172.30.252.251 255.255.255.0 secondary <--- this is the IP I gave in the RMI setup
ip address 172.30.252.254 255.255.255.0
But after the reboot, I'm thrown back into the Web GUI Configuration Setup Wizard, where I am forced to set it ip all again.. is there a way to cancel this wizard?
Thanks.
EDIT: It turns out that after the reboot, the controller somehow deleted the bootvar configuration, and in that process, booted up the oldest image in bootflash.
So I'm upgrading it again and starts over.
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