2009/11/19 Reinaldo Moodey <[email protected]>: > How do I execute an snmpbulkwalk command. I put the OIDs one aftre the > other, but it only give response to the fist OID and ignores the others.
That's right. snmpbulkwalk is a version of the snmpwalk command, which inherently takes a single starting point. Anything else is ignored. You may have more luck using the command snmpbulkget (or snmpgetbulk, I never remember which it is). This is a command wrapper round the GETBULK protocol request. Dave ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
