I have configured bandwidth reservation in my routers
My probelm is I am not getting any hits on the access-lists Eventhough data traffic is there as per the access-list and in the show policy-map interface output not seeing any packet count.
This is my config
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ******
!
logging queue-limit 100
logging buffered 51200 warnings
enable secret 5 *****!
ip subnet-zero
ip cef
no voice hpi capture buffer
no voice hpi capture destination
mta receive maximum-recipients 0
crypto isakmp policy 10
authentication pre-share
group 2
crypto isakmp key ****** address **.**.**.**!
crypto ipsec transform-set test esp-des
!
crypto map test 5 ipsec-isakmp
set peer **.**.**.**
set transform-set test
match address IPSEC
qos pre-classify
!
!
!
class-map match-all testmap
match access-group 110
!
!
policy-map policytest
class testmap
bandwidth 128
police cir 131000
!
!
!
!
interface Tunnel0
ip unnumbered FastEthernet0/0
qos pre-classify
keepalive 10 3
tunnel source Serial1/0
tunnel destination **.**.**.**
crypto map test
!
interface FastEthernet0/0
ip address **.**.**.** 255.255.0.0
ip route-cache flow
speed auto
!
interface Serial1/0
bandwidth 2048
ip address **.**.**.** 255.255.255.25*
service-policy output policytest
encapsulation ppp
ip route-cache flow
clockrate 2000000
ppp bridge ip
crypto map test
ip route 10.0.0.0 255.255.0.0 Tunnel0
ip access-list extended IPSEC
permit ip 10.*.0.0 0.0.255.255 host 10.0.0.*
access-list 110 permit ip 10.*.0.0 0.0.255.255 host 10.0.0.*
mgcp profile default
dial-peer cor custom
Pls help