1

How can I set ICMP rate-limiting in a Cisco router? Here on the manual page they only talk about ICMP unreachable messages:

ip icmp rate-limit unreachable [df] [ms] [log [packets] [interval-ms]] 

Is there anything that also includes other ICMP message types? For instance, what if I want to set a limit on the number of time-exceeded messages sent?

Ricky Robinson
  • 215
  • 1
  • 5
  • 20

1 Answers1

0

OK, I've found out that I need to use access lists in order to target different types of ICMP messages. Here is a good explanation for this.

Ricky Robinson
  • 215
  • 1
  • 5
  • 20