Re: HC-RMON error with mib2c

2006-07-27 Thread Robert Story
On Tue, 18 Jul 2006 17:54:24 -0400 (EDT) Dominique wrote: DB> I try to generate code for the HC-RMON MIB (RFC3273) DB> with the command "env MIBS="+HC-RMON-MIB" mib2c DB> mib2c.mfd.conf etherHistoryHighCapacityTable" but the DB> perl script stop in the middl

HC-RMON error with mib2c

2006-07-18 Thread Dominique bastien
Hi, I try to generate code for the HC-RMON MIB (RFC3273) with the command "env MIBS="+HC-RMON-MIB" mib2c mib2c.mfd.conf etherHistoryHighCapacityTable" but the perl script stop in the middle of the generation with the following error: writing to defaults/table-etherHistoryH

Re: HC-RMON

2006-02-22 Thread Dominique bastien
Now it's work. It was a MIB browser problem. I change my browser version to get the latest and greatest but the default value for the protocol is set back to SNMPv1. p.s.: Maybe somebody can put an 64bits counter example inside the file ibgroup\examples\example.c with a special note to the coder t

Re: HC-RMON

2006-02-22 Thread Dave Shield
On Tue, 2006-02-21 at 18:22 -0500, Dominique bastien wrote: > I try to implement the HC counters in the RMON code. > But I'm not able to receive my 64 bits counter with my > MIB browser. I need help, it seem that my return code > is not correct. At a very brief scan of your code, it looks correct.

HC-RMON

2006-02-21 Thread Dominique bastien
I try to implement the HC counters in the RMON code. But I'm not able to receive my 64 bits counter with my MIB browser. I need help, it seem that my return code is not correct. Here is the file that I try to debug but I'm not very fluent with the netSNMP code. If somebody can point me my mistake