Differences between revisions 8 and 11 (spanning 3 versions)
Revision 8 as of 2013-04-08 15:01:51
Size: 873
Editor: PieterSmit
Comment: add NbrState match.
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 24: Line 24:
 * Linux - snmpwalk examples
   * $ export MIBS=ALL
   * $ 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)