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
Section titled “Diagram”Classes
Section titled “Classes”policy_object_profile (sdwan.feature_profiles)
Section titled “policy_object_profile (sdwan.feature_profiles)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
policers | List | [policers] | No |
policers (sdwan.feature_profiles.policy_object_profile)
Section titled “policers (sdwan.feature_profiles.policy_object_profile)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[^&<>! "]{1,128}$ | Yes | |
description | String | No | ||
burst_bytes | Integer | min: 15000 , max: 10000000 | Yes | |
exceed_action | Choice | drop , remark | Yes | |
rate_bps | Integer | min: 8 , max: 100000000000 | Yes |
Examples
Section titled “Examples”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