设备配置路由恢复出厂及修改特权密码

一、路由器恢复出厂设置

Router>en

Router#config

Configuring from terminal, memory, or network [terminal]?

Enter configuration commands, one per line.  End with CNTL/Z.

Router(config)#

Router(config)#interface f0/0

Router(config-if)#

Router(config-if)#ip address 192.168.1.1 255.255.255.0

Router(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

Router(config-if)#

Router(config-if)#^Z

Router#

%SYS-5-CONFIG_I: Configured from console by console

Router#

Router#erase startup-config

Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]

[OK]

Erase of nvram: complete

%SYS-7-NV_BLOCK_INIT: Initialized the geometry of nvram

Router#

Router#reload

Proceed with reload? [confirm]

%SYS-5-RELOAD: Reload requested by console. Reload Reason: Reload Command.

System Bootstrap, Version 12.3(8r)T8, RELEASE SOFTWARE (fc1)

Cisco 1841 (revision 5.0) with 114688K/16384K bytes of memory.

Self decompressing the image :

########################################################################## [OK]

Restricted Rights Legend

--- System Configuration Dialog ---

Continue with configuration dialog? [yes/no]: n

Press RETURN to get started!

Router>

Router>en

Router#

Router#show running-config

hostname Router

!

spanning-tree mode pvst

!

interface FastEthernet0/0

no ip address

duplex auto

speed auto

shutdown

end

二、修改特权密码

Router>

Router>en

Router#

Router#config

Configuring from terminal, memory, or network [terminal]?

Enter configuration commands, one per line.  End with CNTL/Z.

Router(config)#

Router(config)#enable password 123

Router(config)#^Z

Router#

%SYS-5-CONFIG_I: Configured from console by console

Router#

Router#write memory

Building configuration...

[OK]

Router#reload

Proceed with reload? [confirm]

%SYS-5-RELOAD: Reload requested by console. Reload Reason: Reload Command.

##########

monitor: command "boot" aborted due to user interrupt

rommon 1 > confreg 0x2142

rommon 2 > reset

System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)

Copyright (c) 2000 by cisco Systems, Inc.

Cisco 2621 (MPC860) processor (revision 0x200) with 253952K/8192K bytes of memory

Self decompressing the image :

########################################################################## [OK]

Restricted Rights Legend

--- System Configuration Dialog ---

Continue with configuration dialog? [yes/no]: n

Press RETURN to get started!

Router>

Router>en

Router#

Router#config

Configuring from terminal, memory, or network [terminal]?

Enter configuration commands, one per line.  End with CNTL/Z.

Router(config)#enable p sisco

Router(config)#^Z

Router#

%SYS-5-CONFIG_I: Configured from console by console

Router#

Router#write memory

Building configuration...

[OK]

Router#reload

Proceed with reload? [confirm]

%SYS-5-RELOAD: Reload requested by console. Reload Reason: Reload Command.

Self decompressing the image :

#######

monitor: command "boot" aborted due to user interrupt

rommon 1 > confreg 0x2102

rommon 2 > reset

System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)

Copyright (c) 2000 by cisco Systems, Inc.

Cisco 2621 (MPC860) processor (revision 0x200) with 253952K/8192K bytes of memory

Self decompressing the image :

########################################################################## [OK


时间: 2024-12-18 03:11:51

设备配置路由恢复出厂及修改特权密码的相关文章

cisco路由器修改特权密码

Router(config)# interface f0/0 Router(config-if)# ip address 192.168.1.1 255.255.255.0 Router(config-if)# no shutdown Router(config-if)# exit Router(config)# Router(config)#exit Router # Router # configure terminal                   !进入全局模式 Enter con

enable密码重置及恢复出厂设置

捡回来一台 Cisco Catalyst 3560G-24TS Switch 三层交换,开始把玩 想恢复出厂设置,但有enable密码,接下来首先enable密码重置 1.断电 2.连接串口线 3.按着MODE键通电,等10秒左右松手 4.此时CLI进入Xmode # 载入flash flash_init # 重命名配置文件 rename flash:config.text flash:config.old # 启动 boot 启动后跳过向导,enable密码就没了. 其实此时就类似于恢复了出厂

