Quality of Service Guide Network QoS Policies
Edition: 01 3HE 11014 AAAC TQZZA 167
4.2.3 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-100.0.0.2"
address 100.10.0.2/10
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.