efa policy qos profile update

Syntax

efa policy qos profile update [ --name string | --trust string | --pcp-tc string | --dscp-tc string | --tc-pcp string | --tc-dscp string | --service-policy 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.
--service-policy string>
Specifies the Service Policy Map Name along with direction in format "name[servicePolicy1],dir[in|out]"

Examples

This example updates a QoS profile named "qosProfile1", enabling system default for qos dscp trust, and applying service policy map "servicePolicy2".
efa policy qos profile update –-name fabricProfile1 --trust[auto] 
--service-policy “name[servicePolicy2],dir[out]