H3C AP实现定时重启

时间:2024-02-23 19:58:35

#
job radio_diable
  view system
  time 1 repeating at 03:00 command wlan radio disable all
  time 2 repeating at 03:00 command y
job radio_enable
  view system
  time 1 repeating at 03:03 command wlan radio enable all
  time 2 repeating at 03:03 command y
上面是定时关闭射频
下面是定时重启
#
job reboot_everyday
  view monitor
  time 1 repeating at 03:10 command reboot
  time 2 repeating at 03:10 command y
#