
ros
文章平均质量分 84
fyfal
这个作者很懒,什么都没留下…
展开
-
U2000随记
LOGIN:::CTAG::UN=admin,PWD=123123123;LST-DEVICE:::CTAG::;LST-UNREGONU::OLTID=192.110.0.1:CTAG::;LST-PORTMACADDRESS::OLTID=192.110.0.1,PONID=NA-0-1-1,ONUIDTYPE=ONU_NUMBER,ONUID=0:CTAG::;LST-ONUC...原创 2018-10-27 14:19:28 · 2977 阅读 · 0 评论 -
ros 各小巧实用脚本集合!
第一个 检测网卡连接状态 写入日志,也可以做点别的:if ([/interface get [find name="interface"] running]=!true) do={:log warning "Possible Power Outage"} 第二个 备份userman数据库,以日期为名称,加入计划任务即可使用,5.11测试通过/tool user da原创 2018-02-01 17:56:14 · 5781 阅读 · 0 评论 -
在腾讯云阿里云上安装Routeros的方法
wget http://download2.mikrotik.com/routeros/6.36.4/chr-6.36.4.img.zip -O chr.img.zip && \gunzip -c chr.img.zip > chr.img && \mount -o loop,offset=33554944 chr.img /mnt &&...原创 2018-03-06 03:21:53 · 3131 阅读 · 2 评论