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

Marking down VC from AF41 on the LAN to AF31 for the WAN

jayesh.shah
Level 1
Level 1

How do I 'mark-down' VC calls from AF41 (COS 4) on the LAN to AF31 (COS 3) for the WAN provider? (The WAN provider is looking at AF31 and designating that as Video traffic when it connects to their network). Do I do this on the router or on the switches? Are there any sample configs available?

Thks

Jay

3 Replies 3

spremkumar
Level 9
Level 9

hi

if your switch is already marking this VC calls as COS 4 and sending it to your router then you can define a class map matching all the cos4 marked traffic and set cos 3 under the policy map while remarking.

Place the service policy on the outgoing interface facing your SP side...

just try this out and revert back how it goes...

regds

Would you have a sample of how do this?

Hi

do find some sample config lines which can help u out..

!

class-map match-any test

match cos 4

!

policy-map test

class test

set dscp af31

!

Apply this policy map under your wan interface connected to the remote site.

apply it in the outbound direction...

!

interface serial 1/0

service-policy output test

!

hope this helps ...

regds