Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Attaching Dynamic Profiles to Routing Instances

date_range 24-Nov-23

To bind the dynamic profile to the pseudowire, attach it to a routing instance. The routing instance can be a VPLS instance type or a virtual switch instance type. You can attach dynamic profiles to the routing instance at the VPLS protocol level, at the mesh-group level, or at the neighbor level.

Because this feature is not supported on tunnel interfaces, for VPLS routing interfaces, you must include the no-tunnel-services statement at the [edit routing-instances routing-instance-name protocols vpls] hierarchy level.

  • To attach the dynamic profile at the VPLS protocol level:

    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 pw-2color-l2-policer
    
  • To attach the dynamic profile at the mesh-group level:

    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 pw-trTCM-policer
    
  • To attach the dynamic profile at the neighbor level:

    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#  set pw-2color-l2-policer
    
footer-navigation