I'm having a weird issue with QoS on a 1710 VPN router.
I create the following
class-map match-any voice
match ip dscp ef
match ip precedence 5
class-map match-any sig
match ip precedence 3
match ip dscp af31
match ip dscp cs3
policy-map voip
class voice
priority percent 30
class sig
bandwidth percent 5
class class-default
fair-queue
Then apply the policy map to the EXTERNAL interface of the 1710... eth0
conf t
int eth0
service-policy output voip
When I make phone calls across the 1710, I want to make sure the packets are marked and being handled correctly when the link becomes saturated.
I look at "show policy-map int eth0" and my RTP traffic (voice above) increments. My Control traffic (sig above) does not.
Strange.
So, for fun, I apply the policy-map to my INSIDE interface to watch the packets...
they BOTH increment correctly
looks like something is lost in translation.
I've tried every 1710 IOS that exists on the 12.2, 12.3 and 12.4 trains. No difference.
Any ideas what I'm missing?
I create the following
class-map match-any voice
match ip dscp ef
match ip precedence 5
class-map match-any sig
match ip precedence 3
match ip dscp af31
match ip dscp cs3
policy-map voip
class voice
priority percent 30
class sig
bandwidth percent 5
class class-default
fair-queue
Then apply the policy map to the EXTERNAL interface of the 1710... eth0
conf t
int eth0
service-policy output voip
When I make phone calls across the 1710, I want to make sure the packets are marked and being handled correctly when the link becomes saturated.
I look at "show policy-map int eth0" and my RTP traffic (voice above) increments. My Control traffic (sig above) does not.
Strange.
So, for fun, I apply the policy-map to my INSIDE interface to watch the packets...
they BOTH increment correctly
looks like something is lost in translation.
I've tried every 1710 IOS that exists on the 12.2, 12.3 and 12.4 trains. No difference.
Any ideas what I'm missing?