cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1251
Views
0
Helpful
6
Replies

MPLS support Rtp Header Compression ??

tyagivijay
Level 1
Level 1

Hello,

Does MPLS base links support Rtp Header Compression.

Thanks in advance

Vijay

6 Replies 6

Harold Ritter
Cisco Employee
Cisco Employee

The last I heard of this is that it was not supported.

Hope this helps,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

Where do you want to use RTP compression ?

Gautam

Dear Gautam ,

I want to use the RTP Compression on the MPLS link for Voice traffic.

Vijay

Sanjeewa Alahakone
Cisco Employee
Cisco Employee

YES, RTPHC is supported in PE/CE link (ip2tag switching), this works well with later 12.3 code.

following configuration is valid for distributed (75xx, dCRTP etc.) and non-distributed 7206

interface Multilink47

bandwidth 128

ip vrf forwarding zzz

ip address

ip tcp header-compression iphc-format

no cdp enable

ppp multilink

ppp multilink fragment-delay 10

ppp multilink interleave

multilink-group 47

ip rtp header-compression iphc-format

interface Serial4/0/1:15

bandwidth 128

no ip address

encapsulation ppp

no cdp enable

ppp multilink

multilink-group 47

Regards

Sanjeewa

How about PE/PE link (tag2tap)?

Did the compressed packet be decompressed auto in the link which didn't enable the rtphc?

In tag2tag we are not dealing with IP, just switching MPLS, In other words your voice packet is now encapsulated in MPLS frame. Core will have no idea whether it is your voice packet or payroll information :)

Regards

Sanjeewa