Operation Manual
340
QoSBook Commands
E-DOC-CTC-20040210-0030 v1.0
qosbook add
Add a Quality of Service (QoS) book entry.
SYNTAX:
where:
qosbook add name = <string>
class = <{ubr|cbr|vbr-rt|vbr-nrt}>
[tx_peakrate = <number{0-27786}>]
[tx_sustrate = <number{0-27786}>]
[tx_maxburst = <number{0-12240}>]
[rx_peakrate = <number{0-27786}>]
[rx_sustrate = <number{0-27786}>]
[rx_maxburst = <number{0-12240}>]
[framediscard = <{enabled|disabled}>]
name The name for the new QoS entry. REQUIRED
class The ATM service category. Choose between:
• ubr: unspecified bit rate
• cbr: constant bit rate
• vbr-rt: variable bit rate - real time
• vbr-nrt: variable bit rate - non real time.
REQUIRED
tx_peakrate A number between 0 and 27786 (Kilobits per second).
Indicates the peak rate (in kilobits per second) in the transmit
(upstream) direction. Use 0 to indicate linerate for UBR.
OPTIONAL
tx_sustrate A number between 0 and 27786 (Kilobits per second).
Indicates the sustainable rate (in kilobits per second) in the transmit
(upstream) direction (VBR only).
OPTIONAL
tx_maxburst A number between 0 and 12240 (bytes per second).
Indicates the maximum burst size (in bytes) in the transmit
(upstream) direction (VBR only).
OPTIONAL
rx_peakrate A number between 0 and 27786 (Kilobits per second).
Indicates the peak rate (in kilobits per second) in the receive
(downstream) direction. Use 0 to indicate linerate for UBR. If not
specified, copy of the transmit peak rate (ATMF only).
OPTIONAL
rx_sustrate A number between 0 and 27786 (Kilobits per second).
Indicates the sustainable rate (in kilobits per second) in the receive
(downstream) direction. If not specified, copy of the transmit
sustainable rate (VBR ATMF only).
OPTIONAL
rx_maxburst A number between 0 and 12240 (bytes per second).
Indicates the maximum burst size (in bytes) in the receive
(downstream) direction. If not specified, copy of the transmit
maximum burst size (VBR ATMF only).
OPTIONAL
framediscard Enable/disable frame discard. OPTIONAL