Network and Storage Protocols

NetAPP OID description

FRANK_KEOUGH
12,651 Views

Is there a document available from NetAPP with a description of the available MIBs/OIDs?

for example there is this MIB 1.3.6.1.4.1.789.1.9.20.1.5 (SnapMirrorState) it returns a table of values, so far I have seen 1 & 2.

What are the returned values? I am unable to find a document that tells me that information. System Admin Guide, protocol guide.

For example Dell publishes their MIBs and descriptions

http://support.dell.com/support/edocs/software/svradmin/7.0/en/SNMP/PDF/SNMP.pdf

It seems that NetAPP want to use traps and I would like to avoid that if possible.

Thanks

2 REPLIES 2

mharding
12,651 Views

The documentation is on the Support site, arranged by ONTAP version:  http://support.netapp.com/NOW/download/tools/mib/

chute
12,651 Views

If you look inside the /etc/mib/netapp.mib file, all of the descriptions are included. Then you can cross reference the OIDs listed in the /etc/mib/traps.dat file. These files are found on each controller and as mentioned above are OnTap specific.

::EXAMPLE::

v3ccFsinfos                     OBJECT-TYPE

SYNTAX                          Counter32

        MAX-ACCESS                      read-only

        STATUS                          current

DESCRIPTION

   "The number of NFS Version 3 calls received

    for the NFSPROC3_FSINFO (Get Static File

    System Information) procedure, that did not

    result in the filesystem blocking to read

    from disk, since the last time the statistics

    were cleared."

Link to the KB doc talking about cross referencing the two. https://kb.netapp.com/support/index?page=content&id=1010045

Public