> 
> I did walk on snmpVacmMIB table, for the last vacmViewTreeFamilyStatus
> data, it gave "No more variables left in this MIB View (It is past the
> end of the MIB tree)".  It seems OID is duplicated.

Yes - this is perfectly normal.

The first copy of the last vacmViewTreeFamilyStatus instance displays
the actual value for that final entry.
   But snmpwalk doesn't know that this is the last entry, so it tries
another GETNEXT" request, to see if there's anything else.   There isn't,
so the agent returns a 'endOfMibView' exception (as it's supposed to).

What you see is snmpwalk reporting this.
Effectively telling you
   "Here's the table you asked for, and that's the last information
that the agent knows about"


There's probably an argument to be made for suppressing this in the
snmpwalk output, but it's nothing to worry about.

Dave



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idP47&alloc_id808&op=click
_______________________________________________
Net-snmp-coders mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to