On Thu, 6 Jul 2006 14:08:29 -0400 (EDT) Dominique wrote:
DB> I found a workaround, based on the logs I found the
DB> function with the switch case for each col and no
DB> entries are generate for the missing entries. I add
DB> these lines before the default:
DB>
DB> case 12:
DB> re
On Thu, 6 Jul 2006 13:44:10 -0400 (EDT) Dominique wrote:
DB> The log are:
DB>
DB> Jan 14 03:57:09 P002-0004 snmpd[109]: registered debug
DB> token internal:dot3Stats$
Those are just from startup.. I want the ones from the walk.
Using Tomcat but need to do more? Need to support web services, secu
On Fri, 7 Jul 2006 10:17:56 -0400 Robert wrote:
RS> On Thu, 6 Jul 2006 14:08:29 -0400 (EDT) Dominique wrote:
RS> DB> I found a workaround, based on the logs I found the
RS> DB> function with the switch case for each col and no
RS> DB> entries are generate for the missing entries.
Ahhh... I missed
I found a workaround, based on the logs I found the
function with the switch case for each col and no
entries are generate for the missing entries. I add
these lines before the default:
case 12:
return MFD_SKIP;
case 14:
return MFD_SKIP;
case 15:
r
I used the version 5.3.0.1
The log are:
Jan 14 03:57:09 P002-0004 snmpd[109]: registered debug
token internal:dot3Stats$
Jan 14 03:57:09 P002-0004 snmpd[109]: registered debug
token verbose:dot3StatsT$
Jan 14 03:57:09 P002-0004 snmpd[109]: registered
debug token 9:dot3StatsTable, $
Jan 14 03:59:
On Wed, 5 Jul 2006 16:43:01 -0400 (EDT) Dominique wrote:
DB> I also add code at the end of the data_access
DB> (dot3StatsTable_container_load) fonction to set the
DB> column_exists_flags.
DB> [...]
DB> But when I try to display the table with a walk it
DB> stop at the first hole (unassigned value 1
Hi,
I currently try tp implement the EtherLike MIB but I
had some difficulty due to unassigned values in the
table. I reponse yes to the following question from
mib2c.
<>
I also add code at the end of the data_access
(dot3StatsTable_container_load) fonction to set the
column_exists_flags.
row