ring
config>qos>network
This command is used to enter the CLI context that creates or edits policy entries that specify the dot1p-to-queue mapping for all packets.
default-action queue queue-id profile {in | out}
config>qos>network>ring
This command defines or edits the default action to be taken for packets that have undefined dot1p bits set. The default-action command specifies the queue to which received packets are assigned as well as their profile state. Multiple default-action commands will overwrite each previous default-action command.
n/a
specifies the queue ID. All packets with dot1p bits not defined by a dot1p command will be placed in this queue.
all packets with dot1p bits not defined by a dot1p command will be considered in-profile or out-of-profile based on this command. In case of congestion, the in-profile packets are preferentially queued over the out-of-profile packets.
dot1p dot1p-priority queue queue-id profile {in | out}
no dot1p dot1p-priority
config>qos>network>ring
This command creates a mapping between the dot1p bits of the ingress traffic and the queue and profile state. A maximum of eight dot1p entries are allowed on a single policy.
The no form of the command removes the association of the dot1p bit value with the queue and profile state. The default-action then applies to that dot1p bit pattern.
0
specifies the dot1p bit value to be associated with the queue and the profile state
specifies the queue in which all packets with the dot1p bits value are placed
specifies the profile state of packets with the dot1p bit value, either in-profile or out-of-profile