Network Ring QoS Policy Commands

ring

Syntax

ring

Context

config>qos>network

Description

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

Syntax

default-action queue queue-id profile {in | out}

Context

config>qos>network>ring

Description

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.

Default

n/a

Parameters

queue-id

specifies the queue ID. All packets with dot1p bits not defined by a dot1p command will be placed in this queue.

Values

1 to 8

Default

1

profile {in | out}

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.

Values

in, out

Default

out

dot1p

Syntax

dot1p dot1p-priority queue queue-id profile {in | out}

no dot1p dot1p-priority

Context

config>qos>network>ring

Description

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.

Default

0

Parameters

dot1p-priority

specifies the dot1p bit value to be associated with the queue and the profile state

Values

0 to 7

Default

n/a

queue-id

specifies the queue in which all packets with the dot1p bits value are placed

Values

1 to 8

Default

1

profile {in | out}

specifies the profile state of packets with the dot1p bit value, either in-profile or out-of-profile

Values

in, out

Default

out