Network
文章平均质量分 77
thmono
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
cisco VLAN
Introduction This document provides basic information on how to create VLANs on Catalyst switches that run Catalyst OS (CatOS) and Cisco IOS® System Software. The sample commands for each section转载 2010-03-08 19:11:00 · 4481 阅读 · 0 评论 -
note of cisco
配置acl Router2(config)#access-list 1 deny host 24.17.2.18 标准aclRouter2(config)#interface ethernet0Router2(config-if)#ip access-group 1 inRouter2(config-if)#no ip access-group 1 inRouter1(con原创 2010-03-16 15:57:00 · 715 阅读 · 0 评论 -
note of HuaWei
计算机命令~~~~~~~~~~ PCA login: root ;使用root用户 password: linux ;口令是linux# shutdown -h now原创 2010-03-16 15:58:00 · 766 阅读 · 0 评论 -
自动登录FTP脚本
<br />##FTP自动上传<br /> ##用法: FTP 文件名<br /> #!/bin/sh <br /> ftp -n<<! <br /> open 10.247.3.153<br /> user zhang hello123@ <br /> bin<br /> prompt off <br /> cd /home/huzheng/fujian/ <br /> mput $1 <br /> close <br /> bye <br /> !<br /><br /><br原创 2010-11-02 22:01:00 · 948 阅读 · 0 评论
分享