goo blog サービス終了のお知らせ 

のんびり・ゆっくりCCIE

CCIEラボにゆっくり一歩、ゆっくり前進で挑戦するブログ(覚書)です。

PPP over FRの設定

2008-07-10 20:20:04 | その他
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をのっけるイメージ)


最新の画像もっと見る