set dcb cn congestion-point

Use this command to modify congestion point queue settings.

Syntax

set dcb cn congestion-point port-string cp-index [set-point set-point] [weight weight] [qp-index qp-index]

Parameters

port-string Specifies the congestion point port. For a detailed description of possible port-string values, refer to Port String Syntax Used in the CLI in the S-, K-, and 7100 Series Configuration Guide.
cp-index Specifies a congestion point index. Congestion point index values are generated by the firmware. Default value: The lowest CNPV value plus 1. Valid values are 1 - 4096.
set-point set-point (Optional) Specifies a target value for the number of octets in the congestion point queue. Valid values are 100 - 4294967296. Default value is 26000.
weight weight (Optional) Specifies the exponent used in the calculation of the quantitized feedback W value. Valid values are device specific and can be displayed using show dcb cn q-profile. The default value is 1.
qp-index qp-index (Optional) Specifies a queue profile index for this congestion point.

Defaults

  • The set point value default value is 26000 octets.
  • The weight value default is 1.

Mode

All command modes.

Usage

This command provides for the modification of a subset of congestion queue parameters. A congestion queue is identified by the port and CNPV which it serves. A congestion queue on a given port may serve multiple CNPVs if multiple priorities are mapped to the same queue. A queue profile which currently provides for the configuration of the minimum sample option can also be associated with the congestion point configuration using the qp-index option.

The congestion point index value is assigned by the firmware when the congestion point entry is created. The congestion point index value is one greater than the lowest CNPV served by the congestion point. This is because the CNPV values are 0 based and congestion point index is 1‘s based.

The set point for the queue managed by the congestion point is a target value for the number of octets in the congestion point queue. CNM PDUs are transmitted to the sources of frames queued in this congestion point's queue in order to keep the total number of octets stored in the queue at the set point value.

W is the weight to be given to the change in queue length when calculating a measure of transmit queue congestion known as quantitized feedback (Fb) as defined in the IEEE 802.1Q-2011 standard. The weight option is an integer value from which W is derived. W is equal to two to the power of the weight value specified here. Thus, if weight equals a -1, W = 1/2. This value can be between the values specified by Min Weight and Max Weight for this device as displayed by show dcb cn q-profile. See the IEEE 802.1Q-2011 standard for a detailed discussion for W, weight, and Fb.

The queue profile index option allows for the association of a congestion notification queue profile with the ports assigned to this congestion notification configuration. The queue profile is configured using set dcb cn q-profile.

Examples

This example associates the qp-index settings with ports ge.1.1 through ge.1.5 for congestion point index 1:

System(rw)->set dcb cn congestion-point ge.1.1-5 1 qp-index 1.1