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

dscp marking on DMVPN

mickd08
Level 1
Level 1

Hello, I have an Internal private network over which a DMVPN is running. I am wanting to mark all packets egress from the hub and spoke routers to be marked dscp 46 such that the IPSEC-GRE packets will traverse the private network with expedience. Is it the best way to do this by simply applying the service-policy to the physical WAN interface of the the hub and spoke routers ?

i.e.

policy-map all-traffic

class class-default

set ip dscp EF

 

int WAN 

service-policy output all-traffic

1 Accepted Solution

Accepted Solutions

Hello,

 

basically for this to work, you apply the service policy to the physical interface, and then configure 'qos pre-classify' on the tunnel interfaces.

 

interface Serial0/0/0

service-policy output QoS_Policy

!

interface Tunnel0

qos pre-classify

View solution in original post

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

in short answer possible, again depends on how you doing end to end qos.

 

https://ieoc.com/discussion/15001/dscp-markings-on-a-dmvpn-tunnel

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Hello,

 

basically for this to work, you apply the service policy to the physical interface, and then configure 'qos pre-classify' on the tunnel interfaces.

 

interface Serial0/0/0

service-policy output QoS_Policy

!

interface Tunnel0

qos pre-classify

Review Cisco Networking for a $25 gift card