Tagged Questions

0
votes
1answer
25 views

Ordering of MIB

I am having one MIB SAF-CKPT-MIB When I am trying the command snmpget -v2c -c public -mALL (IP_address) …
8
votes
3answers
197 views

Make a PHP site send SNMP information to a network management app

Hi, I'm trying to make a PHP website send information through SNMP. I've been reading allot about SNMP, but I'm still a bit clueless about where to start. I believe I need to create an MIB with all …
0
votes
2answers
69 views

What are the child OIDs in an SNMP trap?

I have inherited a MIB and example documentation, and need to re-implement the code that generates traps. (For various reason the original code is lost and gone forever, but CM is not my question.) …
0
votes
0answers
54 views

How to register a new MIB module?

Hello all! For those who have tried using the net-snmp library, how do you add a new mib module? What I so far did was generate a template newmodule.c and newmodule.h files using the mib2c command. …
1
vote
3answers
80 views

SNMP MIB Visualizer recommendations?

Are there any free visualization tools for MIBs? I've been assigned some SNMP trap normalization/enrichment work and been given Cisco ONS 15454s to start with. The MIBs seem more complex than others …
3
votes
1answer
216 views

SNMP MIB development tool

Does anybody know a good tool to assist in the development of an SNMP MIB with correct formatting and syntax? If possible, it should be free and run under Linux.
1
vote
0answers
42 views

Updating an existing trap parameters (objects) and partially sending parameters in a trap

We have created a list of traps (notification) that our application is exposing and described it in a MIB file. Today we came into a situation that we need to update the MIB and add additional …
2
votes
2answers
252 views

What are some good resources for understanding SNMP MIBs?

I know a little about SNMP, but not enough. I need to develop an application that can read standard SNMP MIBs and read/write the various properties. The network end is no problem, but the actual MIBs …