欢迎来到冰豆网! | 帮助中心 分享价值,成长自我!
冰豆网
全部分类
  • IT计算机>
  • 经管营销>
  • 医药卫生>
  • 自然科学>
  • 农林牧渔>
  • 人文社科>
  • 工程科技>
  • PPT模板>
  • 求职职场>
  • 解决方案>
  • 总结汇报>
  • 党团工作>
  • ImageVerifierCode 换一换
    首页 冰豆网 > 资源分类 > DOCX文档下载
    分享到微信 分享到微博 分享到QQ空间

    实验七PPP.docx

    • 资源ID:27955800       资源大小:166.80KB        全文页数:17页
    • 资源格式: DOCX        下载积分:10金币
    快捷下载 游客一键下载
    账号登录下载
    微信登录下载
    三方登录下载: 微信开放平台登录 QQ登录
    二维码
    微信扫一扫登录
    下载资源需要10金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝    微信支付   
    验证码:   换一换

    加入VIP,免费下载
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    实验七PPP.docx

    1、实验七PPP实验七 :PPP一:实验目标1掌握PPP的基本配置,掌握广域网链路通信质量测试方法。2理解PPP协商过程、PAP/CHAP认证过程,掌握PPP调试。3掌握PPP Multilink 的配置及调试。二:拓扑图三:预期结果 RT1与RT3能够相互ping通。四:调试RT1上配置PPP自动获取IP地址:RT3上配置PPP自动获取IP地址:RT1上配置PPP multilink:RT3上配置PPP multilink:PPP PAP双向认证:RT1中配置:RT3中配置:PPP CHAP 双向认证配置: RT3:五:测试链路捆绑中RT3的se0/0口被shutdown:PAP双向认证:RT1

    2、 ping RT3 PPP PAP双向认证成功:CHAP 双向认证:RT1中debug ppp authentication:六:总结与原理分析CHAP认证协商过程:R1以CHAP验证R3(三次握手):首先R1发送Challenge给R3(R1发送认证用户名、随机字符串、认证序列号);然后R3发送自己的用户名、认证序列号以及哈希后的密码给R1(R1根据R3发送的主机名查找密码,再将查找到的密码、随机数与认证ID做hash算法,得出一个密值,将其与R3发送过来的hash值对比,如果相同则通过,不同则不通过);最后R1返回结果。PAP认证过程:RT3(被认证方)发起认证,发送用户名和密码,RT1根

    3、据自身数据库对RT3发来的账号密码进行对比,相同则通过,不同则不通过。七:配置show runPAP双向认证:RT1:!version 12.3service timestamps debug datetime msecservice timestamps log datetime msecno service password-encryption!hostname RT1!boot-start-markerboot-end-marker!no aaa new-model!resource policy!memory-size iomem 5ip subnet-zero!ip cefno i

    4、p dhcp use vrf connected!no ip domain lookupno ftp-server write-enable!username bluefox1 password 0 111!interface Multilink1 ip address 10.10.13.1 255.255.255.252 peer default ip address 10.10.13.2 ppp authentication pap ppp pap sent-username bluefox2 password 0 222 ppp multilink ppp multilink group

    5、 1!interface Serial0/0 no ip address encapsulation ppp serial restart-delay 0 no dce-terminal-timing-enable ppp multilink group 1!interface Serial0/1 no ip address encapsulation ppp serial restart-delay 0 no dce-terminal-timing-enable ppp multilink group 1!interface Serial0/2 no ip address shutdown

    6、serial restart-delay 0 no dce-terminal-timing-enable!interface Serial0/3 no ip address shutdown serial restart-delay 0 no dce-terminal-timing-enable!ip http serverip classless!control-plane!line con 0 exec-timeout 0 0 logging synchronousline aux 0line vty 0 4!EndRT3:!version 12.3service timestamps d

    7、ebug datetime msecservice timestamps log datetime msecno service password-encryption!hostname RT3!boot-start-markerboot-end-marker!no aaa new-model!resource policy!memory-size iomem 5ip subnet-zero!ip cefno ip dhcp use vrf connected!no ip domain lookupno ftp-server write-enable!username bluefox2 pas

    8、sword 0 222!interface Multilink1 ip address negotiated ppp authentication pap ppp pap sent-username bluefox1 password 0 111 ppp multilink ppp multilink group 1!interface Serial0/0 no ip address encapsulation ppp shutdown serial restart-delay 0 no dce-terminal-timing-enable ppp multilink group 1!inte

    9、rface Serial0/1 no ip address encapsulation ppp serial restart-delay 0 no dce-terminal-timing-enable ppp multilink group 1!interface Serial0/2 no ip address shutdown serial restart-delay 0 no dce-terminal-timing-enable!interface Serial0/3 no ip address shutdown serial restart-delay 0 no dce-terminal

    10、-timing-enable!ip http serverip classless!control-plane!line con 0 exec-timeout 0 0 logging synchronousline aux 0line vty 0 4!endPPP CHAP 双向认证:RT1:!version 12.3service timestamps debug datetime msecservice timestamps log datetime msecno service password-encryption!hostname RT1!boot-start-markerboot-

    11、end-marker!no aaa new-model!resource policy!memory-size iomem 5ip subnet-zero!ip cefno ip dhcp use vrf connected!no ip domain lookupno ftp-server write-enable!username RT3 password 0 111!interface Serial0/0 ip address 10.10.13.1 255.255.255.0 encapsulation ppp serial restart-delay 0 no dce-terminal-

    12、timing-enable ppp authentication chap ppp chap hostname RT1!interface Serial0/1 no ip address shutdown serial restart-delay 0 no dce-terminal-timing-enable!interface Serial0/2 no ip address shutdown serial restart-delay 0 no dce-terminal-timing-enable!interface Serial0/3 no ip address shutdown seria

    13、l restart-delay 0 no dce-terminal-timing-enable!ip http serverip classless!control-plane!line con 0 exec-timeout 0 0 logging synchronousline aux 0line vty 0 4!endRT3:!version 12.3service timestamps debug datetime msecservice timestamps log datetime msecno service password-encryption!hostname RT3!boo

    14、t-start-markerboot-end-marker!no aaa new-model!resource policy!memory-size iomem 5ip subnet-zero!ip cefno ip dhcp use vrf connected!no ip domain lookupno ftp-server write-enable!username RT1 password 0 111!interface Serial0/0 ip address 10.10.13.2 255.255.255.0 encapsulation ppp serial restart-delay

    15、 0 no dce-terminal-timing-enable ppp authentication chap ppp chap hostname RT3!interface Serial0/1 no ip address shutdown serial restart-delay 0 no dce-terminal-timing-enable!interface Serial0/2 no ip address shutdown serial restart-delay 0 no dce-terminal-timing-enable!interface Serial0/3 no ip address shutdown serial restart-delay 0 no dce-terminal-timing-enable!ip http serverip classless!control-plane!line con 0 exec-timeout 0 0 logging synchronousline aux 0line vty 0 4!end


    注意事项

    本文(实验七PPP.docx)为本站会员主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

    copyright@ 2008-2022 冰点文档网站版权所有

    经营许可证编号:鄂ICP备2022015515号-1

    收起
    展开