Configuring Implicit Constituents for Simple or Compound Shared Shaping

There are two types of implicit constituents:

Before you configure implicit constituents:

To configure implicit constituents:

  1. Create the scheduler profile.
    host1(config)#scheduler-profile implicit
  2. Configure the shared shaper.

    To configure a simple shared shaper:

    host1(config-scheduler-profile)#shared-shaping-rate 128000 bps

    To configure a compound shared shaper:

    host1(config-scheduler-profile)#shared-shaping-rate 128000 burst 32767 compound
  3. (Optional) For compound shared shapers, specify the attributes for the constituent.
    host1(config-scheduler-profile)#shared-shaping-constituent weight 28

    Including this command does not affect how the system selects the compound implicit constituent. If the command is present for a constituent that was implicitly selected, the software configures that constituent using the strict-priority or weight attributes.

After you configure implicit constituents:

Related Documentation