与‘用户’有关的日志

Cisco IOS权限等级

admin 发表于 网络技术 分类,标签: , ,
0

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> 阅读全文 »