Specifications
Enterasys Wireless Controller Software CLI Reference Guide 18-33
18.7.1 create
UsethecreatecommandtocreateabandwidthratecontrolprofilewithanaveragerateinKbps.
Thecreatecommandisaccessiblefromthevnsmode:rateprofilecontextoftheCLI.
Inthevnsmode:rateprofilecontext,usethedeletecommandtodeleteabandwidthratecontrol
profile,andusetheshowcommandtodisplay
existingratecontrolprofiles.
Syntax
create <profile_name> <average rate>
Parameters
Examples
Thefollowingexamplecreatesabandwidthratecontrolprofilenamedlowspeedwith200Kbpsof
CIR.
EWC.enterasys.com:vnsmode:rateprofile# create lowspeed 200
Thefollowingexamplecreatesabandwidthratecontrolprofilenamedhighspeedwith700Kbps
ofCIR.
EWC.enterasys.com:vnsmode:rateprofile# create “high speed” 700
18.7.2 delete
Usethedeletecommandtodeleteabandwidthratecontrolprofile.Thedeletecommandis
accessiblefromthevnsmode:rateprofilecontextoftheCLI.
Syntax
delete <profile_name>
Parameters
Note: You can create up to 128 profiles.
<profile_name> Specifiesthe nameoftheratecontrolprofile
<averagerate> Specifiescommittedinformationrate(CIR)inKbps.
Note: Average Rate (CIR) must be between 128 and 200000 (kbps).
Note: 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 (“).
Note: After you run the create command, you must run the apply command to implement the
changes.
<profile_name> Specifiesthe nameofthebandwidthratecontrolprofiletodelete.