cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
430
Views
0
Helpful
2
Replies

IP Precedence

cwy
Level 1
Level 1

class-map match-all voice

match access-group 101

!

policy-map voice

class voice

set ip precedence 5

I configured the above configuration in a Cisco 1750. I would like to know how can I check the ip packets have changed the ip precedence value in the local router or the destination router.

2 Replies 2

ehaseki
Level 1
Level 1

Hi,

you can use an access-list, as below, in your serial interface for outgoing packets.

***

access-list 103 permit ip any any precedence critical log

access-list 103 permit ip any any

***

When you type "sh sh access-lists 103" sentence to the router which you typed the access-list 103, you will see increasing number of packets for the first line.

Regards.

Erdem...

asapun
Level 1
Level 1

If you 've mapped the policy-map voice to the interface, than type:

show policy-map int fe0/0

If not than make sure that you map it.

interface fastethernet 0/0

service-policy output voice