网络设备管理与维护实训教程

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
任务1 路由器的广域网HDLC封装。 任务2 路由器的广域网PPP封装。 任务3 路由器的广域网PPP封装CHAP验证。
首页 任务一 任务二 任务三 任务四
任务4 路由器的广域网PPP封装PAP验证。
任务1 路由器的广域网HDLC封装
任务描述
HDLC(High level Data Link Control)高级数据链路层控制协议,是 Cisco的路由器默认的封装协议。 下面以两个型号为2621XM的路由器来模拟公网,学习和掌握路由器 广域网HDLC协议的设置方法,实验拓扑如图所示:
首页 任务一 任务二 任务三 任务三
任务1 路由器的广域网HDLC封装
任务要求
添加两台路由器2621XM,分别更改标签名为RA和RB; 为两台路由器添加W1C-1T模块,添加在S0/0口位置; 使用V35串口线连接两个路由器的S0/0口,设置RA为DCE端; RA的S0/0口设置IP为10.1.1.1/24,RB的S0/0口设置IP为 10.1.1.2/24; 在两个路由器之间做HDLC封装,并测试两个路由器的连通性。
Router> Router>ena Router#conf t Router(config)#hostname RA RA(config)#interface serial 0/0 RA(config-if)#ip address 10.1.1.1 255.255.255.0 RA(config-if)#encapsulation hdlc RA(config-if)#clock rate 64000 RA(config-if)#no shutdown RA(config-if)#exit RA(config)#
首页 任务一 任务二 任ห้องสมุดไป่ตู้三 任务三
!进入特权模式 !进入全局配置模式 !配置路由器名称 !进入端口配置模式 !配置端口 IP 地址 !封装 HDLC 协议 !配置 DCE 时钟频率
任务1 路由器的广域网HDLC封装
任务步骤查看配置情况
查看RA的端口配置情况,注意加粗的文字
RA#show interfaces serial 0/0 Serial0/0 is down, line protocol is down (disabled) Hardware is HD64570 Internet address is 10.1.1.1/24 MTU 1500 bytes, BW 128 Kbit, DLY 20000 usec, rely 255/255, load 1/255 Encapsulation HDLC, loopback not set, keepalive set (10 sec) Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0 (size/max/drops); Total output drops: 0 Queueing strategy: weighted fair Output queue: 0/1000/64/0 (size/max total/threshold/drops) Conversations 0/0/256 (active/max active/max total) Reserved Conversations 0/0 (allocated/max allocated) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 1 interface resets 0 output buffer failures, 0 output buffers swapped out 0 carrier transitions DCD=down DSR=down DTR=down RTS=down CTS=down
首页 任务一 任务二 任务三 任务三
任务分析
由于HDLC是CISCO路由器使用的缺省协议,一台新路由器在未指 定封装协议时默认使用HDLC封装,因此在配置时不用进行配置 HDLC封装,只配置时钟,系统过程系统会自动完成设置。
任务1 路由器的广域网HDLC封装
任务步骤RA的配置
按要求连接网络拓扑图,并添加相应模块,使用V35串口线进行连 接时要注意DCE和DTE端的设置,把RA定义为DCE端。
首页 任务一 任务二 任务三 任务三
任务1 路由器的广域网HDLC封装
任务步骤查看配置情况
查看RB的端口配置情况,注意加粗的文字
RA#show interfaces serial 0/0 Serial0/0 is up, line protocol is up (connected) Hardware is HD64570 Internet address is 10.1.1.1/24 MTU 1500 bytes, BW 128 Kbit, DLY 20000 usec, rely 255/255, load 1/255 Encapsulation HDLC, loopback not set, keepalive set (10 sec) Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0 (size/max/drops); Total output drops: 0 Queueing strategy: weighted fair Output queue: 0/1000/64/0 (size/max total/threshold/drops) Conversations 0/0/256 (active/max active/max total) Reserved Conversations 0/0 (allocated/max allocated) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 output buffer failures, 0 output buffers swapped out 0 carrier transitions DCD=up DSR=up DTR=up RTS=up CTS=up
项目六 广域网技术实现
学习内容
路由器常用的广域网协议有PPP、HDLC、fram-relay、 SDLC等等。PPP:点对点的协议,是面向字符的控制协议。 HDLC:高级数据链路控制协议,是面向位的控制协议。 fram-relay:表示帧中继交换网,它是x.25分组交换网的改进, 以虚电路的方式工作。SDLC:同步数据链路控制,是一种 IBM 数据链路层协议,适用于系统网络体系结构(SNA)。 本节重点来学习路由器的HDLC和PPP协议,分以下四个任 务进行学习。
相关文档
最新文档