从零开始学习华为路由交换 | 配置console线路密码aaa认证模式

2020-05-26 10:19:27 浏览数 (1)

实验前准备

1、电脑上安装华为ENSP模拟器

2、添加一个路由器

命令介绍

1.配置aaa模式本地管理密码:
代码语言:javascript复制
[R1]user-interface console 0

选择aaa模式的认证 
[R1-ui-console0]authentication-mode aaa        
[R1-ui-console0]quit 
[R1]aaa

创建三个账号
[R1-aaa]local-user user0 password cipher huawei123
[R1-aaa]local-user user1 password cipher huawei234
[R1-aaa]local-user user2 password cipher huawei345  

为账号分配不同的权限级别
[R1-aaa]local-user user0 privilege level 0
[R1-aaa]local-user user1 privilege level 1
[R1-aaa]local-user user2 privilege level 2          
[R1-aaa]quit 
(退出设备登陆,然后通过不同的用户进入设备)
2.设备上配置的用户有多少级权限?

0-15,一共16级权限

3.不同级别的权限分别代表什么?

0级访问级权限,通过0级用户进入设备基本上什么都不能做,就像游客一样。

1级监控级权限,通过1级用户进入设备可以对设备的运行状态进行监控。

2级配置级权限,通过2级用户进入设备可以对设备进行业务配置。

0 人点赞