Define the following attributes to create an MC-MLPPP SAP egress queue:
adaptation-rule — the method used by the system to derive the PIR for the queue
cbs — overrides the reserved buffers default for the queue
high-prio-only — the percentage of buffer space for the queue to be used exclusively by in-profile packets
mbs — the maximum amount of buffer space allowed for a specific queue
rate — the PIR value for the queue
slope-policy — the slope policy for the queue
Use the following CLI syntax to configure the MC-MLPPP SAP egress QoS queue parameters:
config>qos>mc-mlppp
sap-egress policy-id
queue queue-id
adaptation-rule [pir adaptation-rule]
cbs size-in-kbytes
high-prio-only percent
mbs size [bytes | kilobytes]
rate pir-rate
slope-policy name
*A:ALU-1# configure qos mc-mlppp sap-egress 300
config>qos>mc-mlppp>sap-egress# queue 7
config>qos>mc-mlppp>sap-egress>queue# adaptation-rule pir closest
config>qos>mc-mlppp>sap-egress>queue# cbs 10
config>qos>mc-mlppp>sap-egress>queue# high-prio-only 10
config>qos>mc-mlppp>sap-egress>queue# mbs 10
config>qos>mc-mlppp>sap-egress>queue# rate max
config>qos>mc-mlppp>sap-egress>queue# slope-policy "Slope Policy"
config>qos>mc-mlppp>sap-egress>queue# exit
config>qos>mc-mlppp>sap-egress# exit
*A:ALU-1#
The following output displays the queue configuration for MC-MLPPP SAP egress policy 300:
ALU-1>config>qos# info
--------------------------------------------------
#--------------------------------------------------
echo "QoS Policy Configuration"
#--------------------------------------------------
....
sap-egress 300 create
description "Egress Policy 300"
queue 1 create
exit
queue 7 best-effort create
rate max
cbs 10
mbs 10
high-prio-only 10
exit
fc be create
exit
fc ef create
dscp af13
exit
exit
...
------------------------------------------------
ALU-1#