帮助我们改善您的体验。

让我们了解您的想法。

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

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

要将动态配置文件绑定到伪线,请将其附加到路由实例。当动态配置文件包含变量时,您将分配在将配置文件与路由实例关联时在动态配置文件中配置的配置文件变量集之一。

路由实例可以是 VPLS 实例类型或虚拟交换机实例类型。您可以将动态配置文件和配置文件变量集附加到 VPLS 协议级别、网格组级别或邻居级别的路由实例。

由于隧道接口不支持此功能,因此对于 VPLS 路由接口,您必须在[edit routing-instances routing-instance-name protocols vpls]层次结构级别包含no-tunnel-services语句。

  • 要附加动态配置文件和在 VPLS 协议级别设置的配置文件变量,请执行以下操作:

    content_copy zoom_out_map
    [edit routing-instances] 
    user@host#  edit green protocols vpls associate-profile
    [edit routing-instances green protocols vpls associate-profile]
    user@host#  set profile-variable-set pw-policer
    user@host#  set profile-variable-set pw-policer-var-set
    
  • 要在网格组级别附加动态配置文件和配置文件变量集:

    content_copy zoom_out_map
    [edit routing-instances] 
    user@host#  edit green protocols vpls mesh-group lata-1 associate-profile
    [edit routing-instances green protocols vpls mesh-group lata-1 associate-profile]
    user@host#  set profile-variable-set pw-policer
    user@host#  setprofile-variable-set pw-policer-var-set
    
  • 要附加动态配置文件和在邻居级别设置的配置文件变量,请执行以下操作:

    content_copy zoom_out_map
    [edit routing-instances] 
    user@host#  edit green protocols vpls mesh-group lata-1 neighbor 10.10.1.1 associate-profile
    [edit routing-instances green protocols vpls mesh-group lata-1 neighbor 10.10.1.1 associate-profile]
    user@host#  profile-variable-set pw-policer
    user@host#  profile-variable-set pw-policer-var-set
    
footer-navigation