搜索资源列表
PATROL-implementation-of-SNMP
- BMC Patrol基于SNMP协议的监控-BMC Patrol-based SNMP monitoring
snmp-paper
- 一个台湾人书写的关于SNMP开发的论文,很有参考价值!-a papers for snmp writen by taiwan people
RealizationOfCampusNetworkNPMSbasedonSNMP
- 用Java 语言实现了基于Web 方式的校园网网络性能管理系统。SNMP (Simple Network ManagementProtocol ) 服务模块采用SNMP 在后台实时采集并处理数据。为了更加快速地查询实时及历史数据以及更加快速地以图形的方式显示流量信息, 在Web Server 端采用Java Servlet 在后台定时地从数据库服务器存取数据并动态地生成图像文件, 而前台只是显示该静态图片并定时刷新页面, 这样网络管理员可不受地理位置的限制更快速、直观地了解网络运行情况。-Imp
using_NET-SNMP_develop_agent
- 对于net-snmp我也是一个初学者,开始学习时也碰到了很多低级的问题。在很多论坛上, 建议大家直接去sourcefoge社区看关于net-snmp的mail-list)m都没有比较初级入门的文章,本着开源学习的精神,把自己的一点收获,共享给大家。通过参考一些前辈的文章和帮助文档,本文实现了一个简单的mib,并编写了文档。本文主要面向初级学习者(我也是个菜鸟),欢迎大家留言讨论。-For the net-snmp I am also a beginner, start learning when
SNMP_Example_1
- snmp generator this is the program for development projects
SNMPDeveloperGuide.pdf.tar
- snmp 协议手册,英语书籍,详细讲解snmp协议及其实现-snmp protocol manual, English books, explain in detail snmp protocol and its implementation
python_forUnix
- 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 ef
snmp_pp.doc
- 讲述使用SNMP++库进行网络管理程序开发的文档-About the use of SNMP++ library for network management program development documents
snmp4j_doc
- snmp4j 包的介绍文档,非常详细,有助于开发snmp相关的java程序-snmp4j package descr iption document is very detailed and help to develop java snmp-related procedures
perkins
- Dave Perkins 《Understanding SNMP MIBs By David T. Perkins, September, 1993. Revision》的中文翻译,翻译的不是很好。有中文版本,中英文对照版本和英文原版。-Dave Perkins "Understanding SNMP MIBs By David T. Perkins, September, 1993. Revision "of the Chinese translation, the trans
AGENT_SNMP
- This document gives examples on how to obtain MAC and IP address accounting information from Cisco routers using Simple Network Management Protocol (SNMP).
SSNMP
- 本文档详细描述了一个简单的SNMP网管软件管理程序和代理程序的设计和实现-This document describes in detail a simple SNMP network management agent software management program and the design and implementation
UNIX
- 随着IT网络规模和复杂性不断增加,对网络进行有效管理,保证网络的运行质量,变得越来越重要。主机管理是IT网管中不可忽视的一部分,一般情况下人们都采用SNMP来获得设备主机的相关信息。但是对UNIX主机而言,并非所有的设备信息都能通过SNMP来取得,因为SNMP中的一些变量是不可访问的,而且另有一些需要管理的设备信息SNMP不提供支持。 本文设计并实现了一套独立于SNMP的UNIX主机信息采集系统,对自适应高可扩展主机管理信息采集机制进行了研究,并对以下关键技术问题给出了解决方法: 1)负载自适应
snmp-proj-4th
- The Simple Network Management Protocol (SNMP) is an application layer protocol that facilitates the exchange of management information between network devices. It is part of the Transmission Control Protocol/Internet Protocol (TCP/IP) protocol su
WANGGUAN
- 网络管理,在基于SNMP协议的前提下,通过VC6.0开发的网络管理软件。-Network management, SNMP-based premise, through VC6.0 development of network management software.
void-CMyMIBBrowserDlg
- MIB管理信息库(MIB)是网络管理中的重要组成部分。每个 MIB 包含:系统 与设备的状态信息,运行的数据统计,配置参数等。通过 SNMP 的五种命令就 可以读取或设置 MIB 库中变量的值[3]。所以,通过 MIB,网络管理器对管理对 象的管理就简化为网络管理器对被管理对象的 MIB 库的内容的查看和设置。对 不同的设备,只要它们有相应的代理软件和统一的 MIB,网络管理器就可以对 它进行统一管理。同时,网络管理器对被管对象的控制也通过 MIB 改变为对 MIB 内变量值的设置,这样就避免了
snmp(051229)
- 一个基于snmp发现网络设备的软件,可以进行查找。-A discovery based on SNMP network equipment, software, can be find.
H3C-Comware_MIB
- H3CMIB,snmp使用,希望它能帮助到你-H3CMIB, snmp use, hope it can help to you
develop snmp for ethernet switch
- develop snmp for ethernet switch
深入理解Net-SNMP 张春强
- 全书一共15章,分为3个部分:基础篇(第1~6章)介绍了网络管理框架、简单网络管理协议、抽象语法标记、管理信息结构、管理信息库、传输编码,以及Net-SNMP的概念、特点、工具集、mib2c、安全机制、TRAPs、支持的开发模式;实战篇(第7~11章)详细讲解了Net-SNMP的功能和使用、管理端的应用开发,以及2个综合性的案例;高级篇(第12~15章)讲解了代码的重构与优化、测试与调试、免维护的思路等。