Service Egress and Ingress QoS Policies
268
Quality of Service Guide
3HE 11014 AAAC TQZZA Edition: 01
 
6.2.1.3 Creating an MC-MLPPP SAP Egress QoS Policy
After the policy is created (syntax below), the policy’s FC and queue behavior can be 
defined:
• Creating an MC-MLPPP SAP Egress QoS Forwarding Class
• Creating an MC-MLPPP SAP Egress QoS Queue
Define the following attributes to create an MC-MLPPP SAP egress policy:
• a unique policy ID value — the system does not dynamically assign a value. 
Optionally, a policy name can be configured after the policy has been created. 
• a default queue for the MC-MLPPP SAP egress policy 
Use the following CLI syntax to create an MC-MLPPP SAP egress QoS policy:
CLI Syntax: config>qos>mc-mlppp
sap-egress policy-id
description description-string
fc fc-name
policy-name policy-name
queue queue-id
Example: *A:ALU-1>configure qos>mc-mlppp# sap-egress 300 create
config>qos>mc-mlppp>sap-egress$ fc be create
config>qos>mc-mlppp>sap-egress>fc$ exit
config>qos>mc-mlppp>sap-egress>fc$ exit
config>qos>mc-mlppp>sap-egress$ policy-name 
“sap_egr_mc_2”
config>qos>mc-mlppp>sap-egress>queue$ exit
config>qos>mc-mlppp>sap-egress# exit
*A:ALU-1#
The following output displays the MC-MLPPP SAP egress policy 300 configuration:
*A:ALU-1 config>qos# info
----------------------------------------------
#--------------------------------------------------
echo "QoS Policy Configuration"
#--------------------------------------------------
...
sap-egress 300 create
queue 1 create
exit
queue 2 create
exit
fc be create
policy-name “sap_egr_mc_2”
exit
exit