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:
            return MFD_SKIP;

and now the walk is fine. But why the mib2c doesn't
generate these entries?

Dominique



--- Dominique bastien <[EMAIL PROTECTED]> wrote:

> 
> 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:59 P002-0004 snmpd[111]: unknown column
> 12 in _dot3StatsTable_get_$
> 
> Dominique
> 
> > --- Robert Story <[EMAIL PROTECTED]> wrote:
> > 
> > > 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 12
> > see
> > > DB> rfc3635).
> > > DB> 
> > > DB> Can anyone can explain to me what happen, if
> I
> > > missed
> > > DB> something in the code to add or it's a
> normal
> > > behavior
> > > DB> for the snmpwalk.
> > > 
> > > It is not normal behaviour. What release did you
> > use
> > > to generate the code?
> > > 
> > > Can you run the agent with
> > > 
> > > 
> > >
> >
>
-Dinternal:dot3StatsTable,verbose:dot3StatsTable,9:dot3StatsTable
> > > 
> > > and send me the results?
> > > 
> > > Using Tomcat but need to do more? Need to
> support
> > > web services, security?
> > > Get stuff done quickly with pre-integrated
> > > technology to make your job easier
> > > Download IBM WebSphere Application Server
> v.1.0.1
> > > based on Apache Geronimo
> > >
> >
>
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > > _______________________________________________
> > > Net-snmp-coders mailing list
> > > [email protected]
> > >
> >
>
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
> > > 
> > 
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam
> > protection around 
> > http://mail.yahoo.com 
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> http://mail.yahoo.com 
> 
> Using Tomcat but need to do more? Need to support
> web services, security?
> Get stuff done quickly with pre-integrated
> technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1
> based on Apache Geronimo
>
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Net-snmp-coders mailing list
> [email protected]
>
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to