Basic Configurations
86 Quality of Service Guide
dot1p dot1p-priority fc {fc-name} 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}
A:ALA-10:A:ALA-12>config>qos# info
#------------------------------------------
echo "QoS Policy Configuration"
#------------------------------------------
...
network 600 create
            description "Network Egress Policy"
            ingress
                default-action fc ef profile in
            exit
            egress
                remarking
            exit
        exit
...
#------------------------------------------
A:ALA-12>config>qos#
Applying Network Policies
Use the following CLI syntax to apply network policies to the router access uplink port’s IP 
interfaces:
CLI Syntax: config>router
interface interface-name
qos network-policy-id
The following output displays the configuration for router interface ALA-1-2 with network 
policy 600 applied to the interface.
A:ALA-7>config>router# info
#------------------------------------------
echo "IP Configuration"
#------------------------------------------
...
        interface "ALA-1-2"
            address 10.10.4.3/24
            qos 600
        exit
...
----------------------------------------------
A:ALA-7>config>router#