cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1428
Views
0
Helpful
1
Replies

DMVPN Per Tunnel QOS Error "service-policy with queueing features..."

beacra
Level 1
Level 1

Hi

Am working on a DMVPN Design. Had followed all the guides and practices, but the hub is refusing to map the service-policy to the spoke.

I have:

policy-map OUTPUT
class Z
 priority percent #
...
...
...
class X
 bandwidth remaining percent #
class class-default
 bandwidth remaining percent #
!
policy-map 8M-SHAPER
class class-default
shape average 7600000
service-policy OUTPUT
!
!
int tunnel1
ip address x.x.x.x x.x.x.x
...
nhrp map group 8M-SHAPER service-policy output 8M-SHAPER
...
tunnel mode gre multipoint
tunnel preotection ipsec profile DMVPN shared
...

I've omitted all the irrelevant stuff,
basically the SA's are building, but i am getting the following error when the tunnels build:

 

%NHRP-3-QOS_POLICY_APPLY_FAILED: Failed to apply QoS policy 8M-SHAPER mapped to NHRP group 8M-SHAPER on interface tunnel1, to tunnel x.x.x.x due to policy installation failure.
!
service-policy with queueing features on SA sessions are not allowed 
in conjunction with dmvpn based queueing policy.
!


any idea where the issue lies with this? its doing my head in.

Thanks

 

1 Reply 1

beacra
Level 1
Level 1

Found the issue to be that another tunnel existed that was also using the same service-policy and as such was stopping dmvpn from working,

Had to delete that tunnel for it to work.