[38175] in North American Network Operators' Group
Re: Last Mile QoS WAS: RE: QOS or more bandwidth
daemon@ATHENA.MIT.EDU (Nathan Stratton)
Tue May 29 18:18:31 2001
Date: Tue, 29 May 2001 18:16:43 -0400 (EDT)
From: Nathan Stratton <nathan@robotics.net>
To: <nanog@merit.edu>
Cc: Pete Kruckenberg <pete@kruckenberg.com>
In-Reply-To: <Pine.GSO.4.31.0105292318551.25650-100000@meron.openu.ac.il>
Message-ID: <Pine.BSF.4.30.0105291813430.85401-100000@Andy.robotics.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Errors-To: owner-nanog-outgoing@merit.edu
On Tue, 29 May 2001, Rafi Sadowsky wrote:
> Hi
>
> Sorry about the previous (content free :-( ) Email
> May I suggest reading (and following links from)
>
> <http://www.cisco.com/warp/public/788/voice-qos/voip-mlppp.html>
>
> (Scanning for "cRTP" & "Interleaving" should be useful)
Ya, it is funny because cisco was one of the authors of CRTP (RFC 2508)
and they don't comply with the RFC on any of their products. CRTP is
great, but frankly it does not help at all without other changes. Lets say
we have 10 ms sample of G.726 that is 40 bytes + 2 byte CRTP header + 8
byte AAL5, we are still at two cells and just have more space for padding.
What I am doing is changing the frame size to odd sizes like 9.5 ms giving
me a 38 byte payload + 2 byte CRTP + 8 byte AAL5, fits in one ATM cell.
-Nathan