Applying Network QoS Policies

You can apply network QoS policies to router interfaces and a ring adapter card.

Use the following CLI syntax to apply network policies to router interfaces:

CLI Syntax:
config>router
    interface interface-name
        qos network-policy-id
Example:
config>router# interface ALU-1
config>router>if$ qos 700
config>router>if$ exit

The following output displays the configuration for router interface ALU-1 with network policy 700 applied to the interface.

A:ALU-1>config>router# info
#--------------------------------------------------
echo "IP Configuration"
#--------------------------------------------------
        interface "ALU-1"
            qos 700
        exit
        interface "ip-10.0.0.2"
            address 10.10.0.2/16
        exit
---------------------------------------------------

Use the following CLI syntax to apply a ring type network policy to a ring adapter card. Applying the policy to the card means that the policy is applied to ingress traffic of the ring ports and the add/drop port:

CLI Syntax:
config>card>mda>network
    ring
        qos-policy network-policy-id
Example:
config# card 1
config>card# mda 8
config>card>mda# network ring 
config>card>mda>network>ring# qos-policy 5

The following output displays the configuration for ring type network policy 5 applied to a ring adapter card.

*A:7705custDoc:Sar18>config>card>mda>network# info detail
----------------------------------------------
                ingress
                    fabric-policy 1
                    queue-policy "default"
                exit
                ring
                    qos-policy 5
                    add-drop-port-queue-policy "default"
                exit
----------------------------------------------
*A:7705custDoc:Sar18>config>card>mda>network#