日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

PPP Over FR & RIP v2明文認證


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、創(chuàng)建子接口 , 再啟用一個模板
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//調(diào)用key , 完成rip的認證
ppp authentication chap
!
router rip//啟動rip路由協(xié)議 , 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

    推薦閱讀