Quality of Service Guide Network QoS Policies
Edition: 01 3HE 11014 AAAC TQZZA 165
 
CLI Syntax: config>qos# 
network network-policy-id [create] [network-policy-type 
{ip-interface | ring | default}] 
description description-string 
scope {exclusive|template}
egress
fc {be|l2|af|l1|h2|ef|h1|nc}
dot1p dot1p-priority
dot1p-in-profile dot1p-priority
dot1p-out-profile dot1p-priority
dscp-in-profile dscp-name
dscp-out-profile dscp-name
lsp-exp-in-profile lsp-exp-value
lsp-exp-out-profile lsp-exp-value
ingress
default-action fc {be|l2|af|l1|h2|ef|h1|nc} 
profile {in|out}
dscp dscp-name fc {be|l2|af|l1|h2|ef|h1|nc} 
profile {in|out}
ler-use-dscp
lsp-exp lsp-exp-value fc fc-name profile 
{in|out}
ring
default-action queue queue-id profile {in | 
out}
dot1p dot1p-priority queue queue-id profile 
{in|out}
exit
Example: configure qos network 700 create network-policy-type 
ip-interface
config>qos>network$ description "Net Policy"
config>qos>network$ scope template
config>qos>network$ egress fc be
config>qos>network>egress>fc$ dot1p 1
config>qos>network>egress>fc$ lsp-exp-in-profile 2
config>qos>network>egress>fc$ lsp-exp-out-profile 3
config>qos>network>egress>fc$ exit
config>qos>network$ ingress
config>qos>network>ingress$ default-action fc be profile 
in
config>qos>network>ingress$ exit
config>qos>network$ exit