efa policy qos profile delete

Syntax

efa policy qos profile delete [ --name string | --trust string | --pcp-tc string | --dscp-tc string | --tc-pcp string | --tc-dscp string ]

Parameters

--name string
Specifies the name of the QoS profile.
--trust string
{ auto | dscp }. Selecting auto trusts PCP for switched traffic and DSCP for routed traffic. Default is auto.
--pcp-tc string
Specifies the PCP to TC QoS map name.
--dscp-tc string
Specifies the DSCP to TC QoS map name.
--tc-pcp string
Specifies the TC to PCP QoS map name.
--tc-dscp string
Specifies the TC to DSCP QoS map name.

Examples

This example removes the DSCP to TC map associated with the specified profile.
efa policy qos profile delete –-name fabricProfile1 –-dscp-tc
This example deletes the entire specified profile.
efa policy qos profile delete –-name fabricProfile1