Link to home
Start Free TrialLog in
Avatar of Abarros22
Abarros22

asked on

How do you setup traffic shaping with an access list?

I've setup my Cisco router with traffic shaping and an access-list on an interface. However, according to the "show traffic-shape statistics" command, traffic shaping isn't occurring. I get all zeros for the reading and "Shaping Active" column reads no. In contrast, if I remove the access-list from traffic shaping, then traffic shaping works successfully. Please help with this problem. Here is what my interface looks like:

interface FastEthernet1/0.75
   encapsulation dot1Q 75
   ip address 67.X.X.193 255.255.255.248
   traffic-shape group 90 2000000 50000 50000 1000
end

Here is the access-list 90:

access-list 90 permit 67.X.X.194

Avatar of cosmicfox
cosmicfox
Flag of United States of America image

Have you tried an extended access list?
ASKER CERTIFIED SOLUTION
Avatar of Abarros22
Abarros22

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial