Cisco IOS: access-list logging rate-limited or missed packets

17,318

The message means that an ACL (with, presumably, logging enabled) is generating syslog messages faster than the router is willing to send them off. You'll have to increase the rate-limit, use the logging rate-limit command to do this (you'll probably want to use the ip access-list logging interval command as well).

Then, tweak the rate-limit and interval until lowering them starts generating the rate-limit messages and up them a bit. The exact values will depend on your traffic profile and you may find that you'll have to accept these during traffic peaks.

Share:
17,318
700 Software
Author by

700 Software

Updated on September 17, 2022

Comments

  • 700 Software
    700 Software over 1 year

    How do we fix these errors?

    2629753: Dec 29 09:03:56.521 EST: %SEC-6-IPACCESSLOGRL: access-list logging rate-limited or missed 2 packets
    

    This is a Cisco 871 router with BVI and access lists.

  • 700 Software
    700 Software over 13 years
    I edited my question. I was not just talking about hiding the messages.
  • 700 Software
    700 Software over 13 years
    This is a Cisco 871 router with BVI and access lists. (edited my question)
  • 700 Software
    700 Software over 13 years
    I looked at (config)#logging rate-limit ? and it says <1-10000> Messages per second so that is very clear.. but what about ip access-list logging interval? Is it supposed to be the same as rate-limit?
  • Vatine
    Vatine over 13 years
    I believe that is a minimum time between ACL log messages. Basically, you need to allow more log messages to be generated. But, the 871 is not the fastest hardware platform around and I don't know if "have ACL" directly implies "process-switched" or not. You may actually be on the limit of what your hardware can do.
  • 700 Software
    700 Software over 13 years
    OK.. I looked again it says Access list logging interval (milliseconds).. It seems like I would have already checked that the first time :P . I looked at show run | include ... and it seems I must be using default values for both. I set the ACL interval to 0 and will play around with the rate-limit option to see if it works the way I think it does. Thanks for the answer