帮助我们改善您的体验。

让我们了解您的想法。

您是否能抽出两分钟的时间完成一份问卷调查?

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 18-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 变量分配给双色输出监管器。
    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