OK,

What I do now is a
snmpwalk -v 2c -c public 10.115.221.35 .1.3.6.1.4.1.3032.64.4

or to be compatible with 5.1.1
snmpdata=`snmpwalk -v 2c -c $1 $2 .1.3.6.1.4.1.3032.65 | grep "STRING" | awk 
-F"\"" '{ print "\n"$2 }'| tail -n1`
echo $snmpdata

cheers

>>> "Dave Shield" <[EMAIL PROTECTED]> schrieb am Freitag, 20. Juli 2007 um
14:08:
> On 20/07/07, Dave Shield <[EMAIL PROTECTED]> wrote:
>> First table - configuration (enterprises.3032.65.2.1... - see
>> nsExtendConfigEntry)
> 
>     [snip]
> 
>> Second table - configuration (enterprises.3032.65.3.1... - see
>> nsExtendOutput1Entry)
> 
> Second table - basic output....
> 
>     [snip]
> 
>> Second table - configuration (enterprises.3032.65.4.1... - see
>> nsExtendOutput2Entry)
> 
> Third table - line-by-line output ...
> 
>     [snip]
> 
> <Sigh>
> You just can't get the staff these days.....
> 
> Sorry for any confusion.
> 
> Dave
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ 
> _______________________________________________
> 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


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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