Skip to content

VXLAN Custom QoS Policy

Location in GUI: Tenants » infra » Policies » Protocol » VXLAN Custom QoS Policy

Diagram
NameTypeConstraintMandatoryDefault Value
vxlan_custom_qos_policiesList[vxlan_custom_qos_policies]No

vxlan_custom_qos_policies (apic.tenants.policies)

Section titled “vxlan_custom_qos_policies (apic.tenants.policies)”
NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
descriptionStringRegex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$No
ingress_rulesList[ingress_rules]No
egress_rulesList[egress_rules]No

ingress_rules (apic.tenants.policies.vxlan_custom_qos_policies)

Section titled “ingress_rules (apic.tenants.policies.vxlan_custom_qos_policies)”
NameTypeConstraintMandatoryDefault Value
priorityChoiceunspecified, level1, level2, level3, level4, level5, level6, level7Nounspecified
dscp_fromChoiceunspecified, CS0, CS1, AF11, AF12, AF13, CS2, AF21, AF22, AF23, CS3, AF31, AF32, AF33, CS4, AF41, AF42, AF43, CS5, VA, EF, CS6, CS7Yes
dscp_toChoiceunspecified, CS0, CS1, AF11, AF12, AF13, CS2, AF21, AF22, AF23, CS3, AF31, AF32, AF33, CS4, AF41, AF42, AF43, CS5, VA, EF, CS6, CS7Yes
dscp_targetChoiceunspecified, CS0, CS1, AF11, AF12, AF13, CS2, AF21, AF22, AF23, CS3, AF31, AF32, AF33, CS4, AF41, AF42, AF43, CS5, VA, EF, CS6, CS7Nounspecified
cos_targetAnyChoice[unspecified] or Integer[min: 0, max: 7]Nounspecified

egress_rules (apic.tenants.policies.vxlan_custom_qos_policies)

Section titled “egress_rules (apic.tenants.policies.vxlan_custom_qos_policies)”
NameTypeConstraintMandatoryDefault Value
dscp_fromChoiceunspecified, CS0, CS1, AF11, AF12, AF13, CS2, AF21, AF22, AF23, CS3, AF31, AF32, AF33, CS4, AF41, AF42, AF43, CS5, VA, EF, CS6, CS7Yes
dscp_toChoiceunspecified, CS0, CS1, AF11, AF12, AF13, CS2, AF21, AF22, AF23, CS3, AF31, AF32, AF33, CS4, AF41, AF42, AF43, CS5, VA, EF, CS6, CS7Yes
dscp_targetChoiceunspecified, CS0, CS1, AF11, AF12, AF13, CS2, AF21, AF22, AF23, CS3, AF31, AF32, AF33, CS4, AF41, AF42, AF43, CS5, VA, EF, CS6, CS7Nounspecified
cos_targetAnyChoice[unspecified] or Integer[min: 0, max: 7]Nounspecified

This example shows how to configure a VXLAN custom QoS policy with ingress and egress rules:

apic:
tenants:
- name: infra
policies:
vxlan_custom_qos_policies:
- name: VXLAN_QOS_POL
description: Custom VXLAN QoS Policy
ingress_rules:
- priority: level1
dscp_from: 0
dscp_to: 1
dscp_target: CS0
cos_target: 1
egress_rules:
- dscp_from: AF11
dscp_to: AF12
dscp_target: 2
cos_target: 1