Fibre Channel QoS Policy
A Fibre Channel QoS Policy controls traffic shaping parameters for vHBA interfaces, including burst size, class of service, maximum FC frame payload size, and rate limiting. Most deployments use the defaults (CoS 3, max data field size 2112).
Location in Intersight GUI:
Policies » Fibre Channel QoS
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (compute.intersight.organizations)
Section titled “policies (compute.intersight.organizations)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| fibre_channel_qos | List | [fibre_channel_qos] | No |
fibre_channel_qos (compute.intersight.organizations.policies)
Section titled “fibre_channel_qos (compute.intersight.organizations.policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| description | String | No | ||
| managed | Boolean | true, false | No | true |
| tags | List | [tags] | No | |
| burst | Integer | min: 1 | No | 10240 |
| cos | Integer | min: 0, max: 6 | No | 3 |
| max_data_field_size | Integer | min: 256, max: 2112 | No | 2112 |
| rate_limit | Integer | min: 0 | No | 0 |
tags (compute.intersight.organizations.policies.fibre_channel_qos)
Section titled “tags (compute.intersight.organizations.policies.fibre_channel_qos)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| key | String | Yes | ||
| value | String | Yes |
Examples
Section titled “Examples”Example-1: The example below demonstrates an FC QoS policy using standard defaults suitable for most FC initiator deployments.
compute: intersight: organizations: - name: MyOrganization policies: fibre_channel_qos: - name: fc-qos-default description: Standard FC QoS policy tags: - key: env value: prodExample-2: The example below demonstrates an FC QoS policy with a rate limit for bandwidth-constrained environments.
compute: intersight: organizations: - name: MyOrganization policies: fibre_channel_qos: - name: fc-qos-limited description: Rate-limited FC QoS policy burst: 10240 cos: 3 max_data_field_size: 2112 rate_limit: 4000