cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
260
Views
0
Helpful
3
Replies

Convert IP precedence 6 on inbound interface to IP precedence 5 on outbound

hks10
Level 1
Level 1

Any Help would be appreciated. My provider only takes IP precendence 5 for VoIP. I'm trying to figure out how to convert my VoIP packet on my router from 6 inbound Fast ethernet to 5 on outbound Serial Interface.

3 Replies 3

dgahm
Level 8
Level 8

How are the packets geeting set to IPP 6? Normally 6 is only used for router originated traffic like route updates. Voice ports will use IPP 5 (DSCP EF) by default for RTP traffic.

You can use an inbound service policy on the FE to re-mark packets.

Hi,

You can do something like te following:

class-map prec6

match ip precedence 6

!

policy-map prec6to5

class-map prec6

set ip precedence 5

!

interface FastEthernet0

service-policy input prec6to5

Hope that helps - pls rate the post if it does.

Paresh

IPP6 is being set by the EU's 3Com phone system. I don't know whey but that is what the customer requested. I have figured out how to address. Thanks for all the help.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: