Skip to main content

Enable the UBNT Compliance Test ( Working Method )



If the PowerBeam point is already flashed above 5.5.6 and cannot be updated, then we are downloading the latest firmware via TFTP. At the time of this writing, I was using 5.6.3. How to do this I wrote in this article: Ubiquiti (UBNT) device recovery. 
After completing the firmware process via the web interface, do not go (otherwise you will have to reset the settings and do it again), but connect via SSH using, for example, the PuTTY program and enter the "enable_ct" command above, or create a script, make it executable, save the settings and reboot the device by running The following commands take turns:


Need Putty ( Software )

  • Login To Device Vai Putty
  • 192.168.1.20
  • Enter Username & Password

Then Write this Commands Step By Step

  • enable_ct
  • touch /etc/persistent/ ct
  • save
  • reboot

do at your own risk, i m no responsible for any damage.

How to enable Compliance test
enable compliance test
ubnt compliance test
compliance test



Read Also :

Comments

Popular posts from this blog

BDCOM OLT All Commands ( BDCOM )

 

Configuring Cisco Nexus N3K-C3064PQ-10GX Cisco Nexus 3000)

  The switch has 48 SFP+ 10 Gb/s and 4 QSFP+ 40 Gb/s ports When connecting for the first time through the console, specify the password for the admin user: Do you want to enforce secure password standard (yes/no): yes    Enter the password for "admin":    Confirm the password for "admin":       Would you like to enter the basic configuration dialog (yes/no): no Switch to configuration mode and specify the firmware file: configure terminal show incompatibility nxos bootflash:nxos.7.0.3.I4.6.bin boot nxos bootflash:/nxos.7.0.3.I4.6.bin exit Save the configuration and reboot the switch: copy running-config startup-config   reload This command will reboot the system. (y/n)?  [n] y Next, we look at the current and saved configuration: show running-config show startup-config During switching on the switch, if necessary, you can switch to bootloader mode: Press  ctrl L to go to loader prompt in 2 secs From the bootloader, ...