INFO: Differences Between Windows 95 and Windows NT SNMP (139462)



The information in this article applies to:

  • Microsoft Platform Software Development Kit (SDK) 1.0

This article was previously published under Q139462

SUMMARY

Windows 95 and Windows NT differ in their support for SNMP. This article describes these differences.

MORE INFORMATION

The Win32 SDK supports two sets of APIs for developing SNMP applications. One API set is for developing extension agents, and the other is for writing SNMP manager applications (Management API). Windows NT supports both sets. Under Windows 95, you can write SNMP extension agents but not SNMP manager applications.

Windows NT supports the Internet-II MIB (MIB_II.MIB) as well as the LanManager MIB (LMMIB2.MIB). Windows 95 supports only the Internet-II MIB.

Windows NT allows configuration of the SNMP agent through the User Interface in the Control Panel by using the Networks icon. Windows 95 does not allow this configuration. To configure the Windows 95 agent, users must modify the registry directly.

REFERENCES

Win32 SDK Compact Disc \Docs\Misc\Progref.rtf
Windows 95 Resource Kit

Modification Type:MinorLast Reviewed:7/11/2005
Keywords:kbAPI kbinfo kbnetwork kbSNMP KB139462