ppp协议封装、认证配置_第1页
ppp协议封装、认证配置_第2页
ppp协议封装、认证配置_第3页
ppp协议封装、认证配置_第4页
ppp协议封装、认证配置_第5页
已阅读5页,还剩3页未读 继续免费阅读

下载本文档

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

文档简介

计 算 机 类 课 程 实 验 报 告院/系: 网络工程 课程名称:广域网技术班级姓名学号实验室号日期年 月 日组号计算机号实验名称Ppp协议封装、认证配置得分情况一二三四五六成绩评定实 验 内 容 要 求 实验内容:配置ppp协议,配置PPP协议的认证。实 验 拓 扑 以 及 IP 地 址 规 划实验设备:cisco C3640路由器(2台)实验拓扑:备注:本实验报告用于计算机类相关课程的实验,务必按时、按要求完成。不交此报告者,本次实验为“不合格”。实 验 主 要 步 骤 与 配 置 内 容基本配置:R1Conf tHo R1Int s0/0Ip add 12.1.1.1 255.255.255.0No shEncaps PPPEndR2Conf tHo R2Int s0/0Ip add 12.1.1.2 255.255.255.0No shEncap PPPEnd验证配置:R1#sho int s0/0Serial0/0 is up, line protocol is up Hardware is M4T Internet address is 12.1.1.1/24 MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation PPP, LCP Open Open: IPCP, CDPCP, crc 16, loopback not set Keepalive set (10 sec) Restart-Delay is 0 secs Last input 00:00:03, output 00:00:02, output hang never Last clearing of show interface counters 00:05:56 Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: weighted fair 77 packets output, 3418 bytes, 0 underruns 0 output errors, 0 collisions, 1 interface resets 0 output buffer failures, 0 output buffers swapped out 1 carrier transitions DCD=up DSR=up DTR=up RTS=up CTS=up(写不完时,可另附稿纸。)备注:本实验报告用于计算机类相关课程的实验,务必按时、按要求完成。不交此报告者,本次实验为“不合格”。实 验 主 要 步 骤 与 配 置 内 容R2# sho int s0/0Serial0/0 is up, line protocol is up Hardware is M4T Internet address is 12.1.1.2/24 MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation PPP, LCP Open Open: IPCP, CDPCP, crc 16, loopback not set Keepalive set (10 sec) Restart-Delay is 0 secs Last input 00:00:20, output 00:00:08, output hang never Last clearing of show interface counters 00:01:18 Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: weighted fair Output queue: 0/1000/64/0 (size/max total/threshold/drops) Conversations 0/1/256 (active/max active/max total) Reserved Conversations 0/0 (allocated/max allocated) Available Bandwidth 1158 kilobits/sec 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 19 packets input, 1310 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 21 packets output, 744 bytes, 0 underruns 0 output errors, 0 collisions, 1 interface resets 0 output buffer failures, 0 output buffers swapped out 1 carrier transitions DCD=up DSR=up DTR=up RTS=up CTS=up(写不完时,可另附稿纸。)实 验 主 要 步 骤 与 配 置 内 容配置认证:R1Conf tInt s0/0Ppp authen chapExitUser R2 pass 1018R2Conf tInt s0/0Ppp authen chapExitUser R1 pass 1018验证配置:R1username R2 password 0 1018!interface Serial0/0 ip address 12.1.1.1 255.255.255.0 encapsulation ppp serial restart-delay 0 ppp authentication chapR2username R1 password 0 1018!interface Serial0/0 ip address 12.1.1.2 255.255.255.0 encapsulation ppp serial restart-delay 0 ppp authentication chap(写不完时,可另附稿纸。)R1#debug ppp authentication PPP authentication debugging is onR1#*Mar 1 00:26:36.631: Se0/0 PPP: Authorization required*Mar 1 00:26:36.639: Se0/0 CHAP: O CHALLENGE id 76 len 23 from R1*Mar 1 00:26:36.643: Se0/0 CHAP: I CHALLENGE id 69 len 23 from R2*Mar 1 00:26:36.647: Se0/0 CHAP: Using hostname from unknown source*Mar 1 00:26:36.651: Se0/0 CHAP: Using password from AAA*Mar 1 00:26:36.651: Se0/0 CHAP: O RESPONSE id 69 len 23 from R1*Mar 1 00:26:36.835: Se0/0 CHAP: I RESPONSE id 76 len 23 from R2*Mar 1 00:26:36.839: Se0/0 PPP: Sent CHAP LOGIN Request*Mar 1 00:26:36.839: Se0/0 CHAP: I SUCCESS id 69 len 4*Mar 1 00:26:36.843: Se0/0 PPP: Received LOGIN Response PASSR1#*Mar 1 00:26:36.847: Se0/0 PPP: Sent LCP AUTHOR Request*Mar 1 00:26:36.851: Se0/0 PPP: Sent IPCP AUTHOR Request*Mar 1 00:26:36.855: Se0/0 LCP: Received AAA AUTHOR Response PASS*Mar 1 00:26:36.859: Se0/0 IPCP: Received AAA AUTHOR Response PASS*Mar 1 00:26:36.859: Se0/0 CHAP: O SUCCESS id 76 len 4*Mar 1 00:26:36.867: Se0/0 PPP: Sent CDPCP AUTH

温馨提示

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

评论

0/150

提交评论