Differences between revisions 9 and 11 (spanning 2 versions)
Revision 9 as of 2013-07-22 07:26:16
Size: 970
Editor: PieterSmit
Comment: Add Linux snmpwalk example
Revision 11 as of 2013-07-22 09:56:51
Size: 1647
Editor: PieterSmit
Comment: add XIV walks.
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:
   * $ snmpwalk -v2c -c xiv 10.x.y.z system    * $ snmpwalk -v2c -c public 10.x.y.z system
     * Linux Notes 201307
       * $ sudo apt-get install snmp-mibs-downloader
       * $ sudo download-mibs
       * Mibs loaded from "$HOME/.snmp/mibs" and "/usr/local/share/snmp/mibs"
         * check with $ net-snmp-config --default-mibdirs

 * MIB links
   * IBM XIV MIB : http://www-01.ibm.com/support/docview.wss?uid=ssg1S4000913
     {{{
         #From: http://aussiestorageblog.wordpress.com/2011/03/17/xiv-and-snmp-lets-walk-the-walk/
         export ip=10.x.y.z
         snmpwalk -v 2c -c XIV -m XIV-MIB $ip xiv
         snmpwalk -v 2c -c XIV -m XIV-MIB $ip xivFailedDisks
         snmpwalk -v 2c -c XIV -m XIV-MIB $ip xivFreeSpaceSoft
     }}}

SNMP Simple Network Mangement

...


CategoryCisco CategoryNetworkManagement

snmp (last edited 2017-11-10 22:46:44 by PieterSmit)