Service Egress and Ingress QoS Policies
262
Quality of Service Guide
3HE 11014 AAAC TQZZA Edition: 01
Example: *A:ALU-1>config>qos# sap-egress 600 fc be create
config>qos>sap-egress>fc# dscp cp1
config>qos>sap-egress>fc# dot1p in-profile 2 out-profile
3
config>qos>sap-egress>fc# exit
config>qos# exit
*A:ALU-1#
The following output displays the forwarding class configuration for service egress
policy 600:
*A:ALU-1>config>qos# info
----------------------------------------------
#--------------------------------------------------
echo "QoS Policy Configuration"
#--------------------------------------------------
....
sap-egress 600 create
scope exclusive
queue 1 create
exit
queue 2 expedite create
exit
fc be create
dot1p in-profile 2 out-profile 3
dscp cp1
exit
exit
----------------------------------------------
*A: ALU-1