本帖最后由 乐橙306 于 2016-4-29 17:50 编辑
- 参考文档
- <a>http://support.huawei.com/ehedex/hdx.do?docid=DOC1000023692〈=zh&idPath=7919710|9856733|7923144|16561</a>
- 1.登录交换机(console telnet)
- 2.配置远程登录交换机(telnet stelnet)
- 3.忘记console密码恢复出厂设置
- 重启 ctrl+b
- BOOTROM密码 Admin@huawei.com (V2R1C00-V2R6C00)
- 选 5 文件系统
- 选3 删除文件
- 输入文件名 vrpcfg.zip Y
- 重启交换机
- 4.配置IP 与MAC绑定
- [s53-1308]arp static 192.168.100.30 0010-dbff-2000
- 5.配置静态路由
- [s53-1308]ip route-static 0.0.0.0 0.0.0.0 192.168.100.1
- 6.配置端口限速
- [s53-1308-GigabitEthernet0/0/1]qos lr outbound cir 50000
- [s53-1308-GigabitEthernet0/0/1]qos lr inbound cir 50000
- 7.配置ACL 限制ip段远程登录
- a.创建acl
- acl number 3001
- rule 5 permit tcp source 192.168.100.0 0.0.0.255 destination-port eq telnet
- b.在vty应用这个acl
- user-interface vty 0 4
- acl 3001 inbound
- c.保存配置
- save
编辑回复