Skip to main 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

Classes

policy_objects (sdwan)

NameTypeConstraintMandatoryDefault Value
policersList[policers]No

policers (sdwan.policy_objects)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[A-Za-z0-9-_]{1,128}$Yes
burst_bytesIntegermin: 15000, max: 10000000Yes
exceed_actionChoicedrop, remarkYes
rate_bpsIntegermin: 8, max: 100000000000Yes

Examples

sdwan:
policy_objects:
policers:
- name: POLICER-BRANCH
burst_bytes: 2000000
exceed_action: remark
rate_bps: 250000000