cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
923
Views
4
Helpful
2
Replies

DMVPN QOS

CSCO10456946
Level 1
Level 1

hi,

I need to built a qos over DMVPN.I have a 3725 and tunnel source of DMVPN tunnel is a serial. I ty to mark my interested packets with ip precedence when they are entering on lan interface, apply qos pre-clasified on tunnel interface, and after that I make a policy to aplly on serial wich is source of tunnel.

This policy need to match ip precedence what I marked on Lan interface but seems that qos preclasified applied on tunnel don't work because my policy don't match policy that I set before!

Any ideea?

2 Replies 2

owillins
Level 6
Level 6

You will have to use the qos pre-classify command as shown below to the tunnel interface.

interface Tunnel0

qos pre-classify

You might also want to check bug CSCec07421

ovt
Level 4
Level 4

TOS should be copied automatically to the outer IP header both with GRE and IPSec, so pre-classify is not needed, but use 12.2(13)T at least due to software bugs.