diff --git a/1. 基础部分/0801_交换机.md b/1. 基础部分/0801_交换机.md index bade271..5263eef 100644 --- a/1. 基础部分/0801_交换机.md +++ b/1. 基础部分/0801_交换机.md @@ -211,9 +211,9 @@ ``` system-view [SW1]user-interface vty 0 4 - [SW1-ui-vty0-4]authentication-mode password - [SW1-ui-vty0-4]set authentication password cipher 123 - [SW1-ui-vty0-4]user privilege level 3 + [SW1-ui-vty0-4]authentication-mode password //开启密码认证 + [SW1-ui-vty0-4]set authentication password cipher 123 //设置密码 + [SW1-ui-vty0-4]user privilege level 3 //授予权限 远程登录: telnet 192.168.1.100 //telnet #被控端IP地址#