路由器广域网PPP封装配置_第1页
路由器广域网PPP封装配置_第2页
路由器广域网PPP封装配置_第3页
全文预览已结束

下载本文档

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

文档简介

1、路由器广域网ppp封装配置一、实验目的1. 掌握广域网HDLC封装配置2. 理解 DCE、DTE3. 理解封装匹配二、应用环境1. 企业环境中异地的互连通常要经过第三方的网络,比方网通、电信等等,所以与局域网的配置不同2. 广域网通常需要付费、带宽比拟有限、可靠性相比局域网要低3. PPP是一种比HDLC功能丰富的广域网封装协议,支持身份认证、多链路捆绑等三、实验设备1.DCR-1702两台2. CR-V35MT条3. CR-V35FC一条四、实验拓扑Router-ARouter-B五、实验要求Router-A 接口六、实验步骤IP地址Router-B接口IP地址第一步 Router-A的配置

2、Router>e nableRouter #configRouter _config# host name Router-A!进入特权模式!进入全局配置模式!修改机器名!进入接口模式!配置 IP 地址!封装 PPP 协议!配置 DCE 时钟频率!按 ctrl + z 进入特权模式Router-A_config# interface s1/1Router-A_config_s1/1# ip address Router-A_config_s1/1#encapsulation PPPRouter-A_config_s1/1# physical-layer speed 64000Router-

3、A_config_s1/1# no shutdownRouter-A_config_s1/1# AZ第二步:查看配置Router-A#show interface s1/1!查看接口状态Serial1/1 is up, line protocol is down!对端没有配置,所以协议是 DOWNMode=Sync DCE Speed=64000!查看 DCEDTR=UP,DSR=UP,RTS=UP,CTS=DOWN,DCD=UPInterface address is!查看 IP 地址MTU 1500 bytes, BW 64 kbit, DL Y 2000 usecEncapsulatio

4、n prototol PPP, link check interval is 10 sec!查看封装协议Octets Received0, Octets Sent 0Frames Received 0, Frames Sent 0, Link-check Frames Received0Link-check Frames Sent 89, LoopBack times 0Frames Discarded 0, Unknown Protocols Frames Received 0, Sent failuile 0Link-check Timeout 0, Queue Error 0, Link

5、 Error 0,60 second input rate 0 bits/sec, 0 packets/sec!60 second output rate 0 bits/sec, 0 packets/sec!0 packets input, 0 bytes, 8 unused_rx, 0 no buffer0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort8 packets output, 192 bytes, 0 unused_tx, 0 underrunserror:0 clock, 0 gracePowerQUICC

6、 SCC specific errors:0 recv allocb mblk fail 0 recv no buffer0 transmitter queue full 0 transmitter hwqueue_full!进入特权模式 !进入全局配置模式 !修改机器名!进入接口模式!配置 IP 地址!封装 PPP 协议!按 ctrl + z 进入特权模式!查看接口状态 !接口和协议都是 !查看 DTEup第三步: Router-B 的配置Router>enableRouter #configRouter _config# hostname Router-BRouter-B_confi

7、g# interface s1/0Router-B_config_s1/0#encapsulation PPPRouter-B_config_s1/0# no shutdownRouter-B_config_s1/0# AZ第四步:查看配置Router-A#show interface s1/0 Serial1/0 is up, line protocol is upMode=Sync DTEDTR=UP,DSR=UP,RTS=UP,CTS=DOWN,DCD=UPInterface address is!查看 IP 地址MTU 1500 bytes, BW 64 kbit, DL Y 2000

8、 usecEncapsulation prototol PPP, link check interval is 10 sec !查看封装协议Octets Received0, Octets Sent 0Frames Received 0, Frames Sent 0, Link-check Frames Received0Link-check Frames Sent 89, LoopBack times 0Frames Discarded 0, Unknown Protocols Frames Received 0, Sent failuile 0Link-check Timeout 0, Q

9、ueue Error 0, Link Error 0,60 second input rate 0 bits/sec, 0 packets/sec!60 second output rate 0 bits/sec, 0 packets/sec!0 packets input, 0 bytes, 8 unused_rx, 0 no buffer0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort8 packets output, 192 bytes, 0 unused_tx, 0 underruns error:0 clock

10、, 0 gracePowerQUICC SCC specific errors:0 recv allocb mblk fail0 recv no buffer0 transmitter queue full0 transmitter hwqueue_full第五步:测试连通性PING 192.168.1.2 (192.168.1.2): 56 data bytes !- 192.168.1.2 ping statistics -5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 2

11、0/22/30 ms七、考前须知和排错1. 注意查看接口状态,接口和协议都必须是 UP2. CR-V35FC 所连的接口为 DCE, CR-V35MT 所连的接口为 DTE3. 协议是 DOWN ,通常是封装不匹配、DCE 时钟没有配置4. 接口是 DOWN ,通常是线缆故障5. 在实际工作中, DCE 设备通常由效劳提供商配置,本实验是模拟环境八、配置序列路由器 A 的序列Router-A# show running-config Building configuration.Current configuration:!version Eservice timestamps log dat

12、eservice timestamps debug dateno service password-encryption!hostname Router-A !查看机器名!interface FastEthernet0/0ip address 192.168.2.1 255.255.255.0 !查看 IP 地址 no ip directed-broadcast!<省略>interface Serial1/1ip address 192.168.1.1 255.255.255.0 !查看 IP 地址 no ip directed-broadcastphysical-layer sp

13、eed 64000in terface Asyn cO/Ono ip addressno ip directed-broadcast九、共同思考1. PPP与HDLC的区别是什么?十、课后练习请将A的封装改为frame-relay帧中继,观察PING的结果十一、相关命令详解encapsulation使用encapsulation接口配置命令设置接口使用的封装协议。使用这个命令的no形式恢复缺省封装en capsulati on en capsulati on-type参数参数参数说明encapsulation-type封装类型,为下面的关键字之一:frame-relay 帧中继用于串行接口;hdlc 串行接口的HDLC协议,它提供HDLC的同步帧和检错功能而无窗口或重传机制;ppp PPP用于串行接口;slip SLIP用于串行接口;x25 用于串行接口;sdlc 串行接口的SDLC协议;缺省缺省值与接口的类型有关。例如,同步串行接口缺省为 HDLC,异步接口和拨号接口缺省为PPP。命令模式接口配置态使用说明假设想同时支持多个封装

温馨提示

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

评论

0/150

提交评论