从零开始学习华为路由交换 | 配置console线路密码

2020-05-26 10:18:48 浏览数 (1)

实验前准备

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

2、添加一个路由器

命令介绍

1.设备管理方式有几种?

两种:

  • 本地管理
  • 远程管理
2.这两种管理方式分别使用什么线路?
  • 本地管理使用console线路
  • 远程管理使用vty线路
3.如何配置console线路密码?
代码语言:javascript复制
<Huawei>system-view 
[Huawei]sysname R1

进入console线路
[R1]user-interface console 0      

选择密码认证模式
[R1-ui-console0]authentication-mode password    

设置密码
Please configure the login password (maximum length 16):huawei123  
[R1-ui-console0]quit  
[R1]quit 

退出设备登陆
<R1>quit                        

  Configuration console exit, please press any key to log on


Login authentication

在此输入密码,进入设备
Password:                
<R1>

0 人点赞