This section is located at the libraries bandwidth-pools level.
To add a new bandwidth pool, use the following command:
Admin@nodename# create libraries bandwidth-pools <parameter>
Provide the following parameters:
Parameter |
Description |
---|---|
name |
Bandwidth pool name. |
description |
Bandwidth pool description. |
rate |
Data transfer rate (in kbit/s). |
dscp |
DCSP value for QoS (if set, it will be added to each IP packet; available values: from 0 to 63). |
To edit bandwidth pool parameters, use the following command:
Admin@nodename# set libraries bandwidth-pools <bandwidth-name> <parameter>
You can change the same parameters as those for creating a bandwidth pool.
To delete a bandwidth pool, use the following command:
Admin@nodename# delete libraries bandwidth-pools <bandwidth-name>
Specify show to display information on all bandwidth pools:
Admin@nodename# show libraries bandwidth-pools
or about an individual pool:
Admin@nodename# show libraries bandwidth-pools <bandwidth-name>