PurposeCommand or Action
•
interval-ms--(Optional) Time limit for an interval for which a
logging message is triggered. The default is 60000, which is 1
minute.
Counting begins as soon as this command is configured.Note
Exits to privileged EXEC mode.exit
Example:
Router# exit
Step 5
(Optional) Displays all current ICMP unreachable statistics for all configured
interfaces. The optional interface-type and interface-number arguments
display the statistics for only one interface.
show ip icmp rate-limit [interface-type
interface-number]
Example:
Router# show ip icmp rate-limit
ethernet 2/3
Step 6
Example
The following output using theshow ip icmp rate-limit command displays the unreachable destinations by
interface:
Router# show ip icmp rate-limit
DF bit unreachables All other unreachables
Interval (millisecond) 500 500
Interface # DF bit unreachables # All other unreachables
--------- --------------------- ------------------------
Ethernet0/0 0 0
Ethernet0/2 0 0
Serial3/0/3 0 19
The greatest number of unreachables is on serial interface 3/0/3.
Setting the MTU Packet Size
All interfaces have a default MTU packet size. You can adjust the IP MTU size so that the software will
fragment any IP packet that exceeds the MTU set for an interface.
Changing the MTU value (with the mtu interface configuration command) can affect the IP MTU value. If
the current IP MTU value is the same as the MTU value and you change the MTU value, the IP MTU value
will be modified automatically to match the new MTU. However, the reverse is not true; changing the IP
MTU value has no effect on the value for the mtu interface configuration command.
All devices on a physical medium must have the same protocol MTU in order to operate.
Perform this task to set the MTU packet size for a specified interface.
IP Application Services Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 1000)
9
Configuring IP Services
Setting the MTU Packet Size