Apply QoS Profile

You can bind or unbind a profile using the efa policy qos profile [bind | unbind] --profile <qosProfileName> --fabric|tenant --<fabric-name|teannt-name>.

About this task

Follow this procedure to bind or unbind a profile at fabric, tenant or a subset of interfaces within a tenant.
Use the efa policy qos profile [bind | unbind] --profile <qosProfileName> --fabric|tenant --<fabric-name|teannt-name> command to apply or remove the QoS profile.
  • You can apply the QoS profile settings on devices and interfaces of a fabric. This configuration is treated as the default fabric configuration and any tenant or interface configuration will override this configuration.
  • Remove the QoS profile settings from all devices and interfaces of a fabric. It removes only those configuration on devices which has fabric configuration. Any tenant or interface level configurations will not be affected.
Note

Note

For more information about commands and supported parameters, see ExtremeCloud Orchestrator Command Reference, 3.5.0 .

Procedure

Run the following command to bind or unbind the QoS profile configuration:
% efa policy qos profile [bind | unbind] --profile <qosProfileName> --fabric|tenant <fabric-name|teannt-name>

Example

  1. The following CLI applies the configuration of a QoS profile fabricProfile1 to all devices and interfaces in fabric1:
    % efa policy qos profile bind --profile fabricProfile1 --fabric fabric1
  2. The following CLI removes the configuration of a QoS profile fabricProfile1 from all devices and interfaces in fabric1:
    % efa policy qos profile unbind --profile fabricProfile1 -–fabric fabric1