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

Configuring a Two-Color Layer 2 Policer for the Pseudowire

date_range 24-Nov-23

For the basic configuration of Layer 2 policers for pseudowires, create a two-color policer.

To configure a two-color policer:

  1. Create a two-color policer.
    content_copy zoom_out_map
    [edit firewall] 
    user@host#  edit policer 2color-l2-policer 
    
  2. Specify that the policer is to be used on a logical interface.
    content_copy zoom_out_map
    [edit firewall policer 2color-l2-policer]
    user@host#  set logical-interface-policer
    
  3. Configure the policer.
    content_copy zoom_out_map
    [edit firewall policer 2color-l2-policer]
    user@host#  edit if-exceeding
    [edit firewall policer 2color-l2-policer if-exceeding]
    user@host#  set bandwidth-limit 30m 
    user@host#  set burst-size-limit 300k
    
  4. Set the action that the policer takes to loss-priority and specify that the packet loss priority (PLP) is high.
    content_copy zoom_out_map
    [edit firewall policer 2color-l2-policer]
    user@host#  set then loss-priority high 
    
footer-navigation