Skip to content

Policer List

Configure policers to control the maximum rate of traffic sent or received on an interface, and to partition a network into multiple priority levels.

Diagram

policy_object_profile (sdwan.feature_profiles)

Section titled “policy_object_profile (sdwan.feature_profiles)”
NameTypeConstraintMandatoryDefault Value
policersList[policers]No

policers (sdwan.feature_profiles.policy_object_profile)

Section titled “policers (sdwan.feature_profiles.policy_object_profile)”
NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[^&<>! "]{1,128}$Yes
descriptionStringNo
burst_bytesIntegermin: 15000, max: 10000000Yes
exceed_actionChoicedrop, remarkYes
rate_bpsIntegermin: 8, max: 100000000000Yes

Example-1: This examples demonstrates how to configure a policer with burst bytes, policer rate and exceed_action remark.

sdwan:
feature_profiles:
policy_object_profile:
policers:
- name: branch_policer
burst_bytes: 2000000
exceed_action: remark
rate_bps: 250000000