1 / 22

实验七 配置交换机的 Telnet 功能 实验八 配置路由器的 Telnet 功能

实验七 配置交换机的 Telnet 功能 实验八 配置路由器的 Telnet 功能. 实验七 配置交换机的 Telnet 功能. 任务 3 :远程 Telnet 到交换机 S2128-2 上进行交换机的配置管理. S2128-2. f 0/5. Step 1: 按照图示的网络拓扑结构进行连线; Step 2: 配置交换机的管理 IP (如 192.168.5.1 ) 在 RCMS 的管理 Web 页面上,选择 S2128-2 ; 在 S2128-2 上建立 Vlan 10 S2128-2(config)#vlan 10 将 f0/5 加入 Vlan 10

dane-gordon
Download Presentation

实验七 配置交换机的 Telnet 功能 实验八 配置路由器的 Telnet 功能

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 实验七 配置交换机的Telnet功能实验八 配置路由器的Telnet功能

  2. 实验七 配置交换机的Telnet功能 • 任务3:远程Telnet到交换机S2128-2上进行交换机的配置管理 S2128-2 f 0/5

  3. Step 1:按照图示的网络拓扑结构进行连线; • Step 2: 配置交换机的管理IP(如192.168.5.1) • 在RCMS的管理Web页面上,选择S2128-2; • 在S2128-2上建立Vlan 10 • S2128-2(config)#vlan 10 • 将f0/5加入Vlan 10 • S2128-2 (config)# interface fastethernet 0/5 • S2128-2 (config-if)#switchport mode access • S2128-2 (config-if)#switchport access vlan 10

  4. 为Vlan 10配置IP地址192.168.5.1 • S2128-2 (config)#interface vlan 10 • S2128-2 (config-if)#ip address 192.168.5.1 255.255.255.0 • S2128-2 (config-if)#no shutdown

  5. Step 3 : 在学生机上配IP ,与S2128-2在同一网段, 如,如192.168.5.20 • Step 4: 测试 • 从主机ping 交换机管理IP,若通则成功

  6. Step 5: 配交换机Telnet功能 • 用15级密码(star-net)进入交换机 • 设置远程管理的1级密码,命令 • s2128-2 (config)#enable secret level 1 0 ruijie • 设置进入特权模式的密码 • s2128-2 (config)#enable secret level 15 0 star-net • Step 6: 现在就可以在学生机上用“telnet 192.168.5.1”命令登陆到s2128-2上进行相关配置了,登录密码为Step5中设置的1级密码。

  7. 知识点 • 路由器的管理方式 • 路由器的基本配置

  8. 课程议题 路由器的管理方式

  9. 路由器的管理方式 • 带外管理 • 通过带外对路由器进行管理(PC 与路由器直接相连) • 带内管理 • 通过Telnet 对路由器进行远程管理 • 通过Web 对路由器进行远程管理 • 通过SNMP 工作站对路由器进行远程管理

  10. Console口及配置线缆 AUX口(连接拨号网络 ) Console口(RJ45) DB9-RJ45线缆 RJ45-DB9转换器+反转线缆

  11. 带外路由器配置 • 连线 • 利用配置线将主机的COM口和路由器的console口相连 • 打开超级终端 • 从开始-〉程序-〉附件-〉通讯-〉超级终端打开超级终端程序 • 配置超级终端 • 为连接命名 • 选择合适的COM口 • 配置正确的参数

  12. TELNET管理路由器 在主机DOS命令行下输入: telnet ip address(路由器管理IP)

  13. TELNET管理路由器续 输入telnet密码和特权密码即可进入到路由器的配置界面

  14. 基于WEB的管理 在web页面中输入路由器的管理IP可以进入路由器的web管理页面

  15. 基于WEB的管理 在web页面下对路由器进行管理

  16. 课程议题 路由器的基本配置

  17. 路由器配置模式

  18. 配置路由器接口地址的方法 • RouterA# configure terminal !进入全局配置模式 • RouterA(config)# interface fastethernet 1/0 !进入路由器接口配置模式 • RouterA(config-if)# ip address 192.168.0.1 255.255.255.0 !配置路由器管理接口IP地址 • RouterA(config-if)# no shutdown !开启路由器f 1/0接口 • 验证接口fastethernet 1/0的IP地址和接口的开启状态 • R2692-1#show interface fastethernet 1/0

  19. 实验八 配置路由器的Telnet功能 • 任务4:远程Telnet到路由器R2692-1上进行交换机的配置管理 R2692-1 f 1/0

  20. Step 1:按照图示的网络拓扑结构进行连线; • Step 2: 将学生机测试网线插入路由器R2692-1的端口F 1/0; • Step 3: 在R2692-1上配置f1/0接口的IP地址 • 在RCMS页面选择R2692-1 • 依次输入: • R2692-1# configure terminal !进入全局配置模式 • R2692-1(config)# interface fastethernet 1/0 !进入路由器接口配置模式 • R2692-1(config-if)# ip address 192.168.5.1 255.255.255.0 !配置路由器管理接口IP地址 • R2692-1(config-if)# no shutdown !开启路由器f 1/0接口

  21. Step 4: 配置路由器的远程登录密码 • R2692-1(config)#line vty 0 4 !进入路由器的线路配置模式, line vty 0 4 是Telnet连接的五条虚拟线路 • R2692-1(config-line)#login !配置远程登录 • R2692-1(config-line)#password star !设置路由器远程登录密码为star • R2692-1(config-line)#end

  22. Step 5:配置R2692-1的特权模式密码 • R2692-1(config)#enable secret ruijie 或者 • R2692-1(config)#enable password ruijie • Step 6: 在Dos工作模式下 键入命令”telnet 192.168.5.1”即可远程登录到R2692-1

More Related