Microsoft KB Archive/129061

From BetaArchive Wiki

FIX: SVCGUID.H Has Wrong UDP Port for SNMP Traps

ID: Q129061



The information in this article applies to:

  • Microsoft Win32 Software Development Kit (SDK), version 3.5




SYMPTOMS

The file SVCGUID.H used by the Registration and Name Resolution (RnR) APIs has the UDP trap port for SNMP set to 167:

   #define SVCID_SNMP_TRAP_UDP                   SVCID_UDP(167) 


RESOLUTION

The correct port number for SNMP traps is 162. However, please note that this entry is not looked at by the SNMP service for Windows NT. Hence, it cannot cause traps to be sent to the wrong port. SVCGUID.H is used only by Registration and Name Resolution (RnR) APIs.


STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This problem was corrected in Windows NT 3.51.

Additional query words:

Keywords : kbnetwork kbAPI kbNTOS350bug kbNTOS351fix kbSDKPlatform kbSNMP kbWinsock kbGrpNet
Version : WINDOWS:3.5
Platform : WINDOWS
Issue type : kbbug


Last Reviewed: October 15, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.