HP-ICF-STACK: View SNMP OID List / Download MIB

VENDOR: HEWLETT-PACKARD


 Home MIB: HP-ICF-STACK
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
 hpicfStackMib 1.3.6.1.4.1.11.2.14.10.2.6
This MIB module contains object definitions for managing HP stackable devices.
     hpicfStackConformance 1.3.6.1.4.1.11.2.14.10.2.6.1
         hpicfStackCompliances 1.3.6.1.4.1.11.2.14.10.2.6.1.1
             hpicfStackCompliance 1.3.6.1.4.1.11.2.14.10.2.6.1.1.1
The compliance statement for agents managing a stack of HP boxes.
         hpicfStackGroups 1.3.6.1.4.1.11.2.14.10.2.6.1.2
             hpicfStackBasicGroup 1.3.6.1.4.1.11.2.14.10.2.6.1.2.1
A collection of objects for managing boxes in a stack.
             hpicfStackMultiAgentGroup 1.3.6.1.4.1.11.2.14.10.2.6.1.2.2
A collection of objects for managing redundant agents in a stack of HP boxes.
 hpicfStack 1.3.6.1.4.1.11.2.14.11.1.5
     hpicfStackBoxTable 1.3.6.1.4.1.11.2.14.11.1.5.1 no-access
This table contains a list of physical boxes currently in the stack.
         hpicfStackBoxEntry 1.3.6.1.4.1.11.2.14.11.1.5.1.1 no-access
An entry containing information about a physical box in the stack. This table is indexed by the value of entPhysicalIndex that corresponds to the row in the entPhysicalTable for this box.
             hpicfStackBoxId 1.3.6.1.4.1.11.2.14.11.1.5.1.1.1 octet string read-only
The box identifier that uniquely identifies this physical box. The value of this object is the serial number of the box.
             hpicfStackBoxName 1.3.6.1.4.1.11.2.14.11.1.5.1.1.2 displaystring read-write
A settable name for this box. This name defaults to an ASCII representation of the base MAC address of the box, but may be set to a user-friendly display string by a management application.
     hpicfStackAgentTable 1.3.6.1.4.1.11.2.14.11.1.5.2 no-access
This table provides a list of SNMP agent cards in the stack that are capable of managing the stack. Note that this table is redundant, since this information is available in the Entity MIB, but is provided for the convenience of management applications, so that they are not required to scan the entire entPhysicalTable to determine what agent cards are present.
         hpicfStackAgentEntry 1.3.6.1.4.1.11.2.14.11.1.5.2.1 no-access
An entry in the hpicfStackAgentTable representing a single agent card. This table is indexed by the value of entPhysicalIndex that corresponds to the row in the entPhysicalTable for this agent card.
             hpicfStackAgentBoxId 1.3.6.1.4.1.11.2.14.11.1.5.2.1.1 octet string read-only
The value of hpicfStackBoxId for the box containing this agent card. Note that this object is redundant since containment information is available in the Entity MIB, but is provided for the convenience of management applications (and so that there would be at least one accessible column in this table).
     hpicfStackActiveAgent 1.3.6.1.4.1.11.2.14.11.1.5.3 integer32 read-write
The value of entPhysicalIndex for the agent that is currently managing this stack. A set to this value will also set hpicfStackAgentForced to 'true'. Note that setting this object to a value different from the current value will cause this agent to reset. After reset, the current agent will no longer be active, because the new agent will take over.
     hpicfStackAgentForced 1.3.6.1.4.1.11.2.14.11.1.5.4 truthvalue read-only
A value of 'true' indicates that the current active agent card has been chosen by a management action as the active agent. This management action may have been performed through a console user interface command, or by setting the hpicfStackActiveAgent object. The reason for this is to allow the network administrator to prevent an added redundant agent from taking over when there is a configured agent card in the stack.