zyxel nwa1123 ac v2 - setting working time

duke_64
duke_64 Posts: 3  Freshman Member
edited August 2022 in WirelessLAN
Hi all,
I have installed this AP in my home network and I'm looking for the way to shutdown the AP automatically at a certain hour. In the same way I need to reactivate the AP in the morning. In the user manual I don't find specific instructions or cron command. Could you help me?


#Biz_Oct_2019

Accepted Solution

  • Zyxel_Panda
    Zyxel_Panda Posts: 97  Zyxel Employee
    First Anniversary Friend Collector First Answer First Comment
    Answer ✓
    Hi @duke_64

    You can use the notepad to write a script with a certain time as below content and save it to *.zysh file as below screenshot
    ===================================
    configure terminal
    schedule-run 1 FatAPreboot.zysh daily 14:05
    write
    exit
    write
    shutdown
    ===================================

    Upload this file on the AP's shell script and then click 'Apply'.


All Replies

  • Zyxel_Panda
    Zyxel_Panda Posts: 97  Zyxel Employee
    First Anniversary Friend Collector First Answer First Comment
    Hi @duke_64

    Our AP supports to shutdown it automatically at a certain time by script, but doesn't support to reactivate it at a certain time.

    Actually we support a schedule SSID function to enable or disable SSID at a certain time as below screenshot.



    Thanks!
  • duke_64
    duke_64 Posts: 3  Freshman Member
    edited October 2019

    Hi Zyxel_Panda,

    many thanks for your answer. Could you explain me how to write the script for the automatic shutdown at a certain hour? I can program an automatic external current switch off 5 minutes after the shutdown, and an automatic switch on in the morning with a cold boot.

  • Zyxel_Panda
    Zyxel_Panda Posts: 97  Zyxel Employee
    First Anniversary Friend Collector First Answer First Comment
    Answer ✓
    Hi @duke_64

    You can use the notepad to write a script with a certain time as below content and save it to *.zysh file as below screenshot
    ===================================
    configure terminal
    schedule-run 1 FatAPreboot.zysh daily 14:05
    write
    exit
    write
    shutdown
    ===================================

    Upload this file on the AP's shell script and then click 'Apply'.


  • duke_64
    duke_64 Posts: 3  Freshman Member
    Many, many thanks !!!