Skip to main content

Class Map

Configure QoS class maps.

Diagram

Classes

policy_objects (sdwan)

NameTypeConstraintMandatoryDefault Value
class_mapsList[class_maps]No

class_maps (sdwan.policy_objects)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[A-Za-z0-9-_]{1,128}$Yes
queueIntegermin: 0, max: 7Yes

Examples

Example-1: This example shows the configuration to add QoS two class maps, Queue 0 for realtime and Queue 2 for default-class.

sdwan:
policy_objects:
class_maps:
- name: CLASS-REALTIME
queue: 0
- name: CLASS-DEFAULT
queue: 2