vserverType
NETAPP-MIB ·
.1.3.6.1.4.1.789.1.27.1.1.15
Object
column Enumeration
Type of the vserver. There are four distinct supported
types: data, admin, node and system.
'data' vservers are the default scale-out vservers.
One 'admin' vserver exists per cluster and it
provides universal administrative access to the cluster.
One 'node' vserver exists per node in the cluster and
identifies the physical controller. 'system' vserver is
for cluster-scoped communications in an IPspace.
Context
- MIB
- NETAPP-MIB
- OID
.1.3.6.1.4.1.789.1.27.1.1.15- Type
- column
- Access
- readonly
- Status
- current
- Parent
- vserverEntry
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::vserverType'
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::vserverType.<vserverIndex>'
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::vserverType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | data |
1 | admin |
2 | node |
4 | system |