Examples
This example creates a QoS profile
named fabricProfile1, which defines dscp trust and DSCP to TC maps that can be
applied to interfaces in a fabric or tenant.
(efa:user)user@xco-101-91:~$ efa policy qos profile create --name fabricProfile1 --trust dscp
--dscp-tc "map2" --tc-dscp "map3"
+------------------+-------+--------+---------+--------+---------+
| QoS Profile Name | Trust | Pcp-Tc | Dscp-Tc | Tc-Pcp | Tc-Dscp |
+------------------+-------+--------+---------+--------+---------+
| fabricProfile1 | dscp | | map2 | | map3 |
+------------------+-------+--------+---------+--------+---------+
QoS Profile details
Success
--- Time Elapsed: 146.28778ms ---