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.
|
feedback
|
|
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 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. | |||||||
feedback
|
|
I assume you have to set the level of logging you are doing There are 7 levels, I'm not sure which one you need, but I think this would be a good place to start. 0—emergencies 1—alerts 2—critical 3—errors 4—warnings 5—notification 6—informational 7—debugging | |||
feedback
|
|
I'm not immediately sure if this is a central logging server, but I'm inclined to think so. You're either seeing dropped packets, or messages are being generated to fast. Options are to fix your network congestion / reliability, or find a way to reduce the items being logged. | |||
feedback
|