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 Three-Color Layer 2 Policer for the Pseudowire

date_range 24-Nov-23

For the basic configuration of Layer 2 policers for pseudowires, create a three-color policer. This scenario shows a two-rate three-color-marking (trTCM) policer.

To configure a three-color policer:

  1. Create a three-color policer.
    content_copy zoom_out_map
    [edit firewall] 
    user@host# edit three-color-policer trTCM-policer 
    
  2. Specify that the policer is to be used on a logical interface.
    content_copy zoom_out_map
    [edit firewall three-color-policer trTCM-policer]
    user@host# set logical-interface-policer
    
  3. Set the action for the policer.
    content_copy zoom_out_map
    [edit firewall three-color-policer trTCM-policer]
    user@host# set action loss-priority high then discard
    
  4. Specify that the policer is a two-rate policer and configure the policer.
    content_copy zoom_out_map
    [edit firewall three-color-policer trTCM-policer]
    user@host# edit two-rate
    user@host# set color-aware 
    user@host# set committed-information-rate 10m 
    user@host# set committed-burst-size 50m
    user@host# set committed-burst-size 150k 
    user@host# set peak-information-rate 50m
    user@host# set peak-burst-size 450k 
    
footer-navigation