OpenWRT 恢复出厂设置命令

如果通过无线或者有线口无法连接到router,可以用恢复某些设置重新设置路由器. 1. 开机,等着一个工作灯亮的时候立即按下rest键2秒,然后就开始拼命闪烁,很好现在进入failsafe模式了. 2.设置电脑的ip为静态ip 192.168.1.x,并设置子网掩码(一般为点一下自动填充). 3.用网线连接路由器的有线口. 4.telnet到路由器,默认ip为192.168.1.1 5.若只是修改某些设置可以:(uci这个命令是很有用的) 进入后mount可以看到root是不给写的,所以还要解锁

HILLSTONE sg6000 g5150 怎么恢复出厂设置

hillstone恢复出厂设置的方法(忘记密码的情况) 口令丢失情况下的处理 如果口令丢失,用户无法登录安全路由器进行配置,请在安全路由器刚启动时按住 CLR 按键大约 5 秒,使设备恢复到出厂配置.此时用户可以使用默认管理员“hillstone”登录 重新配置.操作步骤如下:1.闭安全路由器电源. 2.用针状物按住 CLR 按键的同时打开安全路由器电源. 3.保持按住状态直到指示灯 STA 和 ALM 均变为红色常亮,释放 CLR 按键.此时系统开始恢复出厂配置. 4.出厂配置恢复完毕,系统将

CentOS单用户模式下修改ROOT密码和grub加密

Linux 系统处于正常状态时,服务器主机开机(或重新启动)后,能够由系统引导器程序自动引导 Linux 系统启动到多用户模式,并提供正常的网络服务.如果系统管理员需要进行系统维护或系统出现启动异常时,就需要进入单用户模式或修复模式对系统进行管理了. 使用单用户模式有一个前提,就是您的系统引导器(grub)能正常工作,否则要进行系统维护就要使用修复模式. 特注:进入单用户模式,没有开启网络服务,不支持远程连接 Linux 系统中不同的运行级别(Run Level)代表了系统的不同运行状态,例如

FreeBSD修改root密码错误passwd: pam_chau(www.111cn.net)thtok(): error in service module from:http://www.111cn.net/sys/freebsd/66713.htm

在FreeBSD中修改帐号密码有时候会出现一些错误,针对passwd: pam_chauthtok(): error in service module这样的错误提示,简单整理了以下解决方案:错误提示: 代码如下 复制代码 kiccleaf# passwd kiccleafChanging local password for kiccleafNew Password:Retype New Password: /: write failed, filesystem is fullpasswd:

centos单用户模式:修改ROOT密码和grub加密

centos单用户模式:修改ROOT密码和grub加密 CentOSLinux网络应用配置管理应用服务器 Linux 系统处于正常状态时,服务器主机开机(或重新启动)后,能够由系统引导器程序自动引导 Linux 系统启动到多用户模式,并提供正常的网络服务.如果系统管理员需要进行系统维护或系统出现启动异常时,就需要进入单用户模式或修复模式对系统进行管理了. 使用单用户模式有一个前提,就是您的系统引导器(grub)能正常工作,否则要进行系统维护就要使用修复模式.特注:进入单用户模式,没有开启网络服务

mysql修改root密码和设置权限

整理了以下四种在MySQL中修改root密码的方法,可能对大家有所帮助! 方法1: 用SET PASSWORD命令 mysql -u root mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('newpass'); 方法2:用mysqladmin mysqladmin -u root password "newpass" 如果root已经设置过密码,采用如下方法 mysqladmin -u root password o

Normal mode下,sensor校准数据,恢复出厂设置,不丢失

目前支持的ACC,GYRO,PS 三种sensor的校准数据,是保存在nvram中,并且也有加入到nvram binregion中,可以实现恢复出厂设置后,sensor校准数据的恢复. 但是nvram binregion中的sensor数据是要在产线上做校准并保存的,而且永远都是这个固定值. 但是客户实际上是在normal mode下,需要随时做校准,而且需要保存最近的校准值不丢失. 因nvram binregion和sensor daemon源码不开放,所以无法将sensor nvram保存在