Hi,
Please help. I have snmpd with below config

maxGetbulkRepeats 0
maxGetbulkResponses 4000

When i make snmpbulkwalk with Cr4000 to snmpd i get timeout error

sudo snmpbulkwalk -v2c -Cn0 -Cr4000 -c public localhost 1.3.6.1.4.1.22835 |
wc -l
Timeout: No Response from localhost
0

But when i make snmpbulkwalk with Cr500 i got the total pdu that i need

sudo snmpbulkwalk -v2c -Cn0 -Cr500 -c public localhost 1.3.6.1.4.1.22835 |
wc -l
3909

My question is
1) Why this timeout occur ?
2) What is limit for snmpd getbulk respond?

thanks for help
Azam
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
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