Configuring queue group on Ethernet access ingress port

The provisioning steps involved in using a queue-group queue on an ingress port are:

  1. Create the queue group template.

    1. Create the queue group template in the ingress context.

    2. Create the queue within the queue group template.

  2. Create the queue group.

    1. Identify the ingress port (or ports) for which the queue group is needed (for LAG, use the primary port member).

    2. Create a queue group with the same name as the template on the port or ports.

  3. Map a forwarding class to the queue-id within the queue group.

    1. Map forwarding classes to queue-group queues.

    2. Identify or create the SAP ingress QoS policy that is used on the ingress SAP where queue redirection is needed.

    3. Map the needed forwarding classes to the queue group name and the specific queue ID within the group.

  4. Apply the SAP ingress QoS policy.

    1. Identify or create the ingress SAP requiring forwarding class redirection to the queue group.

    2. Assign the QoS policy to the SAP.

The following displays an Ethernet access ingress port queue-group configuration example:

*A:Dut-T>config>port# /configure port 9/2/1
*A:Dut-T>config>port# info
----------------------------------------------
        ethernet
            mode access
            access
                ingress
                    queue-group "QG_ingress_1" create
                    exit
                exit
                egress
                    queue-group "QG_egress_1" create
                    exit
                exit
            exit
        exit
        no shutdown
----------------------------------------------
*A:Dut-T>config>port# 
 
*A:Dut-T>config>port# /configure port 9/2/2
*A:Dut-T>config>port# info 
----------------------------------------------
        ethernet
            mode access
            access
                ingress
                    queue-group "QG_ingress_1" create
                    exit
                exit
                egress
                    queue-group "QG_egress_1" create
                    exit
                exit
            exit
        exit
        no shutdown
----------------------------------------------
*A:Dut-T>config>port#