您好,参考
1、定时关闭射频
#
job radio_disable
view system
time 1 repeating at 15:00 command wlan radio disable all
time 2 repeating at 15:00 command y
job radio_enable
view system
time 1 repeating at 15:01 command wlan radio enable all
time 2 repeating at 15:01 command y
2、定时关闭无线信号服务
job service1_disable
view wlan-st-1 //进入服务模板1的配置视图
time 1 repeating at 15:02 command service-template disable
job service1_enable
view wlan-st-1
time 1 repeating at 15:03 command service-template enable
(0)
要实现定时关闭其中一个AP的无线信号,可以按照以下步骤进行配置:
1. 首先,进入系统视图:
```
<AC> system-view
```
2. 创建一个名为`radio_disable`的Job,并配置关闭AP组123中型号为WA4620i-ACN的AP的射频接口1:
```
[AC]scheduler job radio_disable
[AC-job-radio_disable]command 1 system-view
[AC-job-radio_disable]command 2 wlan ap-group 123
[AC-job-radio_disable]command 3 ap-model WA4620i-ACN
[AC-job-radio_disable]command 4 radio 1
[AC-job-radio_disable]command 5 radio disable
[AC-job-radio_disable]quit
```
3. 配置定时执行任务,使设备在每天20:00关闭射频接口1:
```
[AC]scheduler task radio_disable 20:00
```
通过以上配置,可以实现定时关闭指定AP的无线信号。
(0)
暂无评论
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论