如何恢复【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.

本文转自9pc9com博客,原文链接:   http://blog.51cto.com/215363/934888      如需转载请自行联系原作者

相关文章
|
存储 Linux 网络安全
手把手教你在天翼云部署一台FortiGate云主机
手把手教你在天翼云部署一台FortiGate云主机
|
Android开发
【Android App】蓝牙的设备配对、音频传输、点对点通信的讲解及实战(附源码和演示 超详细)
【Android App】蓝牙的设备配对、音频传输、点对点通信的讲解及实战(附源码和演示 超详细)
3137 1
|
API C++ 计算机视觉
【opencv3】鼠标框选矩形并显示当前像素点坐标和矩形中心点坐标C++
【opencv3】鼠标框选矩形并显示当前像素点坐标和矩形中心点坐标C++
|
存储 Java API
写给大忙人看的 - Java中从MinIO服务器中下载文件(3)
前面两章介绍了 MinIO 文件服务器的环境搭建,以及在 Java 中上传文件至 MinIO 文件服务器中,现在,一起来看下如何从 MinIO 文件服务器中下载文件吧
2582 0
|
6月前
|
Linux 网络安全 数据安全/隐私保护
使用Linux系统的mount命令挂载远程服务器的文件夹。
如此一来,你就完成了一次从你的Linux发车站到远程服务器文件夹的有趣旅行。在这个技术之旅中,你既探索了新地方,也学到了如何桥接不同系统之间的距离。
1022 21
|
XML 安全 Java
【Maven】依赖管理,Maven仓库,Maven核心功能
【Maven】依赖管理,Maven仓库,Maven核心功能
2063 3
|
前端开发 JavaScript 安全
vite3+vue3 实现前端部署加密混淆 javascript-obfuscator
【11月更文挑战第7天】本文介绍了在 Vite 3 + Vue 3 项目中使用 `javascript-obfuscator` 实现前端代码加密混淆的详细步骤。包括项目准备、安装 `javascript-obfuscator`、配置 Vite 构建以应用混淆,以及最终构建项目进行混淆。通过这些步骤,可以有效提升前端代码的安全性,防止被他人轻易分析和盗用。
2479 0
|
监控 网络安全 网络虚拟化
在 Cisco 设备上配置 GRE 隧道
【8月更文挑战第31天】
961 0
在 Cisco 设备上配置 GRE 隧道
|
网络协议 安全 数据安全/隐私保护
|
网络协议 网络架构 Windows
IPv6中的四类地址
【4月更文挑战第22天】IPv6地址分为3类:单播、任播和多播。IPv6中还有特殊的未指定地址和环回地址

热门文章

最新文章