Got it

AC configuration syncronization don't work

Latest reply: Dec 19, 2021 21:19:17 807 4 9 0 1

Problem Description


1- Customer need to enable wireless configuration synchronization between two Wireless controllers as it is disabled.

224516qvp44tf11553my4z.png?1.png

Software version: AC6605V200R007C20SPC300.cc

Patch version: AC6605V200R007C20SPH305.pat

WLAN backup mode is VRRP HSB Scenario


2- While applying the configuration an error appeared and couldn’t proceed.224705smgujbz8s3n8btuz.jpg?2.jpg

224800t9o9y7qk9bi9qk9i.jpg?3.jpg


Problem Analysis


-          Checked the documentations.

-          Checked with customer in remote session.

-          Checked the configuration between master and backup to make sure they are matched.


Root Cause


-          Missing configuration.

-          Some old configuration need to be modified in order the synchronization work.


Solution


1-          Customer need to enable wireless configuration synchronization between two Wireless controllers as it is disabled.

 

Customer can enable the wireless configuration synchronization on the Active AC which will ensure that configurations are automatically synchronized between two ACs. When you activate it, the configuration will be matched from the active AC to the backup.

This feature allow configuring WLAN services on only one of the two ACs, ensures that these configurations are automatically synchronized to the other AC, and so greatly reduces the configuration workload. In addition, this function facilitates configuration maintenance because all configurations are synchronized between the two ACs.

To enable the feature:

1-       Backup both active and standby configuration.

 

2-       Configuration examples

 CLI configuration example:

https://support.huawei.com/hedex/pages/EDOC1000153688AEG06285/07/EDOC1000153688AEG06285/07/resources/dc/dc_wlan_example_cfgsync_0003_copyto.html?ft=0&fe=10&hib=11.1.22.6.7.2&id=dc_wlan_example_cfgsync_0003&text=Example%2520for%2520Configuring%2520Wireless%2520Configuration%2520Synchronization%2520in%2520VRRP%2520HSB%2520Scenarios&docid=EDOC1000153688

GUI configuration example:

https://support.huawei.com/hedex/pages/EDOC1000153688AEG06285/07/EDOC1000153688AEG06285/07/resources/dc/dc_wlan_example_web_cfgsync_0003.html?ft=0&fe=10&hib=11.3.6.8.1&id=dc_wlan_example_web_cfgsync_0003_2&text=Example%2520for%2520Configuring%2520Wireless%2520Configuration%2520Synchronization%2520in%2520VRRP%2520HSB%2520Scenarios&docid=EDOC1000153688

 

In VRRP HSB and dual-tunnel HSB scenarios, wireless configuration synchronization implements automatic configuration synchronization between the master AC and backup master AC. Configurations that can be automatically synchronized are public configurations, while those that cannot be automatically synchronized are private configurations.

l  Common public configurations include:

-          Configurations of roaming and wireless services including radio, SSID, WLAN security, radio resource management, and positioning

-          Configurations of NAC and AAA, including MAC authentication, 802.1X authentication, external Portal authentication, AAA authentication, RADIUS authentication, and TACACS authentication, excluding access user configuration and built-in Portal configuration used for local authentication

-          Configurations required by wireless services, including VLAN pool, time-range, ACL, free-rule, QoS, and passthrough-domain

-          URL filtering, signature database upgrade, intrusion prevention, antivirus, and Smart Application Control (SAC) configurations

l  Common private configurations include:

-          VLAN, interface, IP address, routing, DHCP, DNS, and IPSec configurations

-          Wired configurations including basic configuration, device management, interface management, network interconnection, and network management configurations

-          Wireless configuration synchronization, CAPWAP, backup, and AP online parameter configurations

-          Access user configuration and built-in Portal authentication used for local authentication

-          AP upgrade configurations, including the upgrade file, mode, and task, FTP server, SFTP server, and maximum number of APs that can be concurrently upgraded


2-          While applying the configuration an error appeared and couldn’t proceed.


As per the following link:

Configuration Notes

https://support.huawei.com/hedex/pages/EDOC1000153688AEG06285/07/EDOC1000153688AEG06285/07/resources/dc/dc_cfg_wlan_config_sync_0003.html

In the wireless configuration synchronization scenario, the source-ip and nas-ip are not allowed to be configured based on the template. The following commands are involved:

§  Run the radius-attribute nas-ip ip-addressradius-attribute nas-ipv6 ipv6-addressradius-server accounting { ipv4-address | ipv6-address } port source ip-address { ipv4-address | ipv6-address }, and radius-server authentication { ipv4-address | ipv6-address } port source ip-address { ipv4-address | ipv6-address } commands in the RADIUS server template view.

§  Run the hwtacacs-server source-ip ip-address command in the HWTACACS server template view.

§  Run the source-ip ip-address command in the Portal server profile view.

 

So we needed to remove the source ip from the old configuration and reconfigure it with below commands :

To enable the source-ip and nas-ip function, run the related commands in the system view. The following commands are involved:

radius-attribute nas-ip ip-address

radius-attribute nas-ipv6

radius-server source ip-address { ipv4-address | ipv6-address }

hwtacacs-server source-ip ip-address

web-auth-server source-ip ip-address


Example:

Old configuration:

<AC6605> system-view

[AC6605] radius-server template group1

[AC6605-radius-group1] radius-server accounting 10.1.2.1 1813 source ip-address 10.1.1.1

 

New configuration:

AC6605> system-view
[AC6605] radius-server template group1
[AC6605-radius-group1] radius-server accounting 10.1.2.1 1813
[AC6605] radius-server source ip-address 192.168.1.1

( Different configuration but same function )

 

After modifying all unsupported configurations we run the following command to enable sync configuration:

# Configure the wireless configuration synchronization function on AC1.

[AC1] wlan

[AC1-wlan-view] master controller

[AC1-master-controller] master-redundancy peer-ip ip-address 192.168.100.2 local-ip ip-address 192.168.100.1 psk H@123456

[AC1-master-controller] master-redundancy track-vrrp vrid 1 interface vlanif 603

[AC1-master-controller] quit

[AC1-wlan-view] quit

# Configure the wireless configuration synchronization function on AC2.

[AC2] wlan

[AC2-wlan-view] master controller

[AC2-master-controller] master-redundancy peer-ip ip-address 192.168.100.1 local-ip ip-address 192.168.100.2 psk H@123456

[AC2-master-controller] master-redundancy track-vrrp vrid 1 interface vlanif 603

[AC2-master-controller] quit

[AC2-wlan-view] quit

 

(HSB addresses and track the VRRP vlanif )

 

Then from Master AC :

[AC1] synchronize-configuration
Warning: This operation may reset the remote AC, synchronize configurations to it, and save all its configurations. Whether to conti
nue? [Y/N]:y

Then the backup AC rebooted and we checked the status after it is done:

[AC1] display sync-configuration status


Both status is up on master and backup:

225359zirt6jzki17zzhpt.jpg?4.jpg

225413lipbpb22yhqb7qhp.jpg?5.jpg


another useful cases, if you can specify the processing procedure, it couldn't be better.AC configuration syncronization don't work-2911117-1
View more
  • x
  • convention:

Thanks dear
View more
  • x
  • convention:

Good case
View more
  • x
  • convention:

Good case scenario and solution
View more
  • x
  • convention:

Comment

You need to log in to comment to the post Login | Register
Comment

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.