为复杂配置创建动态配置文件
对于此配置,动态配置文件定义配置文件变量集,然后将该变量分配给输出监管器。
要配置动态配置文件:
- 创建动态配置文件。
[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 变量分配给双色输出监管器。
[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