Examples
         This example applies the
                configuration of QoS profile "fabricProfile1" to all devices and interfaces in
                fabric "fabric1".
                
efa policy qos profile bind --name fabricProfile1 --fabric fabric1
            
        This example applies the
                configuration of QoS profile "fabricProfile2" to all internal ports in fabric
                "fabric1", but excludes applying the configuration on any edge interfaces. These
                ports were previously bound with "fabricProfile1" in the above example.
                
efa policy qos profile bind --name fabricProfile2 --fabric fabric1 --port “fabric-internal”
        This example applies the
                configuration of a QoS profile named "tenantProfile1" to all devices or interfaces
                in "tenent1".
                
efa policy qos profile bind --name tenantProfile1 --tenant tenant1
        This example applies the
                configuration of a QoS profile named "tenantProfile2" to 2 interfaces and 3
                port-channels within "tenant1".
                
efa policy qos profile bind --name tenantProfile2 --tenant tenant1 --port “1.1.1.1[0/1,0/2]” --po po3,po4,po22