Create a network QoS policy for access-uplink ports on 7210 SAS-K 2F1C2T

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

To create an network QoS policy, define the following:

Use the following syntax to create a network QoS policy for 7210 SAS-K 2F1C2T.

config>qos#
    config>qos>network network-policy id create
        description description-string
        scope {exclusive | template}
        egress
            [no] remarking
            remark remark-policy id
            no remark
        ingress
            default-action fc fc name
            dot1p-classification dot1p-classification id
            dscp-classification dscp-classification id
            queue queue id create
        fc fc-name create
                    queue queue-id
                    multicast-queue queue-id
                    [no] use-dei

Use the following syntax to associate a network QoS policy with the access-uplink port.

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

The following is a sample configuration output that displays 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#