Hi:
Need a clarification regarding the rate-limiting command:
When I do this:
r1(config)#access-list rate-limit ?
  <0-99>     Precedence ACL index
  <100-199>  MAC address ACL index
r1(config)#access-list rate-limit 100 ?
  H.H.H  MAC address

r1(config)#access-list rate-limit 100 1234.5678.abcd
r1(config)#

and try to rate-limit this mac address:
r1(config-if)#rate-limit input access-group rate-limit ?
  <0-99>  Rate-limit prec access list index

I am not seeing the mac-address ACL index. Is this correct?

If so, should the command just be then:
r1(config-if)#rate-limit input *access-group 100* 8000 1500 2000
conform-action transmit exceed-action drop

By specifying the acl 100 in this command will it filter the traffic inbound
for this mac address to 8K?

Please advise.

Thx.

-John

Reply via email to