Windows NT SNMP
By James D. Murray
First Edition
Pages: 462
ISBN 10: 1-56592-338-3 |
ISBN 13: 9781565923386
(Average of 0 Customer Reviews)
This book is OUT OF PRINT.
Book description
This book describes the implementation of SNMP (the Simple Network Management Protocol) on Windows NT 3.51 and 4.0 (with a look ahead to NT 5.0) and Windows 95 systems. It covers SNMP and network basics and provides detailed information on developing SNMP management applications and extension agents. The book comes with a CD-ROM containing a wealth of additional information: standards documents, sample code from the book, and many third-party, SNMP-related software tools, libraries, and demos.
Full Description
As communications networks grow in size and complexity, it becomes increasingly difficult to locally manage and control all of the devices (e.g., routers, servers, and workstations) on those networks. SNMP (Simple Network Management Protocol) gives you a way to manage network devices remotely. You can use SNMP to check on the performance of a network (and its devices), to find out what problems may be occurring, and to fix them. Originally developed for the management of TCP/IP networks and the Internet, SNMP is the protocol recommended by the Internet Engineering Task Force (IETF) for the remote management of the nodes on an IP (internet) network. SNMP is also commonly found on Novell IPX and Appletalk networks. TCP/IP and SNMP are included as standard networking components in Windows NT and Windows 95.
This book covers the implementation of SNMP on Windows NT 3.51 and 4.0 (with a look ahead to NT 5.0), and Windows 95 systems. It contains:
- Programming for NT SNMP; detailed developer information on installing the Microsoft SNMP service, using the Microsoft SNMP APIs, developing Win32 SNMP extension agents, implementing traps, and writing network management applications
- Extensive references to additional SNMP books, Web sites, newsgroups, Microsoft documents, and other Internet resources
The book comes with a CD-ROM containing a wealth of additional information: ' standards documents, sample code from the book, and many third-party, SNMP-related software tools, libraries, and demos.
The table of contents follows:
Part I: SNMP Basics 1: Introduction to SNMP 2: Network Basics 3: Network Management and SNMP 4: Inside SNMP
Part II: SNMP Details 5: Getting Started with the SNMP Service 6: Using the Extension and Utility APIs 7: Writing Extension Agents 8: Implementing Traps 9. Using the Management API 10. Writing Network Management Applications A: References B: Microsoft Knowledge Base C: RFCs D: What's on the CD-ROM? Glossary
Browse within this book
Cover
| Table of Contents
| Index
| Errata
| Sample Chapter
| Examples
| Colophon
Featured customer reviews

Windows NT SNMP Review,
December 03 1999
Submitted by chris benenati
[
Respond |
View]
This book contains the equivalent of a good 20-page article about what you need to know about SNMP on Windows.
The rest of it is taken up by redundancies and sections on basic Windows programming issues that any serious engineer would already be well aware of.
Windows NT SNMP Review,
February 01 1999
Submitted by Tom Gueth
[
Respond |
View]
The book is well written and walks through the basics of SNMP and how to program to support, especially for the Windows environment.
The only weakness I found was that it made certain leaps of faith when dealing with MIBs. It is unclear that understanding MIB structures is a key element, in fact, much programming does not use it directly.
Windows NT SNMP Review,
January 16 1999
Submitted by John Morrison
[
Respond |
View]
I found the book text generally helpful, but the sample programs on the CD-ROM were a poorly tested disappointment. While I hoped the samples would be a time-saving jump start, I have probably lost more time debugging them. Even the trivial minagent.c contains memory leaks, string handling errors and pointer errors. Sadly, the O'Reilly ftp site appears to contain no corrected versions of the samples.
Read all reviews