Page 746 / 998 Scroll up to view Page 741 - 745
QOS
Meter command reference
iMG/RG Software Reference Manual (Quality of Service)
7-50
Example
--> meter set profile mp1 green action pass
See also
METER LIST PROFILES
7.1.6.1.10 METER SHOW PROFILE
Syntax
METER SHOW PROFILE <name>
Description
This command displays information about a meter profile that was created using one of
the
METER ADD PROFILE
commands. It displays the following information about the
specified profile:
Name
Type of algorithm used
CIR value (in kbps)
CBS value (in bytes)
EBS value (for algorithm type srtcm only)
PIR value (for algorithm type trtcm only)
PBS value (for algorithm type trtcm only)
Green action
Yellow action (for algorithm types trtcm and srtcm only)
Red action
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Example
--> meter show profile mp3
red
Sets packets with red (out of profile) metering results to
pass.
drop
yellow
Sets packets with yellow (partially in profile) metering results
to pass.
pass
Option
Description
Default Value
name
An existing profile. To display names, use the
METER LIST PROFILES
command.
N/A
Option
Description
Default Value
Page 747 / 998
Meter command reference
QOS
7-51
iMG/RG Software Reference Manual (Quality of Service)
Meter Profile : mp3
Type
: trtcm
CIR (kbps)
: 80
CBS (bytes)
: 10000
PIR (kbps)
: 120
PBS (bytes)
: 15000
EBS (bytes)
:
Green Action
: Pass
Yellow Action : Pass
Red Action
: Drop
See also
METER LIST PROFILES
7.1.6.2 Scheduler CLI commands
The table below lists the commands provided by the CLI:
7.1.6.2.1 SCHEDULER ADD PROFILE
Syntax
SCHEDULER ADD PROFILE <name> {WF2QPLUS | PRIORITY}
Description
This command creates a scheduler profile with either WF2Q+ or Priority Queuing set as
the type of service discipline. Classifier assigns scheduling priority to a packet (configured
TABLE 7-3
Scheduler
commands
Commands
Fiber
A
Fiber
B
Fiber
C
Fiber
D
Fiber
E
Modular
ADSL
A
ADSL
B
ADSL
C
SCHEDULER ADD PROFILE
X
X
X
X
X
X
X
X
X
SCHEDULER CLEAR PROFILES
X
X
X
X
X
X
X
X
X
SCHEDULER DELETE PROFILE
X
X
X
X
X
X
X
X
X
SCHEDULER LIST PROFILES
X
X
X
X
X
X
X
X
X
SCHEDULER SET PROFILE SHAPING
X
X
X
X
X
X
X
X
X
SCHEDULER PROFILE SET QUEUE WEIGHT
X
X
X
X
X
X
X
X
X
SCHEDULER PROFILE SET QUEUE ALD PROFILE
X
X
X
X
X
X
X
X
X
SCHEDULER PROFILE SET QUEUE ALD DISABLED
X
X
X
X
X
X
X
X
X
SCHEDULER SHOW PROFILE
X
X
X
X
X
X
X
X
X
SCHEDULER SHOW PROFILE QUEUES
X
X
X
X
X
X
X
X
X
Page 748 / 998
QOS
Meter command reference
iMG/RG Software Reference Manual (Quality of Service)
7-52
by the classifier profile set rule priority command). This value determines the scheduling
behavior received by a packet. If a packet is not classified, scheduling priority 0 is assigned
to the packet by default.
If you select the priority service discipline, the profile supports 8 queues, each corre-
sponding to a scheduling priority from 0-7. Each queue can hold a maximum of 32 pack-
ets at any instant. Scheduling priority value 0 assigns the lowest priority while 7 assigns
the highest priority.
If you select the WF2QPlus service discipline, the weight value (percentage) configured
for a scheduling priority determines the share of bandwidth received by packets belong-
ing to the scheduling priority level. A single default queue with a weight of 100% is cre-
ated by default. Packets with scheduling priority 0 are always enqueued in the default
queue. You may configure weights for scheduling priority levels (1-7) using the scheduler
profile set queue weight command.
If you do configure weight for a scheduling priority level, the corresponding packets are
enqueued in a separate queue and the bandwidth is allocated in accordance with the con-
figured weights. Otherwise, packets are enqueued in the default queue.
Each queue can hold a maximum of 32 packets at any instance.
In addition, this created scheduler profile may be configured with shaping and algorithmic
dropper (RED/WRED):
Shaping
: you can configure the scheduler profile for shaping by using the scheduler
set profile shaping command. Shaping is disabled by default.
Algorithmic Dropper
: you can configure Algorithmic Dropper (RED/WRED) for a
queue by using the scheduler profile set queue ald profile command.
You can set the profile to work on a transport by using the transport set scheduler pro-
file command.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value for each option (if applicable).
Option
Description
Default Value
name
An arbitrary name that identifies the profile. It can be
made up of one or more letters or a combination of
letters and digits, but it cannot start with a digit.
N/A
wf2qplus
WF2Q+ (
Worst Case Weighted Fair Queueing
Plus
) service discipline. This service discipline dis-
tributes the link bandwidth among participating
queues in ratio of their respective configured weights.
N/A
Page 749 / 998
Meter command reference
QOS
7-53
iMG/RG Software Reference Manual (Quality of Service)
Example
--> scheduler add profile prioschlr priority
See also
SCHEDULER SHOW PROFILE
7.1.6.2.2 SCHEDULER CLEAR PROFILES
Syntax
SCHEDULER CLEAR PROFILES
Description
This command deletes all scheduler profiles that were previously created using the
SCHEDULER ADD PROFILE
command.
Example
--> scheduler clear profiles
See also
SCHEDULER ADD PROFILE
7.1.6.2.3 SCHEDULER DELETE PROFILE
Syntax
SCHEDULER DELETE PROFILE <name>
Description
This command deletes a single scheduler profile that was previously created using the
SCHEDULER ADD PROFILE
command.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value for each option (if applicable).
Example
--> scheduler delete profile prioschlr
See also
SCHEDULER ADD PROFILE
SCHEDULER LIST PROFILES
7.1.6.2.4 SCHEDULER LIST PROFILES
Syntax
SCHEDULER LIST PROFILES
Description
This command lists information about profiles previously created using
THE SCHED-
ULER ADD PROFILE
command. The following information is displayed:
priority
Priority Queueing provides prioritized treatment to
higher priority traffic.
N/A
Option
Description
Default Value
name
An existing profile. To display names, use the
SCHED-
ULER LIST PROFILES
command.
N/A
Option
Description
Default Value
Page 750 / 998
QOS
Meter command reference
iMG/RG Software Reference Manual (Quality of Service)
7-54
Profile ID number
Profile name
Example
--> scheduler list profiles
Scheduler Profiles:
ID | Name
----|--------------
1
| sch1
2
| sch2
-------------------
See also
SCHEDULER ADD PROFILE
7.1.6.2.5 SCHEDULER SET PROFILE SHAPING
Syntax
SCHEDULER SET PROFILE <name> SHAPING <MaxRate> <MaxBurst>
Description
This command configures the specified scheduler profile to shape aggregate traffic to the
specified maximum rate and burst size.
To disable shaping, set
<MaxRate>
and
<MaxBurst>
values to 0 and apply the profile to
the transport using the
TRANSPORT SET SCHEDULER PROFILE
command.
If scheduler is applied over an Ethernet interface, the padding and FCS are not taken into
account. When applied over other types of interfaces, the extra bytes added by devices
lower than scheduler may not be taken into account. For example, when configured over
an ATM interface, the padding and trailer added by AAL5 are not taken into account.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value for each option (if applicable).
Example
--> scheduler set profile prioschlr shaping 2000 10000
Option
Description
Default Value
name
An existing profile. To display names, use the
SCHED-
ULER LIST PROFILES
command.
N/A
MaxRate
Maximum rate for outgoing traffic in kilobits per second
(kbps).
N/A
MaxBurst
Maximum burst size value in bytes. This value should be
greater than the MTU, otherwise the packets of greater
size shall be dropped.
N/A

Rate

4 / 5 based on 3 votes.

Popular Allied-Telesis Models

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top