2024年8月2日 15:32:07
This commit is contained in:
parent
447b04b218
commit
10bf1fe313
@ -211,9 +211,9 @@
|
|||||||
```
|
```
|
||||||
<SW1>system-view
|
<SW1>system-view
|
||||||
[SW1]user-interface vty 0 4
|
[SW1]user-interface vty 0 4
|
||||||
[SW1-ui-vty0-4]authentication-mode password
|
[SW1-ui-vty0-4]authentication-mode password //开启密码认证
|
||||||
[SW1-ui-vty0-4]set authentication password cipher 123
|
[SW1-ui-vty0-4]set authentication password cipher 123 //设置密码
|
||||||
[SW1-ui-vty0-4]user privilege level 3
|
[SW1-ui-vty0-4]user privilege level 3 //授予权限
|
||||||
|
|
||||||
远程登录:
|
远程登录:
|
||||||
<PC>telnet 192.168.1.100 //telnet #被控端IP地址#
|
<PC>telnet 192.168.1.100 //telnet #被控端IP地址#
|
||||||
|
Loading…
Reference in New Issue
Block a user