Security update 893066 introduces the MaxIcmpHostRoutes registry entry (896350)



The information in this article applies to:

  • Microsoft Windows Server 2003, Standard Edition
  • Microsoft Windows Server 2003, Enterprise Edition
  • Microsoft Windows Server 2003, Datacenter Edition
  • Microsoft Windows Server 2003, Web Edition
  • Microsoft Windows XP Service Pack 2
  • Microsoft Windows XP Professional SP1
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Professional
  • Microsoft Windows 2000 Server
  • Microsoft Windows NT Server 4.0 SP6

INTRODUCTION

Security update 893066 introduces the MaxIcmpHostRoutes registry entry.

MORE INFORMATION

Security update 893066 adds the optional, new MaxIcmpHostRoutes registry parameter to all the operating systems that are listed in the "Applies to" section.

The Microsoft TCP/IP stack supports Internet Control Message Protocol (ICMP). This maintenance protocol is specified in RFC 792. ICMP is ordinarily considered part of the Internet layer. ICMP messages are encapsulated within IP datagrams. Therefore, they can be routed throughout a network. ICMP lets host routes be added by sending an ICMP message to the host. The MaxIcmpHostRoutes entry controls the maximum number of such host routes that can coexist at the same time.

By default, the maximum number of coexisting host routes is 10000. After the MaxIcmpHostRoutes entry is added, the maximum number of coexisting routes is value of this entry plus one. The maximum value of the MaxIcmpHostRoutes entry is 2,147,483,646.

Registry entry specifics

Entry nameMaxIcmpHostRoutes
Registry subkeyHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
Data typeREG_DWORD (number)
Valid range0x0 to 7FFFFFFE (0 to 2,147,483,646)
Default value0x2710 (1000)
DescriptionThis value restricts the number of host routes that can be added to the local IP route table by receiving ICMP Redirect messages. You should not change this value unless the computer must be able to add many host routes by receiving ICMP Redirect messages.
For more information about ICMP, visit the following Microsoft Web site:To view RFC 792, visit the following Internet Society Web site:

Modification Type:MajorLast Reviewed:8/31/2005
Keywords:KBTOCOff kbnetwork kbhowto kbinfo KB896350