Brocade Multi-Service IronWare Switching Configuration Guide (Supporting R05.6.00) User Manual

Page 812

Advertising
background image

782

Multi-Service IronWare Switching Configuration Guide

53-1003036-02

Configuring the maximum ICMP error message rate

19

Port – The destination host does not have the destination TCP or UDP port specified in the
packet. In this case, the host sends the ICMP Port Unreachable message to the Brocade
device, which in turn sends the message to the host that sent the packet.

Protocol – The TCP or UDP protocol on the destination host is not running. This message is
different from the Port Unreachable message, which indicates that the protocol is running on
the host but the requested protocol port is unavailable.

Source-route-failure – The device received a source-routed packet but cannot locate the
next-hop IP address indicated in the packet’s Source-Route option.

You can disable the Brocade device from sending these types of ICMP messages on an individual
basis.

NOTE

Disabling an ICMP Unreachable message type does not change the Brocade device’s ability to
forward packets. Disabling ICMP Unreachable messages prevents the device from generating or
forwarding the Unreachable messages.

To disable all ICMP Unreachable messages, enter the following command.

Brocade(config)# no ip icmp unreachable

Syntax: [no] ip icmp unreachable [network | host | protocol | administration |

fragmentation-needed | port | source-route-fail]

If you enter the command without specifying a message type (as in the example above), all
types of ICMP Unreachable messages listed above are disabled. If you want to disable only
specific types of ICMP Unreachable messages, you can specify the message type. To disable
more than one type of ICMP message, enter the no ip icmp unreachable command for each
messages type.

The network parameter disables ICMP Network Unreachable messages.

The host parameter disables ICMP Host Unreachable messages.

The protocol parameter disables ICMP Protocol Unreachable messages.

The administration parameter disables ICMP Unreachable (caused by Administration action)
messages.

The fragmentation-needed parameter disables ICMP Fragmentation-Needed But Do
not-Fragment Bit Set messages.

The port parameter disables ICMP Port Unreachable messages.

The source-route-fail parameter disables ICMP Unreachable (caused by Source-Route-Failure)
messages.

To disable ICMP Host Unreachable messages and ICMP Network Unreachable messages but leave
the other types of ICMP Unreachable messages enabled, enter the following commands instead of
the command shown above.

Brocade(config)# no ip icmp unreachable host

Brocade(config)# no ip icmp unreachable network

If you have disabled all ICMP Unreachable message types but want to re-enable certain types, you
can do so by entering commands such as the following.

Brocade(config)# ip icmp unreachable host

Brocade(config)# ip icmp unreachable network

These commands re-enable ICMP Unreachable Host messages and ICMP Network Unreachable
messages.

Advertising