如果忘记或者丢失了cisco ios交换机的密码,应该怎么办?

2024-12-26 15:23:40
推荐回答(2个)
回答1:

修改交换机密码
具体操作步骤:
1、 以一台普通WIN电脑为终端,使用专用的接头和设置电缆连接交换机的Console口和电脑的串口。调用WIN的“超级终端”程序。给新建连接取一个方便记忆的名字。其中波特率:9600,数据位:8,奇偶校验:无,停止位:1,流量控制:无。

2、 拔掉交换机电源线。
3、 按下“mode”按钮不动(在前面板的左边)。
4、 插好交换机电源线,然后释放“mode”按钮。出现如下提示:
The system has been interrupted prior to initializing the flash file system.
The following commands will initialize the flash file system, and finish loading the operating system software:
flash_init
load_helper
boot
5、 键入命令:flash_init 。
6、 键入命令:load_helper 。
7、 键入命令:dir flash: 。注意:一定要有“:”。
8、 键入命令:rename flash:config.text flash:config.old ,重新命名配置文件。该配置文件包含密码定义。
9、 键入命令:boot 。
10、 在Continue with the configuration dialog? [yes/no] : 后键入“N”。
11、 在提示符后键入命令:enable ,进入特权模式。
12、 键入命令:rename flash:config.old flash:config.text ,恢复配置文件。
13、 键入命令:copy flash:config.text system:running-config,将配置文件拷贝入内存。
14、 进入配置状态,更改密码。
15、 将新配置保存。
16、 退出特权用户状态,关闭“超级终端”程序。

该修改方法适用于多种型号的Cisco交换机。如:Cisco 2900XL, 3500XL, 2950,3550。本人在Cisco 3500XL交换机上成功使用过。

回答2:

可以重置交换机密码