Applying network queue configuration in access-uplink mode

Use the following syntax to apply a network queue policy to an Ethernet port.

 config>port#
     ethernet
         access
             uplink
             queue-policy policy-name
#--------------------------------------------------
echo "Port Configuration"
#--------------------------------------------------
    port 1/1/1
        ethernet
            mode access uplink
            access
                uplink
                    queue-policy "nq1-cbs"
                exit
            exit
        exit
        no shutdown
    exit