Service Egress and Ingress QoS Policies
266
Quality of Service Guide
3HE 11014 AAAC TQZZA Edition: 01
6.2.1.2.1 Creating a Service Ingress Forwarding Class
Use the following syntax to define a service ingress forwarding class that overrides
the default forwarding type that is defined by the default-fc command. The queue
must exist before it can be associated with an FC.
CLI Syntax: config>qos>sap-ingress policy-id
fc fc-name
broadcast-queue queue-id
queue queue-id
multicast-queue queue-id
unknown-queue queue-id
Example: *A:ALU-1# config>qos# sap-ingress 100 fc af create
config>qos>sap-ingress>fc# queue 2
config>qos>sap-ingress>fc# broadcast-queue 3
config>qos>sap-ingress>fc# multicast-queue 3
config>qos>sap-ingress>fc# unknown-queue 3
config>qos>sap-ingress>fc# exit
config>qos# exit
*A:ALU-1#
The following output displays the forwarding class override value configuration for
service ingress policy 100:
ALU-1>config>qos# info
#--------------------------------------------------
#--------------------------------------------------
echo "QoS Policy Configuration"
#--------------------------------------------------
sap-ingress 100 create
...
fc "af" create
queue 2
broadcast-queue 3
multicast-queue 3
unknown-queue 3
exit
fc "ef" create
queue 4
broadcast-queue 5
multicast-queue 5
unknown-queue 5
exit
exit
...
#--------------------------------------------------