NETWORK-ALCHEMY-CLUSTER-MIB: View SNMP OID List / Download MIB

VENDOR: NETWORK ALCHEMY


 Home MIB: NETWORK-ALCHEMY-CLUSTER-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
     clusterInfoName 1.3.6.1.4.1.2972.2.1.1 displaystring read-only
Name of this cluster
     clusterMemberInfoNumMembers 1.3.6.1.4.1.2972.2.1.2 integer read-only
Number of members in this cluster
     clusterAddrTable 1.3.6.1.4.1.2972.2.1.3 no-access
List of IP addresses for this cluster.
         clusterAddrEntry 1.3.6.1.4.1.2972.2.1.3.1 no-access
             clusterAddrIndex 1.3.6.1.4.1.2972.2.1.3.1.1 integer read-only
The index of the member list for this cluster
             clusterInfoAddrs 1.3.6.1.4.1.2972.2.1.3.1.2 ipaddress read-only
List of the cluster's IP addresses
     clusterMemberTable 1.3.6.1.4.1.2972.2.1.4 no-access
A list of information, one entry for each member of the cluster
         clusterMemberEntry 1.3.6.1.4.1.2972.2.1.4.1 no-access
A table entry containing information about a member of the cluster.
             clusterMemberIndex 1.3.6.1.4.1.2972.2.1.4.1.1 integer read-only
A unique value for each member in the cluster. The value ranges between 1 and the value of clusterMemberInfoNumMembers.
             clusterMemberPrimaryIPAddr 1.3.6.1.4.1.2972.2.1.4.1.2 ipaddress read-only
The member's primary IP address
             clusterMemberWorkload 1.3.6.1.4.1.2972.2.1.4.1.3 integer read-only
The member's workload
             clusterMemberMaster 1.3.6.1.4.1.2972.2.1.4.1.4 integer read-only
Is this member the master??? Enumeration: 'yes': 1, 'no': 0.
     clusterMemberSecondaryIPAddrTable 1.3.6.1.4.1.2972.2.1.5 no-access
A table of secondary IP addresses for this cluster member
         clusterMemberSecondaryIPAddrEntry 1.3.6.1.4.1.2972.2.1.5.1 no-access
List of the secondary (outside) addresses of the cluster members. This is only valid if this member is the master node of the cluster.
             clusterMemberSecondaryIPAddr 1.3.6.1.4.1.2972.2.1.5.1.1 ipaddress read-only
One member of the cluster's secondary IP address
             clusterMemberSecondaryIPAddrIndex 1.3.6.1.4.1.2972.2.1.5.1.2 integer32 no-access
Second index for clusterMemberSecondaryIPAddrTable. The first entry has index 1, the second 2, etc.
 networkAlchemyClusterMIB 1.3.6.1.4.1.2972.5.2
Cluster MIB module.
 netalTrap0 1.3.6.1.4.1.2972.6.0
Trap.
     clusterMemberJoin 1.3.6.1.4.1.2972.6.0.1
Signifies that a member node has joined the cluster.
     clusterMemberLeft 1.3.6.1.4.1.2972.6.0.2
Signifies that a node has left the cluster.
     clusterMemberBecameMaster 1.3.6.1.4.1.2972.6.0.3
Sent when a node has been made the master.