如何恢复【cisco 3560】交换机的【密码】

简介:
如何恢复【cisco 3560】交换机的【密码】
[2011-8-19]    发布: openlab    浏览:
第一步;重启  交换机
第二步;配置
1) 按下MODE键后给3560加电。
2) 在出现的菜单中选择第一项
system software:

flash_init
load_helper
boot
switch:flash_init
switch:load_helper
3) 重命名flash:config.text文件。
switch: ren flash:config.text flash:config.old
4) 重启交换机
switch: boot
5) 当出现问你是否进行配置时,选择NO(因为它找不到配置文件config.text文件了)
Would you like to enter the initial configuration dialog? [yes/no]:no
6) 从用户模式登录特权模式,无需密码。
Switch>en
Switch#
7) 恢复刚才重命令的配置文件名.
Switch#ren flash:config.old flash:config.text
Destination filename [config.text]?直接回车
8) 用老的配置文件替换当前的配置文件。
Switch#copy flash:config.text system:running-config
Destination filename [running-config]?直接回车
9) 修改使用密码。
Switch#conf t
10) 保存密码
switch(config)#enable password song
switch#wr or copy running-config starting-config

The second step; configuration 
1) Press the MODE button to 3560 after the power on. 
2) In the menu that appears, select the first item 
system software: 

flash_init 
load_helper 
boot 
switch: flash_init 
switch: load_helper 
3) Rename flash: config.text file. 
switch: ren flash: config.text flash: config.old 
4) Restart the switch 
switch: boot 
5) When asked whether you have configured, select NO (because it can not find the configuration file config.text files) 
Would you like to enter the initial configuration dialog? [Yes / no]: no 
6) The privileged mode from user mode login without password. 
Switch> en 
Switch # 
7) restore the configuration file name. 
Switch # ren flash: config.old flash: config.text 
Destination filename [config.text]? Directly enter 
8) with the old configuration file to replace the current configuration files. 
Switch # copy flash: config.text system: running-config 
Destination filename [running-config]? Directly enter 
9) Revise the use of passwords. 
Switch # conf t 
10) Save Password 
switch (config) # enable password song 
switch # wr or copy running-config starting-config 
OK here we have changed the password for the better.

本文转自 bilinyee博客,原文链接:      http://blog.51cto.com/215363/934888   如需转载请自行联系原作者          
相关文章
|
5月前
|
算法 网络协议 Linux
【Cisco Packet Tracer】交换机的自学习算法
【Cisco Packet Tracer】交换机的自学习算法
186 0
|
网络架构
交换机与路由器技术-10-交换机密码恢复
交换机与路由器技术-10-交换机密码恢复
51 0
|
2月前
|
数据安全/隐私保护
锐捷交换机Console密码忘了,怎么破?
锐捷交换机Console密码忘了,怎么破?
252 0
锐捷交换机Console密码忘了,怎么破?
|
9天前
|
安全 网络安全 网络虚拟化
Cisco-交换机划分Vlan
Cisco-交换机划分Vlan
|
9天前
|
安全 网络安全 网络虚拟化
Cisco-三层交换机实现VLAN间路由
Cisco-三层交换机实现VLAN间路由
|
9天前
|
安全 网络安全 数据安全/隐私保护
Cisco-交换机配置聚合端口
Cisco-交换机配置聚合端口
|
5月前
|
网络协议 Linux 网络架构
【Cisco Packet Tracer】集线器和交换机区别
【Cisco Packet Tracer】集线器和交换机区别
200 1
|
算法 网络虚拟化 C语言
【Cisco Packet Tracer】交换机划分Vlan实验
文章目录 一、前期准备 二、实验要求 三、搭建局域网 四、配置pc端的ip 五、配置VLAN 六、设置端口模式trunk 七、PING检验是否通路
|
存储 数据安全/隐私保护 网络架构
路由器设备管理 以及 交换机、路由器 密码设置与恢复
一、路由器硬件概述 如同计算机一样,路由器也是由各种各样的硬件组成的,并且每个硬件所具备的功能各不相同。
238 0
|
网络虚拟化 iOS开发
计算机网络实验(思科模拟器Cisco Packet Tracer)——交换机配置以及虚拟局域网VLAN
计算机网络实验(思科模拟器Cisco Packet Tracer)——交换机配置以及虚拟局域网VLAN
计算机网络实验(思科模拟器Cisco Packet Tracer)——交换机配置以及虚拟局域网VLAN