On Tue, 19 Jun 2007 10:26:06 -0700 (PDT) Need wrote:
NH> OC-STB-HOST-MIB::ocStbHostAnalogVideoProtectionStatus.3 = INTEGER: 
copyProtectionOff(0)

NH> Here is the "snmpgetnext" output you requested:

Hmm.. ok.. now lets try something a little bit different... comment out the
code we added to the analog table's interface handler for dealing with
MFD_SKIP, and in the ocStbHostAnalogVideoProtectionStatus get function, add
code along the lines of

   if (status == 0) /* copyProtectionOff */
      return MFD_SKIP;


Then do the getnext again, and send the results again. (returning skip from
each of the get routines should work, but it's obviously not a very efficient
option. I'm hoping the debug output will reveal an interesting difference.)

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to