Master CCNA

How to Master CCNA Ebook

 

 

My book will help you Master CCNA

Master CCNP SWITCH

How to master CCNP SWITCH ebook

 

 

My book will help you Master CCNP SWITCH

Master CCNP ROUTE

How to master CCNP ROUTE Ebook

 

 

My book will help you Master CCNP ROUTE

Print

TCP and RTP Header Compression

Written by Rene Molenaar on . Posted in Quality of Service (QOS)

Scenario:

You are responsible for the WAN links at the company you work for. Your routers have a very low CPU load and the serial interfaces you have are pretty slow. You decide one day to run TCP and UDP header compression to get the most out of your connections...let's squeeze some bits!

Goal:

  • All IP addresses have been preconfigured for you.
  • Enable TCP and RTP header compression on both routers.
  • Configure a maximum of 12 compressed TCP or RTP sessions.
  • Router Smaller should only use compression when it receives compressed traffic.

IOS:

c3640-jk9s-mz.124-16.bin

Topology:

TCP and RTP Header Compression

Video Solution:

You need to a flashplayer enabled browser to view this YouTube video

You need to register to download the GNS3 Topology File. (Registration is Free!)

Only registered users can write comments!

Comments (3)

  • avatar
    nour

    why the copmress router showing the tcp and rtp compressing traffic although we just intiate the telnet traffick that affect on the tcp compression only

  • avatar
    nour

    Compress#sh ip rtp header-compression
    RTP/UDP/IP header compression statistics:
    Interface Serial0/0 (compression on, Cisco, RTP)
    Rcvd: 0 total, 0 compressed, 0 errors, 0 status msgs
    0 dropped, 0 buffer copies, 0 buffer failures
    Sent: 0 total, 0 compressed, 0 status msgs, 0 not predicted
    0 bytes saved, 0 bytes sent
    Connect: 12 rx slots, 12 tx slots,
    0 misses, 0 collisions, 0 negative cache hits, 12 free contexts

    ----showing zero rtp traffic

    Compress#sh ip tcp header-compression
    TCP/IP header compression statistics:
    Interface Serial0/0 (compression on, VJ)
    Rcvd: 6 total, 5 compressed, 0 errors, 0 status msgs
    0 dropped, 0 buffer copies, 0 buffer failures
    Sent: 8 total, 5 compressed, 0 status msgs, 0 not predicted
    180 bytes saved, 147 bytes sent
    2.22 efficiency improvement factor
    Connect: 12 rx slots, 12 tx slots,
    2 misses, 0 collisions, 0 negative cache hits, 12 free contexts
    75% hit ratio, five minute miss rate 0 misses/sec, 0 max
    showing in above that thre are tcp traffic

  • avatar
    ReneMolenaar

    Hi Nour,

    Code:
    Compress#sh ip rtp header-compression
    RTP/UDP/IP header compression statistics:
    Interface Serial0/0 (compression on, Cisco, RTP)
    Rcvd: 0 total, 0 compressed, 0 errors, 0 status msgs

    I don't see any hits on the RTP compression?

    Code:
    Compress#sh ip tcp header-compression
    TCP/IP header compression statistics:
    Interface Serial0/0 (compression on, VJ)
    Rcvd: 6 total, 5 compressed, 0 errors, 0 status msgs

    And I do see hits on TCP compression...

    Rene