Does net-snmp support the diffie-helman's MIB? Help please

2013-12-11 Thread Marcelo Venegas
Please I hope someone can help me it's very urgent... I've searched this in internet and the answers are too old (2006), I need to know something current. Can someone tell me if in the latest version of NET-SNMP (5.7.2) is supported the SNMP-USM-DH-OBJECTS-MIB? I need to execute the snmpusm

Re: Does net-snmp support the diffie-helman's MIB? Help please

2013-12-11 Thread David Ganor
Hi, I haven't configured an NetSNMP agent to do key exchange myself, but the error you get suggests that the agent didn't load the SNMP-USM-DH-OBJECTS-MIB MIB or wasn't compiled with it. To check this maybe try to do an snmpget of SNMP-USM-DH-OBJECTS-MIB::usmDHParameters (1.3.6.1.3.101.1.1.1).

Re: mib2c.table_data.conf quastion/issue

2013-12-11 Thread David Ganor
Hi, Can you show how did you define the channelTable in the MIB file? I suspect we might find something there... BR, David Ganor On 11/12/2013 02:50, Dirk Buijsman wrote: I generated a C-skeleton using mib2c -c mib2c.table_data.conf MY.MIB. A part of the output is the structure: struct

RE: mib2c.table_data.conf quastion/issue

2013-12-11 Thread Michael Shcwarcz
Hi, The duplicate fields are generated because of this line: @foreach $c column@ After the index values are generated it generates all the entry fields again (including the indexes). Try replace the above line with this line: @foreach $c nonindex@ BR, Michael Schwarcz From: David Ganor

Re: mib2c.table_data.conf quastion/issue

2013-12-11 Thread Bill Fenner
It looks like the mib2c file was written assuming that MIBs follow the SMIv2 practice of making INDEX objects not-accessible. Objects which are both specified in the INDEX clause of a conceptual row and also columnar objects of the same conceptual row are termed auxiliary objects. The

Compile net-snmp 5.7.2 on Solaris 10

2013-12-11 Thread Indian Warrior
Hello , Can you please provide the procedure to compile net-snmp 5.7.2 on Solaris 10 ? Thanks -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how

Difference between traps sent by snmpd and snmptrapd

2013-12-11 Thread Chaitanya Gulhane
Hi, I am planning to write a C code to send traps from my code. I have list of traps related to system like CPU utilization, CPU temperature, system crashed etc to be sent by my code. I want to know which traps I can send by using snmpd and which traps by using snmptrap commad. Can you please

rewrite ifTable implementation

2013-12-11 Thread academ...@yahoo.com
Dear netsnmp users, I need to disable ifTable implementation in net-snmp and rewrite it since the interfaces are not available on the machine that is running netsnmp. So I generated ifTable stub code from mfd and tested it as a subagent and it works fine. However, if I want to approach the

RE: mib2c.table_data.conf quastion/issue

2013-12-11 Thread Dirk Buijsman
Thanks for the replies. Michael, your solution works. Should I file a bug-report? When I run mib2c on a standard the standard IF-MIB I get the same type of result, so I think that rules the MIB out:mib2c -c mib2c.table_data.conf ifTable /* Typical data structure for a row entry */struct