Link to home
Start Free TrialLog in
Avatar of cnetwiz
cnetwizFlag for United States of America

asked on

Cisco Rotuer 3825 Access List Syntax

Hello Experts:

I have a Cisco Router 3825:   Would like to use the rate-limit on port 80 traffic for certain subnets.  

interface GigabitEthernet0/0
rate-limit input access-group 80 256000 128000 128000 conform-action transmit exceed-action drop

For the Access List I have tried to use this command but it does not work.
access-list 80 permit tcp any eq www host 10.10.100.0 0.0.0.225

This is the only command that will work.
access-list 80 permit 10.10.100.0  

RTR01(config)#access-list 80 permit ?
  Hostname or A.B.C.D  Address to match
  any                  Any source host
  host                 A single host address


What is the correct syntax for the Access-list to be able to rate-limit a subnet to accessing internet traffic.
ASKER CERTIFIED SOLUTION
Avatar of Syed Muhammad Usman
Syed Muhammad Usman
Flag of Bahrain image

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