Nikhita,
The snmp bulk get response depends on agent's configuration for
maxGetBulkResponses and maxGetBulkRepeats.
maxGetBulkResponses indicate how many varbind responses are allowed for a
single GETBULK request. This is set to default 100.
You can configure your agent to have different values, but it is not
recommended to have higher values as the agent hogs memory to build such
response .

-suresh
(palsnmp)

From:  Karnati Nikhita <nikhi.karn...@gmail.com>
Date:  Sat, 29 Nov 2014 23:58:24 +0530
To:  <net-snmp-users@lists.sourceforge.net>
Subject:  snmpbulkget query

Hi,

I was trying to use snmpbulkget but I am not able to iterate more than 100.
Is there any restriction on no of iterations?

For 30 iterations I was getting 60 values for two oids.
But for 60 iterations the output was only 100 for two oids.
Similarly for rest of them with single oids.

[nuo-sw-build23:~] snmpbulkget -cpublic -v2c  -Cr30 10.127.118.31
1.3.6.1.2.1.31 1.3.6.1.4.1.9.9.46 > nik
[nuo-sw-build23:~] cat nik | wc -l
     60
[nuo-sw-build23:~] snmpbulkget -cpublic -v2c  -Cr60 10.127.118.31
1.3.6.1.2.1.31 1.3.6.1.4.1.9.9.46 > nik1
[nuo-sw-build23:~] cat nik1 | wc -l
    100
[nuo-sw-build23:~] snmpbulkget -cpublic -v2c  -Cr60 10.127.118.31
1.3.6.1.2.1.31  > nik2
[nuo-sw-build23:~] cat nik2 | wc -l
     60
[nuo-sw-build23:~] snmpbulkget -cpublic -v2c  -Cr100 10.127.118.31
1.3.6.1.2.1.31  > nik3
[nuo-sw-build23:~] cat nik3 | wc -l
    100
[nuo-sw-build23:~] snmpbulkget -cpublic -v2c  -Cr1000 10.127.118.31
1.3.6.1.2.1.31  > nik4
[nuo-sw-build23:~] cat nik4 | wc -l
    100
[nuo-sw-build23:~] snmpbulkget -cpublic -v2c  -Cr200 10.127.118.31
1.3.6.1.2.1.31  > nik5
[nuo-sw-build23:~] cat nik5 | wc -l
    100
[nuo-sw-build23:~] 

Thanks,
Nikhita
----------------------------------------------------------------------------
-- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from
Actuate! Instantly Supercharge Your Business Reports and Dashboards with
Interactivity, Sharing, Native Excel Exports, App Integration & more Get
technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________ 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

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
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