本文主要给大家讲述了对于H3C如何去配置telnet,它的具体步骤和命令都有哪些,下面的文章将给予你详细的介绍,相信看完此文会对你有所帮助。
欧阳学文
1.配置H3C telnet登陆的ip地址 2.进入用户界面视图 3.设置认证方式为密码验证方式 4.设置登陆验证的password为明文密码"huawei" 5.配置登陆用户的级别为最高级别3(缺省为级别1) 仅密码方式登陆: 1.配置H3C telnet登陆的ip地址 <SwitchA>systemview [SwitchA]vlan 1 [SwitchAvlan1]port Ethernet 1/0/1 [SwitchAvlan1]quit [SwitchA]managementvlan 1(管理VLAN,默认是VLAN 1,如需修改,才便使用此命令) [SwitchA]interface vlan 1 [SwitchAVlaninterface1]ip address 192.168.0.1 24 2.进入配置H3C telnet的用户界面视图 [SwitchA]userinterface vty 0 4 3.设置认证方式为密码验证方式 [SwitchAuivty04]authenticationmode password ([scheme],用于验证用户名和密码的模式) 4.设置登陆验证的password为明文密码"huawei" (若选用scheme模式,则不需要这一条) [SwitchAuivty04]set authentication password simple huawei 5.配置登陆用户的级别为最高级别3(缺省为级别1) [SwitchAuivty04]user privilege level 3 如第3条选用了scheme模式,则要
加下面这一命令: 6.添加telnet管理的用户,用户类型为"telnet",用户名为"huawei",密码为" admin" [SwitchA]localuser huawei [SwitchAluserhuawei]servicetypetelnetlevel 3 [SwitchAluserhuawei]password simple admin 配置H3C telnet的全部过程介绍完毕。
进入console0口:
[H3C]userinterface aux 0(S)修改验证模式:
[H3Cuiaux0]authenticationmode password设置aux0 口密码:
[H3Cuiconsole0]set authentication password cipher | simple wisdom进入VLAN1接口视图:
[H3C]interface Vlaninterface 1该接口设置IP:
[H3CVlaninterface1]ip address 172.16.99.100 255.255.255.0
[H3CVlaninterface1]ip address 172.16.99.100 24进入vty 0 4接口:
[H3C]userinterface vty 0 4设置密码模式:
[H3Cuivty04]authenticationmode password设置密码:
[H3Cuivty04]set authentication password cipher|simple wisdom设置登录级别:
[H3Cuivty04]user privilege level 3
[H3C]userinterface aux 0(S)修改验证模式:
[H3Cuiaux0]authenticationmode password设置aux0 口密码:
[H3Cuiconsole0]set authentication password cipher | simple wisdom进入VLAN1接口视图:
[H3C]interface Vlaninterface 1该接口设置IP:
[H3CVlaninterface1]ip address 172.16.99.100 255.255.255.0
[H3CVlaninterface1]ip address 172.16.99.100 24进入vty 0 4接口:
[H3C]userinterface vty 0 4设置密码模式:
[H3Cuivty04]authenticationmode password设置密码:
[H3Cuivty04]set authentication password cipher|simple wisdom设置登录级别:
[H3Cuivty04]user privilege level 3
telnet远程登录配置
实验一:FTP配置 一、h3c配置远程登录 1、服务器端配置(下面4步没有先后顺序) 1)开启远程登录服务 [h3c]telnet server enable 开启远程登录 2)创建telnet用户 [h3c]localuser h3c 创建用户名h3c [h3cluserh3c]password cipher/simple h3c 为h3c创建密文/明文显示的密码 [h3cluserh3c]servicetype telnet 定义该用户的服务类型为telnet [h3cluserh3c]authorizationattribute level 3授权当前用户的命令行级别为3级——管理级P40 3)设定远程登录用户属性 [h3c]userinterface vty 0 4 设置虚拟用户端口 [h3cuivty04]authenticationmode scheme 设定远程登录用户的登录方式使用用户名和密码 [h3cuivty04]user privilege level 3 设置远程登录用户登录后的最高级别 4)配置IP地址 [h3c]interface vlaninterface 1 [h3cvlaninterface1]ip address 192.168.1.1 24 2、客户端口配置 1)配置IP地址 192.168.1.2/24 3、登录 开始——程序——附件——命令提示符——telnet 192.168.1.1 二、导出配置文件 1、保存配置: 1)显示保存的配置:Display savedcofiguration(结果是:配置文件不存在) 2)保存配置文件:Save(将currentconfiguration内容保存到savedconfiguration中,文件名是:startup.cfg。保存过程中先:Y确认保存,再确认使用默认文件名。此时再显示:此时可以看到配置文件内容。) 说明: 1)移除保存的配置文件:reset savedcofiguration(再显示时,提示:配置文件不存
在) 2)重启设备:reboot 交换机重启时:直接确认为清除currentconfiguration 路由器重启时:直接确认为保存currentconfiguration 3)路由器的默认配置中g0/0口ip为192.168.1.1,telnet用户名为admin 2、创建ftp用户 [h3c]localuser h3c1 创建用户名h3c1 [h3cluserh3c]password cipher/simple h3c1 为h3c1创建密文/明文显示的密码 [h3cluserh3c]servicetype ftp 定义该用户的服务类型为ftp [h3cluserh3c]authorizationattribute level 3授权当前用户的命令行级别为3级 3、开启远程登录服务 [h3c]ftp server enable 4、登录服务器 >ftp 192.168.1.1 ftp>dir/ls(dir显示包括文件读写属性、大小、日期时间、文件名等属性,ls只显示文件名) ftp>Get startup.cfg d:/sw1.cfg(将保存的配置文件从服务器上下载到本地机上,用记事本打开可以查看里面内容) 说明: 上传文件:put 1) 将d:/sw1.cfg文件通过记事本修改(如:将sysname 改为zs)并保存 2) 上传文件Put d:/sw1.cfg startup.cfg(若上传后的文件名不是startup.cfg,则需要用设置下次启动时的配置文件,命令为:tartup savedconfiguration filename) 3) 重新启动reboot,此时可以看到系统提示符为<zs>,说明修改的配置文件已经生效。
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论