QQRead:http://www.qqread.com/net-protocol/c264588.html
R5:
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
neighbor 25.0.0.2
no auto-summary
更多内容请看Cisco认证体系专题专题,或进入讨论组讨论。
R5:
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
neighbor 25.0.0.2
no auto-summary
相关图文阅读
频道图文推荐
健 康 咨 询
时 尚 咨 询
相关专题
- Cisco认证体系专题 (3148篇文章)
- 什么是网络协议? (445次浏览)
- 网络协议初入门 (252次浏览)
- 三大协议NetBEUI和 IPX/SPX TCP/IP (141次浏览)
- 路由器原理及常用的路由协议、路由算法 (135次浏览)
- RIP路由协议快速入门(1) (91次浏览)
- RIP路由协议快速入门 (91次浏览)
- 协议分析工具学习TCP/IP(二) (83次浏览)
- UDP协议简介 (63次浏览)
- 虚拟专用网(VPN)的原理和组建(3) -协议篇 (57次浏览)
- RIP协议 (55次浏览)



