PPPoE 動的プロファイルの設定
PPPoE 加入者には、動的 PPPoE 論理加入者インターフェイス(pp0)の属性を定義する基本的な動的プロファイルを設定できます。
基本的な PPPoE 動的プロファイルを設定するには、
- 動的プロファイルに名前を付けます。
[edit] user@host# edit dynamic-profiles basic-pppoe-profile
- 動的プロファイルで論理インターフェイスを
pp0
設定することを指定します。[edit dynamic-profiles basic-pppoe-profile] user@host# edit interfaces pp0
- インターフェイスの論理ユニット番号を表す事前定義変数として
pp0
指定$junos-interface-unit
します。この変数は
$junos-interface-unit
、加入者がログインしたときにネットワークで提供される実際のユニット番号に置き換えられます。[edit dynamic-profiles basic-pppoe-profile interfaces pp0] user@host# edit unit $junos-interface-unit
- インターフェイスにPPPoE固有のオプションを
pp0
設定します。$junos-underlying-interface
事前定義済みの変数を指定して、ルーターが動的 PPPoE 論理インターフェイスを作成する基になるイーサネット インターフェイスの名前を表します。変数は
$junos-underlying-interface
、加入者がログインする際にネットワークによって提供される基礎となるインターフェイスの実際の名前に置き換えられます。[edit dynamic-profiles basic-pppoe-profile interfaces pp0 unit "$junos-interface-unit"] user@host# set pppoe-options underlying-interface $junos-underlying-interface
- PPPoE サーバー(リモート アクセス コンセントレータとしても知られる)として機能するようルーターを設定します。
[edit dynamic-profiles basic-pppoe-profile interfaces pp0 unit "$junos-interface-unit"] user@host# set pppoe-options server
- インターフェイスにPPP認証プロトコルを
pp0
設定します。動的インターフェイスの場合、ルーターは単方向認証のみをサポートします。つまり、ルーターは常にオーセンティケータとして機能します。動的プロファイルでPPP認証を設定する場合、 chap および pap ステートメントは追加の設定オプションをサポートしません。
CHAP認証を設定するには:
[edit dynamic-profiles basic-pppoe-profile interfaces pp0 unit "$junos-interface-unit"] user@host# set ppp-options chap
PAP 認証を設定するには:
[edit dynamic-profiles basic-pppoe-profile interfaces pp0 unit "$junos-interface-unit"] user@host# set ppp-options pap
- キープアライブ間隔を変更するか、キープアライブメッセージの送信を無効にするようにルーターを設定します。
- インターフェイスのプロトコルファミリーを
pp0
設定します。- (IPv4)または
inet6
(IPv6)プロトコルファミリーを設定inet
することを指定します。[edit dynamic-profiles basic-pppoe-profile interfaces pp0 unit "$junos-interface-unit"] user@host# edit family inet
- 動的PPPoE論理インターフェイスのIPv4またはIPv6アドレスを指定します。
[edit dynamic-profiles basic-pppoe-profile interfaces pp0 unit "$junos-interface-unit" family inet] user@host# set address 6.6.6.7/32
- プロトコルファミリーの番号なしアドレスを設定します。
[edit dynamic-profiles basic-pppoe-profile interfaces pp0 unit "$junos-interface-unit" family inet] user@host# set unnumbered-address lo0.0
- 動的 PPPoE 論理インターフェイスに適用する入出力サービス セットを指定します。
[edit dynamic-profiles basic-pppoe-profile interfaces pp0 unit "$junos-interface-unit" family inet] user@host# set service input service-set inputService_100 user@host# set service input post-service-filter postService_20 user@host# set service output service-set outputService_200
- 動的 PPPoE 論理インターフェイスに適用する入出力フィルターを指定します。
フィルターの処理順序を制御するには、入力フィルター、出力フィルター、またはその両方に優先順位値をオプションで指定できます。
[edit dynamic-profiles basic-pppoe-profile interfaces pp0 unit "$junos-interface-unit" family inet] user@host# set filter input pppoe-input-filter user@host# set filter output pppoe-output-filter precedence 50
- (IPv4)または