
Operation Manual – IP Performance
H3C S9500 Series Routing Switches Chapter 1 IP Performance Configuration
1-6
Note:
When performing hardware forwarding, S9500 series routing switches will not forward
ICMP redirect packets even if the above conditions are satisfied.
ICMP redirect packets function simplifies host administration and enables a host to
gradually establish a sound routing table to find out the best route
2) Sending ICMP timeout packets
If the device received an IP packet with a timeout error, it drops the packet and sends
an ICMP timeout packet to the source.
S9500 series routing switches will send ICMP timeout packets under the following
conditions:
zIf the switch finds the destination of a packet is not itself and the TTL field of the
packet is 1, it will send a “TTL timeout” ICMP error message.
zWhen the switch receives the first fragment of an IP datagram whose destination
is the device itself, it will start a timer. If the timer times out before all the fragments
of the datagram are received, the switch will send a “reassembly timeout” ICMP
error packet.
3) Sending ICMP destination unreachable packets
If the device receives an IP packet with the destination unreachable, it will drop the
packet and send an ICMP destination unreachable error packet to the source.
S9500 series switches will send an ICMP destination unreachable error packet under
the following conditions:
zIf neither a route nor the default route for forwarding a packet is available, the
device will send a “network unreachable” ICMP error packet.
zIf the destination of a packet is local while the transport layer protocol of the packet
is not supported by the local device, the device sends a “protocol unreachable”
ICMP error packet to the source.
zWhen receiving a packet with the destination being local and transport layer
protocol being UDP, if the packet’s port number does not match the running
process, the device will send the source a “port unreachable” ICMP error packet.
zIf the source uses “strict source routing" to send packets, but the intermediate
device finds the next hop specified by the source is not directly connected, the
device will send the source a “source routing failure” ICMP error packet.
zWhen forwarding a packet, if the MTU of the sending interface is smaller than the
packet but the packet has been set “Don’t Fragment”, the device will send the
source a “fragmentation needed and Don’t Fragment (DF)-set” ICMP error packet.