I have a router configured to shape some traffic outbound from the WAN interface. Config:
class-map match-all ipshape
match access-group name ip_acl
policy-map Shaping
class ipshape
shape average 200000000
class default
ip access-list extended ip_acl
permit ip 192.168.0.30 0.0.0.3 172.16.0.30 0.0.0.1
Show policy-map interface WAN interface appears to show that the shaping is working.
When I run show access-lists however, i do not see any hits on the ACLs. Is this normal behavior? Appreciate any feedback.