R1762误删os后的还原
作者:comet 日期:2010-07-02
删除 R1762 密码
作者:comet 日期:2008-12-08
1.使用配置线连接好交换机和电脑。
2.关闭 R1762 的电源,然后打开超级终端,恢复到默认值后。打开 R1762 电源,马上点连接。
System bootstrap ...
Boot Version: RGNOS 10.2.00(2), Release(24515)
Nor Flash ID: 0x0001007E, SIZE: 8388608Byte
Waiting for subcard to initialize ..................
Press Ctrl+C to enter Boot Menu
====== BootLoader Tools Menu("Ctrl+Q" to quit) ======
************************************************
TOP menu items.
************************************************
0. Tftp utilities.
1. XModem utilities.
2. Run Main.
3. Run a Executable file.
4. File management utilities.
5. SetMac utilities.
6. Scattered utilities.
************************************************
Press a key to run the command:4
====== BootLoader Tools Menu("Ctrl+Q" to quit) ======
************************************************
File management utilities.
************************************************
0. List information about the files.
1. Remove a file.
2. Rename or Move a file.
3. Format flash filesystem.
************************************************
Press a key to run the command: 0
s3750 的虚拟堆叠
作者:comet 日期:2008-02-20
前提当然是24口不够用,而本人又懒,不想在2台交换机上 telnet 来 telnet 去。bt 吧?bt 完之后下面来进行配置。
交换机连接:两台锐捷 S3750 ,一台为主机,一台为从机。使用千兆交叉线链接主机的 28c 电口和从机 28c 的电口。网线的做法在本博客里面有。
1.登录主机并配置:
S3750#conf t
S3750(config)#int gigabitEthernet 0/28
S3750(config-if)#stack on
you must reload switch to change to stack mode! 提示要重启交换机
S3750(config-if)#exit
S3750(config)#device-priority 2 配置设备优先级,从低到高1-10
S3750(config)#end
S3750#wr 写到参数文件 config.text 里面
S3750#reload 重启
关闭 dot1x 验证的命令
作者:comet 日期:2007-01-07
telnet 192.168.86.4
password
en
password
sh dot1x summary '获得MAC对应的交换机端口
conf
int fastEthernet 2/0/7 '进入该端口,这里是fastEthernet 2/0/7
no dot1x port-control auto '关闭dot1x,搞掂。打开是 dot1x port-control auto
sh run interface fastEthernet 2/0/7 '查看该端口是否用了dot1x
[图]备份和恢复 S1908+ 的配置
作者:comet 日期:2006-12-22
备份:
第一种方法(适用于可以登录的情况下)
首先备份一些文件:
1.配置好一个 tftp 服务器,要和交换机在同一段 ip 的。
2.接着
telnet 192.168.1.241
ruijie
en
ruijie
dir(config.text,s1916+.bin) 查看文件
S1#copy flash:tftp: 复制 flash rom 里面的文件到 tftp
Source filename []?config.text 要复制的文件名
Address of remote host []192.168.1.3 tftp 的地址
Destination filename [config.text]? 目的文件名











