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
TCP and RTP Header Compression
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:

Video Solution:
You need to register to download the GNS3 Topology File. (Registration is Free!)
- Related Articles
Comments (3)
-
nour 2012-04-23 11:45:21Compress#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
-
ReneMolenaar 2012-04-23 12:30:20Hi 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 msgsI 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 msgsAnd I do see hits on TCP compression...
Rene





