Hello,

i implement a table with mib2c successfuly. I get my data from internal running 
deamon which profides the specific data structures for my table.
But i observe, if i make an snmptable request the data request is called 10 
times, but i only have one data entry within my table. 

Can i change the max_rep value from the GETBULK message within the snmpd.conf 
file?

Request:
snmptable -v 2c -c public -Cf + 192.168.10.71 1.3.6.1.4.1.26958.25.3.3

Print statement from snmpd:
Received SNMP packet(s) from UDP: [192.168.10.163]:58098->[192.168.10.71]
  GETBULK message, non-rep=0, max_rep=10
    -- INDUSOL-MODULAR-INSPEKTOR-MIB::modOperStatus.37122
moduleTable_get_next_data_point
moduleTable_get_next_data_point
moduleTable_get_next_data_point
moduleTable_get_next_data_point
moduleTable_get_next_data_point
moduleTable_get_next_data_point
moduleTable_get_next_data_point
moduleTable_get_next_data_point
moduleTable_get_next_data_point
moduleTable_get_next_data_point
       
Sending 264 bytes to UDP: [192.168.10.163]:58098->[192.168.10.71]
.....
.....

Norman
-- 
NEU: FreePhone - kostenlos mobil telefonieren und surfen!                       
Jetzt informieren: http://www.gmx.net/de/go/freephone

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to