Overview

The service-egress policy defines the Service Level Agreement (SLA) for service packets as they egress on a SAP configured on either an access port or a hybrid port. Service-egress QoS policies allow the definition of queue parameters along with a remark policy.

With the default service egress policy, the system allocates one queue. The eight FCs are mapped to use the same queue. The user has the option to define up to eight queues per policy and define the FC-to-queue mapping. In addition, the policy allows the user to define the queue parameters. The hardware does not support a linear range of values for the rate parameters (CIR and PIR). The user can specify the computation method of rates to match the rates supported by the hardware, through the configuration of adaptation rules.

The SAP egress policy for access SAPs supports the following:

Example

The following is a sample configuration output showing the default access SAP egress QoS.

*A:SAH01-071>config>qos>sap-egress# info detail 
----------------------------------------------
            description "Default SAP egress QoS policy."
            scope template
            no remarking 
            remark 1
            queue 1 create
                adaptation-rule cir closest pir closest
                rate cir 0 pir max
                mbs 60
                cbs 10
                slope-policy "default"
                priority 1
                weight 1
            exit
            fc af create
                queue 1
            exit 
            fc be create
                queue 1
            exit 
            fc ef create
                queue 1
            exit       
            fc h1 create
                queue 1
            exit 
            fc h2 create
                queue 1
            exit 
            fc l1 create
                queue 1
            exit 
            fc l2 create
                queue 1
            exit 
            fc nc create
                queue 1
            exit