QoS on Tunnel Interface – Configuration Guide

ciscoqos

My configuration

policy-map Shape_FTP
 class FTP
  shape average percent 5
 class class-default
  fair-queue
policy-map Shaper
 class class-default
  shape average percent 100
   service-policy Shape_FTP

interface tunnel 0
 bandwidth 512
 tunnel protection ipsec profile aes
 service-policy output Shaper

Bandwidth value is used from physical interface. Is it possible to make QoS use bandwidth value from tunnel interface? I have a lot of tunnel interfaces with different bandwidthes (with the same tunnel source IP). I would like to use one policy map with shape average percent 100 rather than a lot of with shape average 512000 and so on

Best Answer

Have you tried using bandwidth qos-reference?

interface Tunnel100
 bandwidth 1000
 bandwidth qos-reference 1000