Applying network queue configuration to network ports on 7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C

Use the following syntax to apply a network queue policy to an Ethernet network port in network port mode or hybrid port mode.

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