Network QoS Policies
166
Quality of Service Guide
3HE 11014 AAAC TQZZA Edition: 01
 
The following output displays the configuration for an ip-interface type network policy 
700:
*A:ALU-1>config>qos# info
---------------------------------------------------
echo "QoS Policy Configuration"
#--------------------------------------------------
network 700 network-policy-type ip-interface create
description "Net Policy"
ingress
default-action fc be profile in
exit
egress
fc be
lsp-exp-in-profile 2
lsp-exp-out-profile 3
dot1p-in-profile 1
dot1p-out-profile 1
exit
exit
exit
---------------------------------------------------
The following example creates a ring type network QoS policy on the 2-port 10GigE 
(Ethernet) Adapter card or 2-port 10GigE (Ethernet) module. 
Example: config>qos>network 5 network-policy-type ring create 
config>qos>network>ring# default-action queue 1 profile 
out
config>qos>network>ring# dot1p 1 queue 4 profile in
config>qos>network>ring# dot1p 5 queue 6 profile out
config>qos>network>ring# exit
config>qos>network# scope template
config>qos>network# exit
The following output displays the configuration for ring network policy 5:
*A:7705custDoc:Sar18>config>qos>network# info detail
----------------------------------------------
no description
scope template
ring
default-action queue 1 profile out
dot1p 1 queue 4 profile in
dot1p 5 queue 6 profile out
exit
----------------------------------------------
*A:7705custDoc:Sar18>config>qos>network#