Create a network QoS policy

Configuring and applying QoS policies other than the default policy is optional. A default network policy of the appropriate type is applied to each uplink port.

To create an network QoS policy, define the following:

Use the following syntax to create a network QoS policy.

 config>qos# 
     network policy-id [network-policy-type network-policy-type]
         description description-string 
         scope {exclusive|template}
         egress
             remarking
             
             fc {be|l2|af|l1|h2|ef|h1|nc} 
                 dot1p-in-profile dot1p-priority
                 dot1p-out-profile dot1p-priority
             default-action fc {fc-name} profile {in|out}
             dot1p dot1p-priority fc {fc-name} profile {in|out}
             fc {fc-name}
                 meter {meter-id}
                 multicast-meter {id}
             meter meter-id [multipoint]
                 adaptation-rule cir {closest | max | min} pir {closest | max | min}
                 cbs {size-in-kbits}
                 mbs {size-in-kbits}
                 mode {trtcm | srtcm}
                 rate cir cir-rate-in-kbps [pir pir-rate-in-kbps]

The following commands associate a network QoS policy with the access-uplink port.

 config>port
     ethernet
         access
             uplink
                 qos network-policy-id
Example

The following is a sample configuration output for uplink port 1/1/1 with network policy 600 applied to the interface.

A:ALA-7>config# info
#--------------------------------------------------
echo "Port Configuration"
#--------------------------------------------------
    port 1/1/1
        shutdown
        description "port 1/1/1"
        ethernet
            mode access uplink
            access
                uplink
                    qos 600
                exit
            exit
        exit
    exit
...
#--------------------------------------------------
A:ALA-7>config#