Define the following attributes to create an MC-MLPPP SAP egress forwarding class:
the DSCP name and DSCP priority bits mapping
Optionally, you can enter a queue-id value to override the default forwarding class-to-queue mapping for the egress policy. The queue must exist before it can be associated with an FC.
Use the following CLI syntax to create an MC-MLPPP SAP egress forwarding class:
config>qos>mc-mlppp
sap-egress policy-id
fc fc-name
dscp dscp-name
queue queue-id
*A:ALU-1>config>qos>mc-mlppp# sap-egress 300 fc be create
config>qos>mc-mlppp>sap-egress>fc# dscp af13
config>qos>mc-mlppp>sap-egress>fc# exit
config>mc-mlppp>qos# exit
*A:ALU-1#
The following output displays the forwarding class configuration for MC-MLPPP SAP egress policy 300:
*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
dscp af13
exit
exit
----------------------------------------------
*A: ALU-1