相关文章  
  • 美化中文的显示效果
  • 顶级防火墙LooknStop的详细配置
  • Request对象:提交表单数据
  • 网管员经常犯的10个错误
  • ftp操作常识问题集锦
  • 两个网络扫描工具
  • 对网络入侵检测系统安全进行分析
  • 在Ubuntu下安装ies4linux使用网银
  • Firewoks制作立体质感水晶
  • 网络管理员必须熟练掌握的CMD命令
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    Cisco路由器配置语句全攻略7

    erver(config-if)# encapsulation ppp
    router-server(config-if)# ppp authentication chap
    router-server(config-if)# ^z

    被验证方:

    router-client(config-if)# encapsulation ppp
    router-client(config-if)# ppp authentication chap
    router-client(config-if)# ppp chap hostname router-client
    router-client(config-if)# ppp chap password 12345
    router-client(config-if)# ^z

     CHAP双向认证配置实例:

    路由器 A:

    routerA(config)# username routerB passWord 12345
    routerA(config)# interface serial 0
    routerA(config-if)# encapsulation ppp
    routerA(config-if)# ppp authentication chap
    routerA(config-if)# ppp chap hostname routerA
    routerA(config-if)# ppp chap password 54321
    routerA(config-if)# ^z

    路由器 B:

    routerB(config)# username routerA password 54321
    routerB(config)# interface serial 1
    routerB(config-if)# encapsulation ppp
    routerB(config-if)# ppp authentication chap
    routerB(config-if)# ppp ch

    页码:[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]7页、共14页

         

          设为首页       |       加入收藏       |       广告服务       |       友情链接       |       版权申明      

    Copyriht 2007 - 2008 ©  科普之友 All right reserved