Skip to main content

MPLS Custom QoS Policy

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

Diagram

Classes

policies (apic.tenants)

NameTypeConstraintMandatoryDefault Value
mpls_custom_qos_policiesList[mpls_custom_qos_policies]No

mpls_custom_qos_policies (apic.tenants.policies)

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

ingress_rules (apic.tenants.policies.mpls_custom_qos_policies)

NameTypeConstraintMandatoryDefault Value
priorityChoiceunspecified, level1, level2, level3, level4, level5, level6, level7Nounspecified
exp_fromAnyChoice[unspecified] or Integer[min: 0, max: 7]Yes
exp_toAnyChoice[unspecified] or Integer[min: 0, max: 7]Yes
dscp_targetAnyChoice[unspecified, CS0, CS1, AF11, AF12, AF13, CS2, AF21, AF22, AF23, CS3, AF31, AF32, AF33, CS4, AF41, AF42, AF43, CS5, VA, EF, CS6, CS7] or Integer[min: 0, max: 63]Nounspecified
cos_targetAnyChoice[unspecified] or Integer[min: 0, max: 7]Nounspecified

egress_rules (apic.tenants.policies.mpls_custom_qos_policies)

NameTypeConstraintMandatoryDefault Value
dscp_fromAnyChoice[unspecified, CS0, CS1, AF11, AF12, AF13, CS2, AF21, AF22, AF23, CS3, AF31, AF32, AF33, CS4, AF41, AF42, AF43, CS5, VA, EF, CS6, CS7] or Integer[min: 0, max: 63]Yes
dscp_toAnyChoice[unspecified, CS0, CS1, AF11, AF12, AF13, CS2, AF21, AF22, AF23, CS3, AF31, AF32, AF33, CS4, AF41, AF42, AF43, CS5, VA, EF, CS6, CS7] or Integer[min: 0, max: 63]Yes
exp_targetAnyChoice[unspecified] or Integer[min: 0, max: 7]Nounspecified
cos_targetAnyChoice[unspecified] or Integer[min: 0, max: 7]Nounspecified

Examples

apic:
tenants:
- name: infra
policies:
mpls_custom_qos_policies:
- name: MPLS_QOS_POL
description: Custom MPLS QoS Policy
ingress_rules:
- priority: level1
exp_from: 1
exp_to: 2
dscp_target: AF11
cos_target: 0
egress_rules:
- dscp_from: AF11
dscp_to: AF12
exp_target: 0
cos_target: 0