Storage & NAS · 6 min read

Monitor NetApp ONTAP over SNMP

ONTAP exposes SNMP at the cluster level. Here's how to enable it and what it's good for versus ONTAP's own REST API.

What you'll need

  • Cluster administrator access to ONTAP System Manager or the CLI
  • A Linivo sensor with network access to the cluster management LIF
1

Enable SNMP on the cluster

From the ONTAP CLI, SNMP is enabled and a community is set at the cluster scope, applying to every node.

system snmp community add -type ro -community-name linivoRO
system snmp init -community linivoRO
2

Point Linivo at the cluster management LIF

Poll the cluster's management logical interface rather than an individual node IP, since that's what ONTAP's SNMP agent actually answers on and reflects cluster-wide state.

3

Consider ONTAP's REST API for deeper detail

SNMP covers basic health and capacity; ONTAP's REST API exposes per-volume snapshot usage, replication lag and QoS metrics SNMP doesn't carry. Use SNMP for baseline monitoring and add the REST integration if you need that extra depth.