Dear Dave/users,
Again, I beg your pardon if this has been asked before but I was not able to find a solution on the Internet myself. Using Perl. I have a total of 2085 oids in an array (for the same one equipment). Most of the oids are for ifHCIn/OutOctets. Others for discards, inputerror etc. Session is created (successfully) by setting maxmsgsize to 65535. Then I use: $result = $session->get_request(-varbindlist => \@oids,); It gives me this: ERROR: No response from remote host. When I reduce the number of oids in the above array to around 60 I get the response successfully. Questions: 1) Where is the bottleneck? 2) What can be done in this case to get all the values for all the OIDs (which are all accessible in chunks). 3) Is there a monitoring tool that you can use to see where the packets are dropped or is the bottleneck etc. 4) Can/should something be changed on the host(router)? Really thanks in advance for your kindness. Regards, Dave ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
