This commit is contained in:
Noriu 2024-08-02 09:46:23 +08:00
parent 57e9475081
commit f2ba5f07c9
2 changed files with 44 additions and 3 deletions

View File

@ -74,7 +74,44 @@
> [Huawei]user-interface console 0
>
> [Huawei-ui-console0]authentication-mode password
> [Huawei-ui-console0]authentication-mode password ##启用密码验证
>
> [Huawei-ui-console0]set authentication password cipher 123456
> [Huawei-ui-console0]set authentication password cipher 123456 ##设置加密密码
>
> [Huawei-ui-console0]set authentication password simple 123456 ##设置明文密码
eg. 加密密码
```
<Huawei>sy
[Huawei]user-interface console 0
[Huawei-ui-console0]user-interface console 0
[Huawei-ui-console0]authentication-mode password
[Huawei-ui-console0]set authentication password cipher 123456
[Huawei-ui-console0]display this
#
user-interface con 0
authentication-mode password
set authentication password cipher 8s~f3m^nI@EBi%T]n/.IF3G#
user-interface vty 0 4
#
```
eg. 明文密码
```
<Huawei>sy
[Huawei]user-interface console 0
[Huawei-ui-console0]user-interface console 0
[Huawei-ui-console0]authentication-mode password
[Huawei-ui-console0]set authentication password simple 123456
[Huawei-ui-console0]display this
#
user-interface con 0
authentication-mode password
set authentication password simple 123456
user-interface vty 0 4
#
```

View File

@ -0,0 +1,4 @@
# 路由
### 一、路由