开启华为交换机门telnet的指令
要开启华为交换机的Telnet功能,可以使用以下指令:
- 进入交换机的系统视图:
sys
- 配置VTY用户接口,允许Telnet登录:
user-interface vty 0 4
- 设置VTY用户接口的登录方式为Telnet:
protocol inbound telnet
- 设置VTY用户接口的登录密码:
authentication-mode password
set authentication password cipher 密码
其中,密码为登录Telnet时使用的密码。
- 退出系统视图:
quit
- 保存配置:
save
这样就成功开启了华为交换机的Telnet功能。
原文地址: https://www.cveoy.top/t/topic/hEAk 著作权归作者所有。请勿转载和采集!