思科交换机Telnet
合集下载
相关主题
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
1.设置管理ip 用来登陆交换机的ip
switch>enable 进特权模式
switch#conf t 进全局模式
switch(config)interface vlan 1 进vlan 1 (不一定是vlan1,其它vlan 或三层地址都可以)
switch(config-if)ip add 配置IP地址,Telnet登陆用
2.必须要设置enable密码否则telnet时会提示交换机没有设置密码无法telnet
switch(config)enable pass **** 配置 enable 密码
3. 然后进入到 vty模式下开启交换机的远程telnet功能
switch(config)line vty 0 4 进vty
switch(config-line)pass **** 配置vty密码
switch(config-line)login 允许登陆
switch(config-line)exit 退出
switch(config)exit 退出
switch#write 保存
配置完成
保证电脑能ping通交换机的ip地址,就可以Telnet了精心搜集整理,只为你的需要