Cisco – ICMP rate-limit on time-exceeded messages

ciscoicmprate-limitingrouter

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?

Best Answer

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.