Tag: 锐捷预览模式: 普通 | 列表

R1762误删os后的还原

首先去锐捷官网上下载对应的OS,然后运行tftp,接着打开路由电源,启动时按ctrl+c进入bootloader模式,输入

tftp 192.168.1.2 192.168.1.200 rgnos.bin -main -go 

其中192.168.1.2是指定路由的ip,192.168.1.200是tftp服务器的ip,rgnos.bin是路由的OS。升级过程不要断电或重启路由。

升级后的版本如下:

查看更多...

Tags: 1762 锐捷

分类:网络相关 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 193

删除 R1762 密码

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

查看更多...

Tags: 锐捷 路由器 R1762 密码

分类:网络相关 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 1846

s3750 的虚拟堆叠

    前提当然是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  重启

查看更多...

Tags: 3750 锐捷 交换机 堆叠 级联

分类:网络相关 | 固定链接 | 评论: 2 | 引用: 0 | 查看次数: 2372

关闭 dot1x 验证的命令

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 

 

Tags: 锐捷 交换机 dot1x 验证

分类:网络相关 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 2856

[图]备份和恢复 S1908+ 的配置

备份:
第一种方法(适用于可以登录的情况下)
首先备份一些文件:
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]? 目的文件名

查看更多...

Tags: 锐捷 交换机 s1908 配置

分类:网络相关 | 固定链接 | 评论: 1 | 引用: 0 | 查看次数: 2415