Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Creating a Dynamic Profile for the Complex Configuration

For this configuration, the dynamic profile defines a profile variable set and then assigns the variable to the output policer.

To configure dynamic profiles:

  1. Create a dynamic profile.
    [edit dynamic-profiles] user@host# edit pw-policer
  2. Create a profile variable set and define the junos-layer2-output-policer variable. In this scenario, set the variable to the 10m-policer.
    [edit dynamic-profiles pw-policer]user@host# edit profile-variable-set pw-policer-var-setuser@host# set junos-layer2-output-policer 10m-policer
  3. Create a dynamic profile interface that has a dynamic underlying interface unit.
    [edit dynamic-profiles pw-policer]user@host# edit interfaces $junos-interface-ifd-name unit $junos-underlying-interface-unit
  4. Assign the junos-layer2-output-policer variable to the two-color output policer.
    [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. Specify that VPLS is the protocol family.
    [edit dynamic-profiles pw-2color-l2-policer interfaces "$junos-interface-ifd-name" unit "$junos-underlying-interface-unit"]user@host# set family vpls

Published: 2012-11-26