MPLS Custom QoS Policy
Location in GUI: Tenants » infra » Policies » Protocol » MPLS Custom QoS Policy
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| mpls_custom_qos_policies | List | [mpls_custom_qos_policies] | No |
mpls_custom_qos_policies (apic.tenants.policies)
Section titled “mpls_custom_qos_policies (apic.tenants.policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No | |
| alias | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
| ingress_rules | List | [ingress_rules] | No | |
| egress_rules | List | [egress_rules] | No |
ingress_rules (apic.tenants.policies.mpls_custom_qos_policies)
Section titled “ingress_rules (apic.tenants.policies.mpls_custom_qos_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| priority | Choice | unspecified, level1, level2, level3, level4, level5, level6, level7 | No | unspecified |
| exp_from | Any | Choice[unspecified] or Integer[min: 0, max: 7] | Yes | |
| exp_to | Any | Choice[unspecified] or Integer[min: 0, max: 7] | Yes | |
| dscp_target | Any | Choice[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] | No | unspecified |
| cos_target | Any | Choice[unspecified] or Integer[min: 0, max: 7] | No | unspecified |
egress_rules (apic.tenants.policies.mpls_custom_qos_policies)
Section titled “egress_rules (apic.tenants.policies.mpls_custom_qos_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| dscp_from | Any | Choice[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_to | Any | Choice[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_target | Any | Choice[unspecified] or Integer[min: 0, max: 7] | No | unspecified |
| cos_target | Any | Choice[unspecified] or Integer[min: 0, max: 7] | No | unspecified |
Examples
Section titled “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