The information in this article applies to:
SUMMARY
Simple Network Management Protocol (SNMP) is a protocol-based network
management system. It is used to manage TCP/IP-based and IPX-based
networks. Information on SNMP can be found in the Internet Request for
Comment (RFC) 1157.
HP Openview (Hewlett Packard)The third-party products discussed here are manufactured by vendors independent of Microsoft; we make no warranty, implied or otherwise, regarding these products' performance or reliability. MORE INFORMATION
SNMP provides the ability to send traps, or notifications, to advise an
administrator when one or more conditions have been met. Traps are network
packets that contain data relating to a component of the system sending the
trap. The data may be statistical in nature or even status related.
How Traps are GeneratedTraps are generated when a condition has been met on the SNMP agent. These conditions are defined in the Management Information Base (MIB) provided by the vendor. The administrator then defines thresholds, or limits to the conditions, that are to generate a trap. Conditions range from preset thresholds to a restart. After the condition has been met the SNMP agent then forms an SNMP packet that specifies the following:SNMP Version: v1 or v2The above packet is sent to the SNMP trap host, or manager, through UDP port 162. Packet Format:
Trap PDU Format:
NOTE: The Trap PDU Format above is all one packet and has been wrapped for
readability.
Where is all of this information stored?All of the values that SNMP reports are dynamic and are not stored in any file or registry key. However, the information needed to get the specified values is stored in the Management Information Base (MIB). This information ranges from Object IDs (OIDs) to Protocol Data Units (PDUs). The MIBs must be located at both the agent and the manager to work effectively.GlossaryManager: Third-party software used to configure thresholds and monitor SNMP information.MIB: Management Information Base. A database that defines the PDUs and OIDs. OID: Object Identifier. This is a unique ID # that is used to identify system objects; for instance, .1.3.6.1.4.1.311 identifies the Microsoft enterprise. PDU: Protocol Data Unit. PDUs are the building blocks of SNMP messages. Trap host: Manager responsible for monitoring SNMP traps. Additional query words:
Keywords : kbnetwork win95 kbSDKPlatform kbSNMP ntnetserv nttcp NTSrvWkst kbGrpNet |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |