On 7 April 2010 09:18, martin <[email protected]> wrote:
> mar...@home:~> snmpwalk -c public -v 2c 192.168.1.101 > /tmp/apc1
>
> As I understand, there are only network related differences present
> like counted packages of different protocols(ICMP, SNMP, etc).

Please see the FAQ entry
    Why can't I see values in the <INSERT ENTERPRISE HERE> tree?
         http://www.net-snmp.org/wiki/index.php/FAQ:Applications_06

I strongly suspect that the MIB objects you require are part of
a vendor-specific MIB tree.   By default, "snmpwalk" will only walk
the standard MIB subtree "mib2".

Try
    snmpwalk -c public -v 2c 192.168.1.101   .1   > /tmp/apc{1,2}

to see _everything_, or

    snmpwalk -c public -v 2c 192.168.1.101   .1.3.6.1.4.1.318   > /tmp/apc{1,2}

to see the APC-specific information.

Dave

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
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

Reply via email to