PPP Over FR &RIP v2明文认证

ZDNET网络频道时间2007-09-03作者:中国IT实验室 |
本文关键词:RIP RIP协议 rip路由协议 路由协议 网络协议

  interface Virtual-Template1    //C、进入模板就和配置PPP一样了,配置IP,和封装。

  ip address 25.0.0.5 255.255.255.0

  ppp authentication chap

  interface Serial0         //A、在接口封装FR,并且打开接口(no sh)

  no ip address

  encapsulation frame-relay

  no frame-relay inverse-arp

  !

  interface Serial0.1 point-to-point //B、创建子接口,再启用一个模板

  frame-relay interface-dlci 602 ppp Virtual-Template1

  

  R2:

  interface Virtual-Template1

  ip address 25.0.0.2 255.255.255.0

  ppp authentication chap

  !

  interface Serial0

  no ip address

  encapsulation frame-relay

  no frame-relay inverse-arp

  !

  interface Serial0.1 point-to-point

  frame-relay interface-dlci 206 ppp Virtual-Template1

  !

  =======================RIP AUTH==========================

  R2:

  key chain cisco   //A、定义一个明文的key,

  key 1

  key-string cisco

  interface Virtual-Template1

  ip address 25.0.0.2 255.255.255.0

  ip RIP authentication key-chain cisco  //调用key,完成RIP的认证

  ppp authentication chap

  !

  router RIP  //启动rip路由协议,version 2,(version 1 没有认证)

  version 2

  passive-interface Loopback0

  network 2.0.0.0

  network 25.0.0.0

  neighbor 25.0.0.5

  no auto-summary

  R5:

  key chain cisco

  key 1

  key-string cisco

  interface Virtual-Template1

  ip address 25.0.0.5 255.255.255.0

  ip RIP authentication key-chain cisco

  ppp authentication chap

  !

  router RIP

  version 2

  passive-interface Loopback0

  network 5.0.0.0

  network 25.0.0.0

用户评论
用户名
评论内容
发表时间
- 发表评论 -
匿名
注册用户

百度大联盟认证黄金会员Copyright© 1997- CNET Networks 版权所有。 ZDNet 是CNET Networks公司注册服务商标。
中华人民共和国电信与信息服务业务经营许可证编号:京ICP证010391号 京ICP备09041801号-159
京公网安备:1101082134