2009/10/28 Jerry Huang (jerhuang) <[email protected]>:
> I have the following command syntax works fine for "getbulk from
> snmpResearch":
>
> getbulk -v2c 172.28.83.100 public 0 1000 vtpVlanState.1.300
>
> What is the corresponding for "snmpbulkwalk"?
The simplest command would be
snmpbulkwalk -v2c -c public 172.28.83.100 vtpVlanState.1.300
That uses default values of 0 (for non-repeaters) and 10 (for max repetitions)
To ask for 1000 repetitions, try
snmpbulkwalk -v2c -c public -Cr1000 172.28.83.100 vtpVlanState.1.300
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