Understanding SNMP MIBs

Paperback
from $0.00

Author: David T. Perkins

ISBN-10: 0134377087

ISBN-13: 9780134377087

Category: Management & Troubleshooting - Computer Networks

43770-7\ MIBs demystified\ In the past, understanding MIBs has mostly been a case of picking up the oral folklore or reading endless streams of E-mail on a lot of IETF mailing lists. In this book, David Perkins and Evan McGinnis part the swirling clouds of confusion to offer up the crucial concepts you need to read and interpret a MIB, and maybe even write one.\ The authors offer a functional view of SNMP-based management, emphasizing the aspects that relate directly to MIBs. Without going...

Search in google:

Shows network professionals how to design, define, write and update useful SNMP Management Information Bases (MIBs) that support standards-based network management.Introduces SNMP MIBs, documents that contain definitions of management information which allow systems to be remotely monitored, configured and controlled. Presents a model of an SNMP-based management network and defines the SNMP management framework. Walks through the construction of MIBs, including name space organization, MIB naming, maintenance, object semantics and object style, and othe topics. Presents advanced techniques, including tables within tables, multi-table relationships and linked lists. Shows how to analyze standard MIBs. Discusses front-end and back-end MIB compilers, including SMIC, NetView/6000 SunNet Manager and HP OpenView. Includes a guide to MIB developer's resources.Anyone involved in building systems that must be compliant with the Simple Network Management Protocol (SNMP), the leading international standard for network management.

The Berkeley California philosopher Ashleigh Brilliant once wrote, “The world is controlled by a small, evil group to which no one I know belongs.” If it seems that the rules and subtleties of writing an SNMP MIB are controlled by the same secretive group, you're not alone. Until now there has been little guidance provided on how to write, read, and use MIBs.\ In a nutshell, MIBs are specifications containing definitions of management information so that network systems can be remotely monitored, configured, and controlled.\ The standards bodies involved have formal documents that state the set of rules which must be followed in writing MIBs. The rules are written in an adapted sub-set of an obsolete version of a specification language called Abstract Syntax Notation One (ASN.1). These documents are almost unreadable, since the ASN.1 language is intended more for machine processing than human comprehension. Also, no one has yet provided a style guide for MIB writers, or an answer book for MIB readers. The unfortunate result has been that understanding MIBs often comes down to learning the oral folklore, or worse, reading the endless stream of email on a large number of IETF mailing lists. Unfortunately, much of this email and other information made available on the Internet is not quite correct.\ As a result, many MIB writers end up reinventing the wheel, using conflicting techniques, simply because the authors didn't know about a precedent in another MIB, or writing incorrect MIBs. Thus, understanding MIBs requires careful and detailed reading to determine the intent of the author.\ There has been enormous growth in recent years in the development of SNMP-based management stations, as well as a flood of MIBs from both vendors and international standards bodies. These MIBs are the language of network and applications management.\ Whether you are a network manager trying to manage devices from numerous vendors, a test engineer putting together a test plan, or a product manager writing a data sheet, it may indeed seem as if all MIBs were written by a small, evil group of which you're not a part. If you are going to be involved with network management anywhere along the chain, understanding MIBs is quickly becoming a requirement. Whether you are a designer or user of MIBs, this book was written so you, too, can get some real work done, and not waste time learning the initiation rites of this small, evil group.\ The Scope Of This Book\ There are a number of excellent books already in print that attempt to provide an overview of the entire Network Management universe; there are also several excellent texts specifically focusing on the Simple Network Management Protocol (SNMP) in all of its deceiving simplicity.\ This book is different, in that it focuses on the key aspects of SNMP-based management that you must know to allow you to first, read and understand existing MIBs, and then (if you are so inclined) design, define, and write useful, compliant MIBs for your own devices or applications.\ The process of understanding MIBs is often confused with understanding the protocol. Naturally, the two are related, but understanding a MIB doesn't require that you have detailed knowledge of the inner workings of the protocol. Its definition and operation are fixed and can be treated as a “black box.” Understanding MIBs requires only a high level understanding and not in-depth knowledge of the protocol. This book gives you enough of an introduction to SNMP that you can understand what will be going on with the protocol, and how it relates to good MIB design.\ Also confused with writing a MIB are the tasks of writing the code that makes available, or uses, specific instances of management information defined in a MIB. These are separate tasks, which may be performed by the same individual. This book introduces the concepts needed for development of an agent or management application, but is not a tutorial on these tasks. That information is provided by vendors of agent and management application development systems.\ A summary of all the elements of SNMP is provided as appendices so you will have one reference source for what you need to know to do useful work.\ Who Should Read This Book\ This book was written with three main audience groups in mind:\ — Network administrators (and end-users), who cannot change the network information that is available to them, but would like to be able to read and understand the manageable aspects of their network.\ — Personnel of network component vendors (which includes agent and application developers, test engineers, and product managers), who must be able to define and create software based on the management aspects specified in existing MIBs, create new MIB specifications for management elements that have not yet been standardized, test that the implementations are compliant, and find creative ways to differentiate products that are based on standardized specifications.\ — Students, who can use this book to complement introductory texts on SNMP, or as the primary source in a project-oriented class to apply network management.\ Our Credo\ This book contains facts, our experiences, and our beliefs tempered by the comments of our reviewers. A primary result of our experiences in network management is the following belief, which we call the Fundamental Axiom of Technology, and is our credo.\ The impact of learning about a technology must be minimal, and must not stand in the way of applying the technology.\ We believe the burden of communicating the concepts and applications of a technology should be on the creators and proponents of the technology and not on the users of the technology. Please let us know how we did after you have read the book.

ForewordPrefaceCh. 1An Introduction to SNMP-based Management1Ch. 2SNMP Management Information19Ch. 3MIB Module Syntax55Ch. 4Applying the SNMP-based Management Model143Ch. 5Inside and SNMP-managed System153Ch. 6SNMP Operations169Ch. 7Object Modelling187Ch. 8Practical Considerations in Building and Maintaining MIBs205Ch. 9Advanced Techniques: Data Structures and Data Types277Ch. 10MIB Design Choices in Standard MIBs299Ch. 11MIB Compilers325Ch. 12Development of a MIB343App. AASN.1 and BER387App. BSNMP Protocol401App. CSMIC User's Guide423App. DGuide to MIB Resources483App. EReferences & Reading List487App. FGuide to the CD-ROM489Index493

\ From Barnes & Noble\ \ Fatbrain Review\ An excellent tutorial and reference for the Simple Network Management Protocol (SNMP) Management Information Base (MIB). Focuses on a functional view of SNMP emphasizing understanding, interpretation, and design of MIBs. Introduces SNMP management information, relatinships, events, and identifiers. Examines MIB module syntax, specifications, constructs, layout, and elements. Applies the management model, delves into the SNMP managed system and operations. Discusses object modelling, practical considerations of building and maintaining MIBs, data structures and data types, design choices, and compilers. Concludes by guiding you through the complete development of a MIB. Appendixes contain ASN.1 and SNMP references abd user and resource guides. The multiplatform CD-ROM contains executables, HTML versions of all MIBs, and relevant RFCs. A recommended reference indeed. Two excellent complementary volumes are SNMP, SNMPv2 and RMON : Practical Network Management, Second Edition and Benchmarking for Effective Network Management. The first is a good SNMP tutorial containing updated current information. The second emphasizes the nuts and bolts, showing you exactly what you have and how well your network is managed.\ \