create

Use the create command to create a bandwidth rate control profile with an average rate in kbps. You can create up to 128 profiles. The create command is accessible from the vnsmode:rateprofile context of the CLI.

In the vnsmode:rateprofile context, use the command to delete a bandwidth rate control profile, and use the show command to display existing rate control profiles.

After you run the create command, run the apply command to implement the changes.

create profile_name average rate

Parameters

profile_name Specifies the name of the rate control profile. If you are using a profile name that consists of two words and the two words are separated by space, you must put the profile name in double quotes (“).
average rate Specifies committed information rate (CIR) in Kbps. Average Rate (CIR) must be between 128 and 200000 (kbps).

Examples

The following example creates a bandwidth rate control profile named lowspeed with 200 Kbps of CIR:

EWC.extremenetworks.com:vnsmode:rateprofile# create lowspeed 200

The following example creates a bandwidth rate control profile named high speed with 700 Kbps of CIR:

EWC.extremenetworks.com:vnsmode:rateprofile# create “high speed” 700