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