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 for the Complex Configuration

date_range 24-Nov-23

To bind the dynamic profile to the pseudowire, attach it to a routing instance. When your dynamic profile contains variables, you assign one of the profile variable sets that you configured in your dynamic profile when you associate the profile with the routing instance.

The routing instance can be a VPLS instance type or a virtual switch instance type. You can attach the dynamic profile and the profile variable set 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 and the profile variable set 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 profile-variable-set pw-policer
    user@host#  set profile-variable-set pw-policer-var-set
    
  • To attach the dynamic profile and the profile variable set 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 profile-variable-set pw-policer
    user@host#  setprofile-variable-set pw-policer-var-set
    
  • To attach the dynamic profile and the profile variable set 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#  profile-variable-set pw-policer
    user@host#  profile-variable-set pw-policer-var-set
    
footer-navigation