
Check the A10 Control Compatibility Matrix before registering the Thunder devices to A10 Control. Some of the commonly faced challenges in registering the devices are listed here.

Enter the configuration mode:
ACOS(config)#configure
Enter the following command to remove the old configuration. The following example shows modifying the username configuration:
ACOS(config)#no user-nameorganization-admin
Enter the following command to set new username:
ACOS(config-profile)#user-namenew-username
Enter the following command to deregister the device with old configuration:
ACOS(config-profile)#deregister
Enter the following command to register the new configuration:
ACOS(config-profile)#register

Check the following before contacting Technical Support.

A10 Networks recommends configuring the NTP server to ensure that all devices maintain accurate and synchronized time. For more information about setting up the NTP server, see Setting the NTP Server in the System Configuration and Administration Guide. To check the NTP status, enter the following command:
ACOS#show ntp statusNTP Server Status
time.google.com synchronized
If the NTP server is not set up or unreachable, you may encounter time synchronization issues. To address such issues, perform the following steps to manually set up the clock:
Enter the following command to show clock time:
ACOS#show clock
Enter the following command to set the clock:
ACOS#clock set16:18:15 April 10 2022
Condition/Error: Kafka down due to failure with DNS resolution when FQDN is used for device registration.
Cause: When ACOS is registered using an FQDN, ACOS must resolve the hostname through DNS. If the DNS server is not reachable through the data interface, DNS resolution fails. As a result, Kafka clients cannot establish a connection, which leads to device health and analytics data not appearing in the A10 Control GUI.
Resolution: Ensure that the DNS server is reachable through the data interface, or configure a static host route so DNS queries are forwarded to the correct gateway.
Example:
ACOS>enableACOS#configACOS(config)#ip route 10.19.13.54 /32 10.19.12.1ACOS(config)#write memoryWhere, 10.19.13.54 is the DNS Server IP address and 10.19.12.1 is the Management Gateway IP address.