Ruijie Community

Title: How to configure Wireless cluster on Ruijie AC? [Print this page]

Author: linyonghang1@ru    Time: 2023-8-7 09:37
Title: How to configure Wireless cluster on Ruijie AC?
You can refer to the following configuration:

1) Basic wireless configurations. For details about typical configuration functions, note the following: The wlan-config and ap-group numbers and names on the active and standby AC must be the same.

2) AC-1 and AC-2 Enable cluster configuration

AC-1 configuration:

AC-1(config)#interface loopback 0 -----> Create the IP address of the loopback interface used to set up a tunnel with the AP.

AC-1(config-if-Loopback 1)#ip address 1.1.1.1 255.255.255.0

AC-1(config-if-Loopback 1)#exit

AC-1(config)#ac-controller

Ac-1 (config-ac)#ac-name ac-1 -----> Indicates the name of the AC in the cluster

AC-1(config-ac)#exit

AC-2 configuration:

AC-2(config)#interface loopback 0 -----> Create the IP address of the loopback interface used to set up a tunnel with the AP.

AC-2(config-if-Loopback 1)#ip address 2.2.2.2 255.255.255.0

AC-2(config-if-Loopback 1)#exit

AC-2(config)#ac-controller

Ac-2 (config-ac)#ac-name ac-2 -----> Indicates the name of the AC in the cluster

AC-2(config-ac)#exit

3) To configure the same AP on the active and standby AC, the principles are as follows: The AP configurations on the active and standby AC must be consistent. Take the AP whose mac address is 0001.0000.0001 as an example.

Active AC configuration (ap online and not renamed)

AC-1(config)#ap-config 0001.0000.0001 -----> The AP is online

Ac-1 (config-ap)#primary-base ac-1 1.1.1.1 -----> Specify the name of the primary ac as AC-1(configured using ac-name on AC) and the address of the primary tunnel as 1.1.1.1.

Ac-1 (config-ap)# second-base ac-2 2.2.2.2 -----> Specify the name of the standby ac as AC-2 (using ac-name on AC) and the address of the primary tunnel as 2.2.2.2. If you want to configure primary AC preemption, add switch-back.

AC-1(config-ap)#ap-group ruijie -----> Invoke the ap-group that has been added to the cluster

Ac-1 (config-ap)#ap-name ap220-e -----> The name of an AP on the active and standby AC must be the same

AC-1(config-ap)#end

Standby AC (AP is not online)

Ac-2 (config)#ap-config ap220-e -----> The ap is not online. Pre-configure the AP. (If the AP has not established a tunnel with the active AC, use this configuration mode.)

AC-2(config-ap)#ap-mac 0001.0000.0001 -----> The AP-config ap320 parameter is used for the ap whose mac address is 0001.0000.0001. After the ap goes online, the AP automatically uses the AP-config configuration

Ac-2 (config-ap)#primary-base ac-1 1.1.1.1 -----> Specify the name of the primary ac as AC-1 (configured using ac-name on AC) and the address of the primary tunnel as 1.1.1.1.

Ac-2 (config-ap)# second-base ac-2 2.2.2.2-----> Specify the name of the standby ac as AC-2(using ac-name on AC) and the address of the primary tunnel as 2.2.2.2. If you want to configure primary AC preemption, add switch-back.

AC-2(config-ap)#ap-group ruijie -----> Invoke the ap-group that has been added to the cluster

AC-2(config-ap)#end

4) Save the configuration

AC-1#write

AC-2#write






Welcome to Ruijie Community (https://community.ruijienetworks.com/) Powered by Discuz! X3.2