实验2路由器的基本管理方法_第1页
实验2路由器的基本管理方法_第2页
实验2路由器的基本管理方法_第3页
免费预览已结束,剩余5页可下载查看

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、实验二、路由器的基本管理方法一、实验目的1、 掌握带外的管理方法:通过 console 接口配置2、 掌握带内的管理方法:通过 telnet 方式配置3、 掌握带内的管理方法:通过 web 方式配置二、应用环境1、 设备的初始配置一般都是通过 console 接口进行。式。管理通常通过带内的方2、 给相应的接口配置了 IP 地址,开启了相应的服务以后,才能进行带内的管理。三、实验设备1、DCR-17022、DCR-26113、PC 机一台一台一台4、console 线揽、网线各一条四、实验拓扑DCR-1702F0/0Console网卡网线串口RS-232 线PC五、实验要求DCR-1702Co

2、nsolePC 机串口IT认证部落F0/0网卡六、实验步骤带外管理方法:(本地管理)第一步:将配置线的一端与路由器的 Console 口相连,另一端与 PC 的串口相连,如上图所示。第二步:在 PC 上运行终端程序。点击“开始”,找到“程序”,选择“附件”下的“通讯”,运行“超级终端”程序,同时需要设置终端的硬件参数(包括串):波特率:9600 数据位:8奇偶校验:无停止位:1流控:无第三步:路由器加电,超级终端会显示路由器自检信息,自检结束后出现命令提示“Press RETURN to get started”。System Bootstrap,

3、Version 0.1.8Serial num:8IRT01V11B01000054 ,ID num:000847Copyright (c) 1996-2000 by China Digitalchina CO. DCR-1700 Processor MPC860T 50MhzIT认证部落The current time: 2067-9-12 6:31:30 Loading DCR-1702.bin.Start Decompress DCR-1702.bin # # # Decompress 3587414 byte,Please wait system up.Digitalchina Int

4、ernetwork Operating System SoftwareDCR-1700 Series Software , Version 1.3.2E, RELEASE SOFTWARE System start up OKRouter console 0 is now availablePress RETURN to get started第四步:按回车键进入用户配置模式。DCR-1702 系列路由器出厂时没有定义,用户按回车键直接进入普通用户模式,可以使用权限范围内令,需要帮助可以随时键入“?”,输入 enable,敲回车则进入超级用户模式。这时候用户拥有最大权限,可以任意配置,需要帮助

5、可以随时键入“?”。Router-A>enable!进入模式Router-A#2004-1-1 00:04:39 User DEFAULT enter privilege mode from console 0, level = 15Router-A#?cd!查看可用令- Change directory- Help message in- Change memory of system- Change memory- Clear something- Enter configurative mode- Open a outgoing connection- Copy configura

6、tion or image data- Set system date- Debugging functionschmem chram clear config connect copy datedebugIT认证部落delete dirdisconnect- Delete a file- List files in flash memory- Disconnect an existing outgoing network connection- Download with ZMODEM- Turn on privileged commands- Help message in English

7、- Turn on privileged commands- Execute a script on a port or line- Exit / quit- Format file system- Description of the interactive help system- Look up history!使用?帮助- Help message in- Change memory of system- Change memory!设置中文帮助!再次查看可用命令- 改变当前目录- 中文帮助信息- 修改系统内存数据- 修改内存数据- 清除- 进入配置态download enable e

8、nglish enterexec-script exit format help historyRouter-A#ch?chmem chramRouter-A# Router-A#?cdechmem chram clear config connect copy date debug delete dirdisconnect download enableenglish- 打开一个的连接- 拷贝配置方案或内存映像- 设置系统时间- 分析功能- 删除一个文件- 显示闪存中的文件- 断开活跃的连接- 通过 ZMODEM 协议文件- 进入方式- 英文帮助信息IT认证部落enterexec-scrip

9、t exit format help history keepalive-More- 进入方式- 在指定端口运行指定的- 退回或- 格式化文件系统- 交互式帮助系统描述- 查看历史- 保活探测带内的管理方法:(Telnet 方式)第五步:设置路由器以太网接口地址并验证Router>enable Router #configRouter-A_config#interface f0/0Router-A_config_f0/0#ip address Router-A_config_f0/0#no shutdownRouter-A_config_

10、f0/0#Z Router-A#show interface f0/0FastEthernet0/0 is up, line protocol is upaddress is 00e0.0f18.1a70Interface address is /24MTU 1500 bytes, BW 100000 kbit, DLY 10 usec Encapsulation ARPA, loopback not set Keepalive not setARP type: ARPA, ARP timeout 04:00:0060 second input rate 0 bits/s

11、ec, 0 packets/sec!60 second output rate 6 bits/sec, 0 packets/sec! Full-duplex, 100Mb/s, 100BaseTX, 1 Interrupt0 packets input, 0 bytes, 200 rx_freebufReceived 0 unicasts, 0 lowmark, 0 ri, 0 throttles0 input errors, 0 CRC, 0 framing, 0 overrun, 0 long1 packets output, 46 bytes, 50 tx_freebd, 0 under

12、runs0 output errors, 0 collisions, 0 interface resets0 babbles, 0 late collisions, 0 deferred, 0 err6000 lost carrier, 0 no carrier 0 grace stop 0 bus error0 output buffer failures, 0 output buffers swapped out!进入模式!进入全局配置模式!进入接口模式!设置 IP 地址!验证!接口和协议都必须 up第六步:设置 PC 机的 IP 地址并测试连通性IT认证部落使用 PING 测试连通性:第

13、七步:在 PC 机上 telnet 到路由器IT认证部落运行telnet,出现如下结果:带内的管理方法:(Web 方式)第八步:由于 1702 不支持 WEB 管理方式,以下配置以 DCR-2611 为例同前配置,将以太网接口地址配置为 /24Router-C#configRouter-C_config#interface f0/0Router-C_config_f0/0#ip address Router-C_config_f0/0#no shutdownRouter-C_config_f0/0#e

14、xitRouter-C_config#ip http serverRouter-C_config#Z!开启 HTTP 服务Router-C#2089-2-22 01:22:06 Configured from console 0 by DEFAULTRouter-C#show running-configBuilding configuration.!验证Current configuration:!version 1.3.1Sservice timestamps log date service timestamps debug date no service password-encryption!hostname Router-CIT认证部落!username abc password 0 digital!interface FastEthernet0/0ip address no ip directed-broadcast!interface Async0/0 no ip addressno ip directed-broadcast!gateway-cfgGateway keepAlive 60 shutdown

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论