sys
telnet server enable
user-interface vty 1
authentication-mode password
set authentication password simple 123
user privilege level 3
protocol inbound all
shell
interface vlan-interface 1
undo ip address
ip address 192.168.1.60 255.255.255.0
quit
Telnet报错,正在连接192.168.1.60 无法打开主机的连接 在端口23连接失败
(0)
检查下icg是否是默认配置吧
如果不是可能是acl或者其它原因拒绝了。
如果是默认新设备,则需要检查下终端是否直连icg并可ping通192.168.1.60了。
如果无法,则说明物理线路或者配置导致终端和icg通讯不正常。
(1)
有道理
看了一下官网配置Telnet视频,一次成功,王达写的书上有一个地方不对,interface vlan-interface 1 ip address 192.168.1.60 255.255.255.0,他是在vlan上配置IP的,其实是在 g0/3 物理接口上也就是我接了网线的物理接口上配置IP地址的。感谢xcheng,当g0/3配置了IP确实可以ping通的
########配置telnet######
sys
interface g0/3 ---配置管理地址口的IP
port link-mode route
------
port link-mode命令用来切换以太网接口的工作模式
bridge:工作在二层模式。 route:工作在三层模式。
------
ip address 192.168.1.86 24
quit
telnet server enable
user-interface vty 1 ---视频line vty 1
authentication-mode scheme
quit
local-user wnj password simple 123
authorization-attribute user-role security-audit ---授权用户角色
service-type telnet ---服务类型
save
(0)
root@arm-64:~# telnet 192.168.1.86 Trying 192.168.1.86... Connected to 192.168.1.86. Escape character is '^]'. ****************************************************************************** * Copyright (c) 2004-2014 Hangzhou H3C Tech. Co., Ltd. All rights reserved. * * Without the owner's prior written consent, * * no decompiling or reverse-engineering shall be allowed. * ****************************************************************************** Login authentication Password: <wnjRoute>sys System View: return to User View with Ctrl+Z. [wnjRoute]
root@arm-64:~# telnet 192.168.1.86 Trying 192.168.1.86... Connected to 192.168.1.86. Escape character is '^]'. ****************************************************************************** * Copyright (c) 2004-2014 Hangzhou H3C Tech. Co., Ltd. All rights reserved. * * Without the owner's prior written consent, * * no decompiling or reverse-engineering shall be allowed. * ****************************************************************************** Login authentication Password: <wnjRoute>sys System View: return to User View with Ctrl+Z. [wnjRoute]
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
有道理