VPS参考测评推荐
专注分享VPS主机优惠信息
衡天云优惠活动
华纳云最新优惠促销活动
jtti最新优惠促销活动

关于使用HCL进行设备的远程登录的方法和体会

locvps
主机参考:VPS测评参考推荐/专注分享VPS服务器优惠信息!若您是商家可以在本站进行投稿,查看详情!此外我们还提供软文收录、PayPal代付、广告赞助等服务,查看详情!
我们发布的部分优惠活动文章可能存在时效性,购买时建议在本站搜索商家名称可查看相关文章充分了解该商家!若非中文页面可使用Edge浏览器同步翻译!PayPal代付/收录合作

大家都知道远程登录的好处,在这我就不再说明了,下面我们将要使用华三的模拟器HCL,配置一个简单的远程登录,这里将介绍通过Telnet以及Ssh协议实现远程登录。

You all know the advantages of remote login. I will not explain it any more. Next, we will use Huasan's simulator HCl to configure a simple remote login. Here, we will introduce how to realize remote login through telnet and SSH protocol.

一,首先打开HCL,绘制一个简单的拓扑图,如下。ps:由于HCL模拟器的虚拟主机无法进行远程登录测试,所以这里使用的是本地主机进行测试。

1、 First, open HCl and draw a simple topology, as shown below. PS: because the virtual host of the HCl simulator cannot perform the remote login test, the local host is used for the test.

二、打开设备命令窗口,配置相关参数,使得设备能够进Telnet登录或者ssh登录,下面将分别介绍。Telnet :system-view telnet server enable (开启Telnet服务)int g 0/0 ip add 192.168.1.1 24(配置远程登录ip)quitline vty 0 set authentication password simple 123456(配置认证方式以及口令)user-role network-admin(配置登录账户)saveps:测试Telnet前需要将Windows的Telnet客户端打开,需要将网络适配器的IP地址与设备远程IP保持同一网段。测试:

2、 Open the device command window, configure the relevant parameters, so that the device can log in to telnet or SSH, as described below. Telnet: system view telnet server enable (enable telnet service) int G 0 / 0 IP add 192.168.1.1 24 (configure remote login IP) quiet vty 0 set authentication password simple 123456 (configure authentication mode and password) user role Network admin (configure login account) saveps: before testing Telnet, you need to open the telnet client of windows, and keep the IP address of the network adapter and the remote IP of the device in the same network segment. Test:

SSH: ssh server enable

SSH: ssh server enable

line vty 0 4

Line vty 04

authentication-mode scheme(设置认证模式)

Authentication mode scheme

protocol inbound ssh(协议设置为ssh)

Protocol inbound SSH

quit

Quit

local-user test(创建一个本地用户)

Local user test (create a local user)

password simple 123

password simple 123

service-type ssh

service-type ssh

authorization-attribute user-role network-admin

authorization-attribute user-role network-admin

测试:采用putty软件进行测试![](https://s1.51cto.com/images/blog/201903/11/052ba6b3746566549d9e75de2001d5d2.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3poZW5naGVpdGk=)

=)

--------------------------------------------------------------
主机参考,收集国内外VPSVPS测评主机测评云服务器虚拟主机独立服务器,国内外服务器高性价比建站主机相关优惠信息@zhujicankao.com
详细介绍和测评国外VPS主机,云服务器,国外服务器,国外主机的相关优惠信息,商家背景,网络带宽等等,也是目前国内最好的主机云服务器VPS参考测评资讯优惠信息分享平台

这几篇文章你可能也喜欢:

本文由主机参考刊发,转载请注明:关于使用HCL进行设备的远程登录的方法和体会 https://zhujicankao.com/14106.html

【腾讯云】领8888元采购礼包,抢爆款云服务器 每月 9元起,个人开发者加享折上折!
打赏
转载请注明原文链接:主机参考 » 关于使用HCL进行设备的远程登录的方法和体会
主机参考仅做资料收集,不对商家任何信息及交易做信用担保,购买前请注意风险,有交易纠纷请自行解决!请查阅:特别声明

评论 抢沙发

评论前必须登录!