Chapter 6
Meters, queues and IPQoS
Meter delete command
Meter list command
Meter start command
72
The delete command is used to delete a meter from the meters list.
For example: the following CLI command will delete the meter with name "test2"
from the meter list.
{Administrator}=>:ipqos meter delete name my_meter
The list command will display a list of all meters configured.
{Administrator}=>:ipqos meter list
The output could look something like this :
my_meter [STOPPED]: LABEL:
DROP : droprate
: 102400kbps
MARK : markrate
: 102400kbps
tosmarking
: enabled
classification: decrease
The meter listed above is not active as it's state is [STOPPED]
By using the start command a meter can be activated.
For example: the command below will start the meter with name "my-meter"
{Administrator}=>:ipqos meter start name my_meter
If no start command is given the meter will not be active and rate limiting will not
occur.
To check if the meter is running or not you can use the list command.
{Administrator}=>:ipqos meter list
my_meter [STARTED]: LABEL:
DROP : droprate
: 102400kbps
MARK : markrate
: 102400kbps
tosmarking
: enabled
classification: decrease
Notice that the meter listed above is now active as it's state is [STARTED]
INTF:
burst: 64KB
burst: 64KB
type : tos
tos
class: 0
INTF:
burst: 64KB
burst: 64KB
type : tos
tos
class: 0
action: drop
action: count
: 0
action: drop
action: count
: 0
E-NIT-CTC-20041213-0013 v0.5
Need help?
Do you have a question about the IPQoS and is the answer not in the manual?
Questions and answers