Applying network queue configuration in network mode

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

The network-queue policy can only be applied on a network port.

config>port#
    ethernet
Example

#--------------------------------------------------
echo "Port Configuration"
#--------------------------------------------------
    port 1/1/1
        ethernet
            mode network
            network

                    queue-policy "nq1-cbs"
                exit
            exit
        exit
        no shutdown
    exit