批处理命令的使用
收藏
有时遇到用户策略比较多,执行命令行比较慢,导致ssh上传配置无法正常工作。大家可以使用批处理命令。
run batch start 进入批处理命令输入
Run batch end 结束批处理命令输入,开始执行批处理
run batch lastlog 查看批处理命令执行的过程。
批处理命令相当于,让用户一次性把所有命令导入,然后等待批处理结束。
以下案例是用于删除策略:
Aliyun-A (global) # run batch start //启用批处理命令输入,如果有vdom,则该指令是在全局下的。
Enter batch mode...
Aliyun-A (global) # def vdom //输入命令
Aliyun-A (global) # edit root
Aliyun-A (global) # def firewall policy
Aliyun-A (global) # del 2861
Aliyun-A (global) # del 2894
Aliyun-A (global) # del 2856
Aliyun-A (global) # end
Aliyun-A (global) # run batch end //结束输入
Exit and run batch commands...
查看执行效果
Aliyun-A (global) # run batch lastlog
0: def vdom
0: edit root
0: def firewall policy
0: del 2861
0: del 2894
0: del 2856
0: end