Book Description
A practical introduction to SNMP for system network administrators. Starts with the basics of SNMP, how it works and provides the technical background to use it effectively.
Author : Douglas R. Mauro
Publisher : "O'Reilly Media, Inc."
Page : 340 pages
File Size : 11,7 MB
Release : 2001
Category : Computers
ISBN : 9780596000202
A practical introduction to SNMP for system network administrators. Starts with the basics of SNMP, how it works and provides the technical background to use it effectively.
Author : Douglas Mauro
Publisher : "O'Reilly Media, Inc."
Page : 464 pages
File Size : 10,33 MB
Release : 2005-09-21
Category : Computers
ISBN : 0596552777
Simple Network Management Protocol (SNMP) provides a "simple" set of operations that allows you to more easily monitor and manage network devices like routers, switches, servers, printers, and more. The information you can monitor with SNMP is wide-ranging--from standard items, like the amount of traffic flowing into an interface, to far more esoteric items, like the air temperature inside a router. In spite of its name, though, SNMP is not especially simple to learn. O'Reilly has answered the call for help with a practical introduction that shows how to install, configure, and manage SNMP. Written for network and system administrators, the book introduces the basics of SNMP and then offers a technical background on how to use it effectively. Essential SNMP explores both commercial and open source packages, and elements like OIDs, MIBs, community strings, and traps are covered in depth. The book contains five new chapters and various updates throughout. Other new topics include: Expanded coverage of SNMPv1, SNMPv2, and SNMPv3 Expanded coverage of SNMPc The concepts behind network management and change management RRDTool and Cricket The use of scripts for a variety of tasks How Java can be used to create SNMP applications Net-SNMP's Perl module The bulk of the book is devoted to discussing, with real examples, how to use SNMP for system and network administration tasks. Administrators will come away with ideas for writing scripts to help them manage their networks, create managed objects, and extend the operation of SNMP agents. Once demystified, SNMP is much more accessible. If you're looking for a way to more easily manage your network, look no further than Essential SNMP, 2nd Edition.
Author : Douglas R. Mauro
Publisher : "O'Reilly Media, Inc."
Page : 460 pages
File Size : 11,72 MB
Release : 2005
Category : Computers
ISBN : 0596008406
Simple Network Management Protocol (SNMP) provides a "simple" set of operations that allows you to more easily monitor and manage network devices like routers, switches, servers, printers, and more. The information you can monitor with SNMP is wide-ranging--from standard items, like the amount of traffic flowing into an interface, to far more esoteric items, like the air temperature inside a router. In spite of its name, though, SNMP is not especially simple to learn. O'Reilly has answered the call for help with a practical introduction that shows how to install, configure, and manage SNMP. Written for network and system administrators, the book introduces the basics of SNMP and then offers a technical background on how to use it effectively. Essential SNMP explores both commercial and open source packages, and elements like OIDs, MIBs, community strings, and traps are covered in depth. The book contains five new chapters and various updates throughout. Other new topics include: Expanded coverage of SNMPv1, SNMPv2, and SNMPv3 Expanded coverage of SNMPc The concepts behind network management and change management RRDTool and Cricket The use of scripts for a variety of tasks How Java can be used to create SNMP applications Net-SNMP's Perl module The bulk of the book is devoted to discussing, with real examples, how to use SNMP for system and network administration tasks. Administrators will come away with ideas for writing scripts to help them manage their networks, create managed objects, and extend the operation of SNMP agents. Once demystified, SNMP is much more accessible. If you're looking for a way to more easily manage your network, look no further than Essential SNMP, 2nd Edition.
Author : Larry Walsh
Publisher :
Page : 0 pages
File Size : 33,12 MB
Release : 2008
Category : Computer network protocols
ISBN : 9780981492209
Intended for developers and end-users, instructional manual and reference features case descriptions, examples, practical advice, clear descriptions of standards, user exercises, and quiz questions. (Computer Books)
Author : David Perkins
Publisher : Prentice Hall
Page : 536 pages
File Size : 10,18 MB
Release : 1997
Category : Computers
ISBN :
A guide to developing and using MIB (Management Information Bases), database modules containing programs which allow you to monitor remote network files. CD will include working MIBS and MIBs compiler.
Author : Æleen Frisch
Publisher : "O'Reilly Media, Inc."
Page : 1179 pages
File Size : 24,78 MB
Release : 2002-08-23
Category : Computers
ISBN : 0596550499
Essential System Administration,3rd Edition is the definitive guide for Unix system administration, covering all the fundamental and essential tasks required to run such divergent Unix systems as AIX, FreeBSD, HP-UX, Linux, Solaris, Tru64 and more. Essential System Administration provides a clear, concise, practical guide to the real-world issues that anyone responsible for a Unix system faces daily.The new edition of this indispensable reference has been fully updated for all the latest operating systems. Even more importantly, it has been extensively revised and expanded to consider the current system administrative topics that administrators need most. Essential System Administration,3rd Edition covers: DHCP, USB devices, the latest automation tools, SNMP and network management, LDAP, PAM, and recent security tools and techniques.Essential System Administration is comprehensive. But what has made this book the guide system administrators turn to over and over again is not just the sheer volume of valuable information it provides, but the clear, useful way the information is presented. It discusses the underlying higher-level concepts, but it also provides the details of the procedures needed to carry them out. It is not organized around the features of the Unix operating system, but around the various facets of a system administrator's job. It describes all the usual administrative tools that Unix provides, but it also shows how to use them intelligently and efficiently.Whether you use a standalone Unix system, routinely provide administrative support for a larger shared system, or just want an understanding of basic administrative functions, Essential System Administration is for you. This comprehensive and invaluable book combines the author's years of practical experience with technical expertise to help you manage Unix systems as productively and painlessly as possible.
Author : William Stallings
Publisher : Addison Wesley Publishing Company
Page : 666 pages
File Size : 44,78 MB
Release : 1993
Category : Computers
ISBN :
A comprehensive introduction to network-management standards. Part I is a survey of network-management technology and techniques. Part II presents the SNMP family of standards, including SNMP itself, secure SNMP, and SNMPv2. An important enhancement of SNMP, known as RMON (remote monitoring) is also
Author : Noah Gift
Publisher : "O'Reilly Media, Inc."
Page : 456 pages
File Size : 12,4 MB
Release : 2008-08-22
Category : Computers
ISBN : 1449367186
Python is an ideal language for solving problems, especially in Linux and Unix networks. With this pragmatic book, administrators can review various tasks that often occur in the management of these systems, and learn how Python can provide a more efficient and less painful way to handle them. Each chapter in Python for Unix and Linux System Administration presents a particular administrative issue, such as concurrency or data backup, and presents Python solutions through hands-on examples. Once you finish this book, you'll be able to develop your own set of command-line utilities with Python to tackle a wide range of problems. Discover how this language can help you: Read text files and extract information Run tasks concurrently using the threading and forking options Get information from one process to another using network facilities Create clickable GUIs to handle large and complex utilities Monitor large clusters of machines by interacting with SNMP programmatically Master the IPython Interactive Python shell to replace or augment Bash, Korn, or Z-Shell Integrate Cloud Computing into your infrastructure, and learn to write a Google App Engine Application Solve unique data backup challenges with customized scripts Interact with MySQL, SQLite, Oracle, Postgres, Django ORM, and SQLAlchemy With this book, you'll learn how to package and deploy your Python applications and libraries, and write code that runs equally well on multiple Unix platforms. You'll also learn about several Python-related technologies that will make your life much easier.
Author : Alexander Clemm
Publisher :
Page : 560 pages
File Size : 47,29 MB
Release : 2007
Category : Computers
ISBN :
This book provides you with an accessible overview of network management covering management not just of networks themselves but also of services running over those networks. It also explains the different technologies that are used in network management and how they relate to each other.--[book cover].
Author : Barry Raveendran Greene
Publisher : Cisco Press
Page : 454 pages
File Size : 18,51 MB
Release : 2002
Category : Computers
ISBN : 9781587050411
Cisco® IOS software is extensive and it can often be difficult to navigate through the detailed documentation. Cisco® ISP Essentials takes those elements of IOS software that are of specific interest to ISPs and highlights many of the essential features that are in everyday use in the major ISP backbones. This book not only helps ISPs navigate this complex and detailed world to quickly gather the knowledge they require, but is also helps them harness the full feature-rich value by helping them identify and master those features that are of value to their particular area of interest and need.