show ip rtp header-compression brief

Last Updated : Nov 06, 2012 |

Displays a subset of header compression statistics in the form of a table.

Syntax

show ip rtp header-compression brief [interfaceName]

Parameters

Parameter

Description

Possible Values

Default Value

interfaceName

The name of the interface

User level

read-only

Context

general

Example

To display concise RTP header compression statistics for all interfaces:

Gxxx-001(super)# show ip rtp header-compression brief
Showing 1 row
Interface  Active  Slots  Max   Max    Packets   Bytes      Improvement
                          Time Period  Sent      Saved      Factor
---------  ------- -----  ----  ------ --------- ---------  ---------

Dialer 1     NO    16     5     256    0         0          1.00

Output fields

Name

Description

Interface

The interface on which RTP header compressions is being applied

Active

Indicates whether RTP header compression is negotiated and working on this interface (YES) or not (NO)

Slots

The number of Rx and Tx slots, that is, the total number of RTP header compression connections supported on the current interface

Max Time

The maximum number of seconds between two full header packets

Max Period

The maximum number of compressed packets sent between two full header packets

Packets Sent

The number of compressed packets sent + the number of full headers sent

Bytes Saved

The total saving in bytes due to compression

Improvement Factor

The efficiency of the compression, calculated as (bytes saved + bytes sent)/ bytes sent (rounded to two decimal places)