HH3C-FAILOVER-MIB: View SNMP OID List / Download MIB

VENDOR: H3C


 Home MIB: HH3C-FAILOVER-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
 hh3cFailover 1.3.6.1.4.1.25506.2.164
This MIB file is to provide the definition of failover group. Such as: 1. Configure Failover Groups for a device and display Failover Groups and their status. 2. Assign CPU to the Failover Group, and display their status. Failover Group: A failover group contains a primary node and a secondary node. When a failover group is referenced by a service module, the primary node processes services and backs up service data to the secondary node. The secondary node does not process services, but it takes over the services when the primary node fails. When the primary node is recovered, traffic is switched to the primary node again.
         hh3cFailoverScalarObjects 1.3.6.1.4.1.25506.2.164.1
             hh3cFailoverMaxNum 1.3.6.1.4.1.25506.2.164.1.1 unsigned32 read-only
The maximum number of Failover groups which the system supported to create, does not include the AutoBackup.
             hh3cFailoverCurrentNum 1.3.6.1.4.1.25506.2.164.1.2 unsigned32 read-only
The current number of Failover groups which the system has created, does not include the AutoBackup.
         hh3cFailoverTables 1.3.6.1.4.1.25506.2.164.2
             hh3cFailoverCfgTable 1.3.6.1.4.1.25506.2.164.2.1 no-access
This table is for configuration of backup group.
                 hh3cFailoverCfgEntry 1.3.6.1.4.1.25506.2.164.2.1.1 no-access
An entry of the hh3cFailoverGroupCfgTable.
                     hh3cFailoverIndex 1.3.6.1.4.1.25506.2.164.2.1.1.1 unsigned32 no-access
Failover group ID is used as group index, the value range of failover group ID depends on the device model. The failover GroupIndex cannot be modified after creation.
                     hh3cFailoverName 1.3.6.1.4.1.25506.2.164.2.1.1.2 displaystring read-only
Specifies the backup group name, a case-sensitive string of 1 to 63 characters. The failover group name cannot be modified after creation. The name can not include '?', and can not begin or end with ' '.
                     hh3cFailoverPrimaryChassisID 1.3.6.1.4.1.25506.2.164.2.1.1.3 integer32 read-only
Specifies a card on an IRF member device. The chassis-number argument represents the member ID of the IRF member device. (Distributed devices In IRF mode.) On a centralized or distributed device, the value for this node is always zero. Note:The -1 for delete the node.
                     hh3cFailoverPrimarySlotID 1.3.6.1.4.1.25506.2.164.2.1.1.4 integer32 read-only
Specifies a card by its slot number. (Distributed devices In standalone mode.) Note:The -1 for delete the node.
                     hh3cFailoverPrimaryCpuID 1.3.6.1.4.1.25506.2.164.2.1.1.5 integer32 read-only
Specifies a CPU by its number. This option is available only if multiple CPUs are available on the specified slot. Note:The -1 for delete the node.
                     hh3cFailoverSecondaryChassisID 1.3.6.1.4.1.25506.2.164.2.1.1.6 integer32 read-only
Specifies a card on an IRF member device. The chassis-number argument represents the member ID of the IRF member device. (Distributed devices In IRF mode.) On a centralized or distributed device, the value for this node is always zero. Note:The -1 for delete the node.
                     hh3cFailoverSecondarySlotID 1.3.6.1.4.1.25506.2.164.2.1.1.7 integer32 read-only
Specifies a card by its slot number. (Distributed devices In standalone mode.) Note:The -1 for delete the node.
                     hh3cFailoverSecondaryCpuID 1.3.6.1.4.1.25506.2.164.2.1.1.8 integer32 read-only
Specifies a CPU by its number. This option is available only if multiple CPUs are available on the specified slot. Note:The -1 for delete the node.
                     hh3cFailoverState 1.3.6.1.4.1.25506.2.164.2.1.1.9 integer read-only
Backup group state: Initial: No node in the failover group is processing services. Normal: The primary node is processing services. Fault: The secondary node is processing services. Enumeration: 'fault': 3, 'initial': 1, 'normal': 2.
                     hh3cFailoverRowStatus 1.3.6.1.4.1.25506.2.164.2.1.1.10 rowstatus read-only
The status of this table entry. Only support active(1), createAndGo(4) and destroy(6).
         hh3cFailoverNotification 1.3.6.1.4.1.25506.2.164.3
             hh3cFailoverTrap 1.3.6.1.4.1.25506.2.164.3.0
                 hh3cFailoverCreate 1.3.6.1.4.1.25506.2.164.3.0.1
The hh3cFailoverCreate trap indicates that the failover group has created.
                 hh3cFailoverDelete 1.3.6.1.4.1.25506.2.164.3.0.2
The hh3cFailoverDelete trap indicates that the failover group has deleted.
                 hh3cFailoverPrimaryNodeAdd 1.3.6.1.4.1.25506.2.164.3.0.3
The hh3cFailoverPrimaryNodeAdd trap indicates that the failover group has added the primary node.
                 hh3cFailoverPrimaryNodeRemove 1.3.6.1.4.1.25506.2.164.3.0.4
The hh3cFailoverPrimaryNodeRemove trap indicates that the failover group has removed the primary node.
                 hh3cFailoverSecondaryNodeAdd 1.3.6.1.4.1.25506.2.164.3.0.5
The hh3cFailoverSecondaryNodeAdd trap indicates that the failover group has added the secondary node.
                 hh3cFailoverSecondaryNodeRemove 1.3.6.1.4.1.25506.2.164.3.0.6
The hh3cFailoverSecondaryNodeRemove trap indicates that the failover group has removed the secondary node.