在隧道接口上的IOS QOS服务策略直通

我在一个networking上有一些SIP电话通过IPIP隧道到达服务器。

我已经设置了QOS规则来监视适当的VOIPstream量,如下所示:

class-map match-any class-voice description Voice match dscp af11 match dscp cs4 match dscp cs3 ! policy-map qos-out class class-voice priority 100 ! interface Tunnel1 description Tunnel to VOIP Server ip address 10.10.0.2 255.255.255.252 tunnel source FastEthernet0/1 tunnel destination 172.16.100.100 tunnel mode ipip ! interface FastEthernet0/1 description Internet bandwidth 1000 ip address dhcp service-policy output qos-out 

我的麻烦是,类映射不匹配,因为我不能分配策略到隧道1,只有FastEthernet0 / 1。

当然必须有一些东西来做这个工作…我该怎么办?