cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
410
Views
15
Helpful
2
Replies

Qos Question

is66rlhntadm
Level 1
Level 1

router 1711

in bound policy

----------------------------------------

access-list 115 permit ip host x.x.x.x any

access-list 115 deny ip any any

class-map match-all voip

match access-group 115

policy-map voip

class voip

set ip dscp 46

interface vlan 1

service-policy input voip

----------------------------------------

Out bound Policy

----------------------------------------

class-map match-all voice

match ip dscp 46

match ip dscp 34

policy-map voice

class voice

priority percent 25

crypto map rtp 1 ipsec-isakmp

qos Pre-classify

interface Fastethernet0

service-policy output voice

-----------------------------------------

the in bound is marking packets

but the out bound isn't

Please help

1 Accepted Solution

Accepted Solutions

tdrais
Level 7
Level 7

You have a match ALL on you output, change it to a match ANY. Both will never match at the same time.

View solution in original post

2 Replies 2

tdrais
Level 7
Level 7

You have a match ALL on you output, change it to a match ANY. Both will never match at the same time.

thanks its counting now

now just to test it tommorow

Review Cisco Networking products for a $25 gift card