Creating an ATM Traffic Descriptor Profile QoS Policy

Configuring and applying QoS policies and profiles other than the default policy is optional. To create an ATM QoS traffic descriptor profile, perform the following:

Use the following CLI syntax to configure an atm-td-profile policy.

CLI Syntax:
config>qos#
    atm-td-profile traffic-desc-profile-id
        description description-string
        descriptor-type {P0_1|P0_1andS0_Tag|P0_1andS0|P0_1andS0_1}
        [no] policing 
        service-category service-category
        [no] shaping
        traffic [sir sir-val] [pir pir-val] [mir mir-val] [mbs mbs-val][cdvt cdvt-val]

The following output displays an example of the command syntax.

Example:
*A:ALU-1# configure qos
config>qos# atm-td-profile 3 create
config>qos>atm-td-profile$ description "ATM TD profile3"
config>qos>atm-td-profile$ service-category rt-vbr
config>qos>atm-td-profile$ descriptor-type P0_1andS0_1
config>qos>atm-td-profile$ policing
config>qos>atm-td-profile$ shaping
config>qos>atm-td-profile$ traffic sir 500 pir 500 mbs 500 cdvt 500
config>qos>atm-td-profile$ exit
config>qos# exit

The following output displays the profile configuration for ATM TD profile 3:

*A:ALU-1>config>qos# info
#--------------------------------------------------
echo "QoS Policy Configuration"
#--------------------------------------------------
... 
        atm-td-profile 3 create
            description "ATM TD profile3"
            service-category rt-vbr
            traffic sir 500 pir 500 mbs 500 cdvt 500
            policing
        exit
...
*A:ALU-1