1、通过串口连接交换机:
http://support.ruijie.com.cn/forum.php?mod=viewthread&tid=32250&extra=page%3D1&page=1
2、windows 2008使用超级终端
http://blog.sina.com.cn/s/blog_6fb90ed30100u11j.html
补充:C:\Program Files\Windows NT 下得exe和dll两个都要拷贝
3、S2026F 交换机的工作原理及其基本操作
http://wenku.baidu.com/view/54338920482fb4daa58d4b69.html
进入特权模式: Switch>enable 进入全局配置模式: Switch#configure terminal 进入线路配置模式 Switch(config)#line console 0 进入接口配置模式 Switch(config)#interface fastEthernet 0/1 从子模式下直接返回特权模式 Switch(config-if)#end 登陆密码设置,为交换机分配管理IP地址
4、S21交换机(端口+IP+MAC)配置模板
http://wenku.baidu.com/view/6c0ed7d7b14e852458fb57e5.html
5、交换机的端口安全
http://wenku.baidu.com/view/ff5b120bf12d2af90242e6ae.html
1、配置交换机端口的最大连接数限制
2、查看交换机的端口安全配置
1、enable
2、configure terminal
3、Switch#show port-security address
3、配置交换机端口的地址绑定
Switch>enable
Switch#configure terminal
Switch(config)#interface fastethernet 0/3
Switch(config-if)#switchport port-security
Switch(config-if)#switchport port-security maximum 1 设置最大连接数为1
Switch(config-if)#switchport port-security violation shutdown 超过最大连接则关闭(再插其他网线则锁定并关闭端口)
Switch(config-if)#switchport port-security mac-address 0019.2147.10F9 Ip-address 172.16.1.23
6、锐捷交换机还原出厂设置
在全局模式下,通用的命令del config.text(删除配置文件)reload (重新启动) 可以用ls查看当前目录下是否有cofnig.text
7、查看配置和运行信息、接口信息
http://wenwen.sogou.com/z/q187347037.htm
S2026F>en
S2026F#show run