Posts Tagged ‘ Cisco ’
Cisco IOS权限等级
Cisco IOS的权限等级有三个level0、level1、level15
其中level0有5条命令,level1有大概40条命令,其余的都在level15中。
高等级可以调用低等级的命令。
用户EXEC模式-权限等级1 特权EXEC模式-权限等级15
我们先看level0的命令:
Router#enable 0
Router>?
Exec commands:
disable Turn off privileged commands
enable Turn on privileged commands
exit Exit from the EXEC
help Description of the interactive help system
logout Exit from the EXEC
Router>enable 1
% No password set
Router> Read more… …
碰到ITAA的一个问题,给难住了,呵呵,看看:
思考以下3中配置的区别:
————————-
line vty 0 4
login
no password
————————-
line vty 0 4
no login
password cisco
————————-
line vty 0 4
no login
no password
————————
思科路由器交换机密码恢复
一、路由器密码恢复
1)关掉路由器电源,利用Console线将计算机的串行口与设备中的Console端口相连接,并设置好超级终端。
2)打开路由器电源,在60s内按下键盘上的”Break”键【Ctrl+Break】,使路由器进入ROMMON模式。
3)在”common 1>”提示下键入”confreg 0×2142”,从Flash引导,但不载入配置文件。【cisco2500命令为o/r 0×2142】 Read more… …
