サービスの改善にご協力お願いします。

お客様のご意見をお聞かせください。

アンケートの所要時間はおよそ 2 分です。

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
keyboard_arrow_right

この機械翻訳はお役に立ちましたでしょうか?

starstarstarstarstar
Go to English page
免責事項:

このページは、サードパーティー製機械翻訳ソフトウェアを使用して翻訳されます。質の高い翻訳を提供するために合理的な対応はされていますが、ジュニパーネットワークスがその正確性を保証することはできかねます。この翻訳に含まれる情報の正確性について疑問が生じた場合は、英語版を参照してください. ダウンロード可能なPDF (英語版のみ).

複雑な構成の動的プロファイルの作成

date_range 19-Jan-25

この設定では、動的プロファイルはプロファイル変数セットを定義し、その変数を出力ポリサーに割り当てます。

動的プロファイルを設定するには:

  1. 動的プロファイルを作成します。
    content_copy zoom_out_map
    [edit  dynamic-profiles] 
    user@host#  edit pw-policer 
    
  2. プロファイル変数セットを作成し、 junos-layer2-output-policer 変数を定義します。このシナリオでは、変数を 10m-policer に設定します。
    content_copy zoom_out_map
    [edit dynamic-profiles pw-policer]
    user@host#  edit profile-variable-set pw-policer-var-set
    user@host#  set junos-layer2-output-policer 10m-policer
    
  3. 動的基礎となるインターフェイスユニットを持つ動的プロファイルインターフェイスを作成します。
    content_copy zoom_out_map
    [edit dynamic-profiles pw-policer]
    user@host#  edit interfaces $junos-interface-ifd-name unit $junos-underlying-interface-unit
    
  4. junos-layer2-output-policer 変数を 2 色出力ポリサーに割り当てます。
    content_copy zoom_out_map
    [edit dynamic-profiles pw-policer interfaces "$junos-interface-ifd-name" unit "$junos-underlying-interface-unit"]
    user@host#  set layer2-policer output-policer $junos-layer2-output-policer
    
  5. VPLSがプロトコルファミリーであることを指定します。
    content_copy zoom_out_map
    [edit dynamic-profiles pw-2color-l2-policer interfaces "$junos-interface-ifd-name" unit "$junos-underlying-interface-unit"]
    user@host#  set family vpls
    
footer-navigation