Re: query multiple tables

2006-01-20 Thread Dave Shield
On Thu, 2006-01-19 at 13:53 -0800, Fong Tsui wrote: > I have no problem to snmpget multiple OIDs, such as > snmpget -c public localhost ifSpecific.6 sysUpTime.0 As documented in the man page: $ man snmpget NAME snmpget - communicates with a network entity using SNM

query multiple tables

2006-01-19 Thread Fong Tsui
I have no problem to snmpget multiple OIDs, such as snmpget -c public localhost ifSpecific.6 sysUpTime.0 However, if I snmpwalk on multiple tables, such as snmpwalk -c public localhost interface system I only can get interface table and no system table data. Is it supposed that way? Is there