Applying network queue configuration to access-uplink ports

Use the following syntax to apply a network queue policy to an Ethernet port in access-uplink port mode.

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