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)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
policers | List | [policers] | No |
policers (sdwan.policy_objects)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[A-Za-z0-9-_]{1,128}$ | Yes | |
burst_bytes | Integer | min: 15000 , max: 10000000 | Yes | |
exceed_action | Choice | drop , remark | Yes | |
rate_bps | Integer | min: 8 , max: 100000000000 | Yes |
Examples
sdwan:
policy_objects:
policers:
- name: POLICER-BRANCH
burst_bytes: 2000000
exceed_action: remark
rate_bps: 250000000