FRは、何のためにPPP使うの?
→FRは認証するための機能はないので
PPPを使用して、これをFRにのっける!
<例:r1(対向r2も同様設定)>
hostname r1
username r2 password 0 cisco
!
interface Virtual-Template1 ★Ⅰ
ip address 161.254.2.1 255.255.255.0
ppp authentication chap
!
interface Serial1/0
encapsulation frame-relay
!
interface Serial1/0.2 point-to-point
frame-relay interface-dlci 151 ppp Virtual-Template1
★Ⅱ:上記★Ⅰと関連付ける(DLCI 151に対して
PPPをのっけるイメージ)
→FRは認証するための機能はないので
PPPを使用して、これをFRにのっける!
<例:r1(対向r2も同様設定)>
hostname r1
username r2 password 0 cisco
!
interface Virtual-Template1 ★Ⅰ
ip address 161.254.2.1 255.255.255.0
ppp authentication chap
!
interface Serial1/0
encapsulation frame-relay
!
interface Serial1/0.2 point-to-point
frame-relay interface-dlci 151 ppp Virtual-Template1
★Ⅱ:上記★Ⅰと関連付ける(DLCI 151に対して
PPPをのっけるイメージ)