aggrRowInfo
NETAPP-MIB ·
.1.3.6.1.4.1.789.1.5.11.1.14
Object
column Enumeration
Aggregate is 'available' or 'partiallyAvailable'.
This OID is available only from the cluster
management interfaces.
Two possible values are:
'available' :
Indicates a normal case when everything went
fine while fetching the values of the fields
for this table and all values returned
are valid.
'partiallyAvailable' :
Indicates something went wrong while fetching
the values of the fields for this table and
not all the values are valid.
For fields that could not be fetched, default
values are set. For integers it is -1, for
counters 0, and for string it is null.
Context
- MIB
- NETAPP-MIB
- OID
.1.3.6.1.4.1.789.1.5.11.1.14- Type
- column
- Access
- readonly
- Status
- current
- Parent
- aggrEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NETAPP-MIB' -M '/opt/observium/mibs/netapp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETAPP-MIB::aggrRowInfo'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETAPP-MIB' -M '/opt/observium/mibs/netapp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETAPP-MIB::aggrRowInfo.<aggrIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETAPP-MIB' -M '/opt/observium/mibs/netapp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETAPP-MIB::aggrRowInfo'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | available |
2 | partiallyAvailable |