Skip to content

Class Map

Configure QoS class maps.

Diagram
NameTypeConstraintMandatoryDefault Value
class_mapsList[class_maps]No

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

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