Atm qosbook ctdadd, Atm commands, Syntax – Technicolor - Thomson ST585 V6 User Manual

Page 86: Example

Advertising
background image

E-DOC-CTC-20061027-0004 v1.0

ATM Commands

62

atm qosbook ctdadd

Add a Connection Traffic Descriptor (CTD).

SYNTAX:

where:

EXAMPLE:

atm qosbook ctdadd

name = <string>
conformance = <{UBR | CBR | VBR }>
[peakrate = <number{0-27786}>]
[sustrate = <number{0-27786}
[maxburst = <number{0-12240}>]
[realtime = <{enabled | disabled}>]

name

The name of the new CTD.

REQUIRED

conformance

The ATM service conformance definition.

REQUIRED

peakrate

A number between 0 and 27786.
Represents the peak rate (in kilobits per second).
The default is

0

(indicates linerate for UBR).

OPTIONAL

sustrate

A number between 0 and 27786.
Represents the sustainable rate (in kilobits per second) (VBR only).
The default is

0

.

OPTIONAL

maxburst

A number between 48 and 12240.
Represents the maximum burst size (in bytes) (VBR or GFR).
The default is

0

.

OPTIONAL

realtime

Enable or disable realtime traffic (VBR only).
The default is

disabled

.

OPTIONAL

=>atm qosbook ctdadd name=High conformance=CBR peakrate=27786
=>atm qosbook ctdlist
Name

Ref Conf

Peak

Sust

Burst

Minrate

Frame

Cdvt

RT

FD

(Kbits)

(Kbits)

(bytes)

(Kbits)

(bytes)

default 2

UBR

linerate 0

0

0

0

0

disabled

disab

led
High

0

CBR

27786

0

0

0

0

0

disabled

disab

led
=>

Advertising