-- automatically generated by mosy 7.1 #1 (hprnljf), do not edit! HP-ICF-FAULT-FINDER-MIB DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215 hpicfCommonTraps, hpicfCommon, hpicfObjectModules FROM HP-ICF-OID PhysicalIndex FROM ENTITY-MIB TimeStamp FROM SNMPv2-TC; -- created from hpicfFaultFinderMib (9811202350Z) hpicfFaultFinderMib OBJECT IDENTIFIER ::= { hpicfObjectModules 12 } hpicfFaultFinder OBJECT IDENTIFIER ::= { hpicfCommon 7 } HpicfFaultType ::= INTEGER { badDriver(1), badXcvr(2), badCable(3), tooLongCable(4), overBandwidth(5), bcastStorm(6), partition(7), misconfiguredSQE(8), polarityReversal(9), networkLoop(10), lossOfLink(11), portSecurityViolation(12), backupLinkTransition(13), meshingFault(14), fanFault(15), rpsFault(16), stuck10MbFault(17) } HpicfFaultTolerance ::= INTEGER (0..255) HpicfFaultAction ::= INTEGER { none(1), warn(2), warnAndDisable(3), warnAndSpeedReduce(4), warnAndSpeedReduceAndDisable(5) } HpicfUrlString ::= OCTET STRING (SIZE(0..255)) hpicfFfControlTable OBJECT-TYPE SYNTAX SEQUENCE OF HpicfFfControlEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains one entry per fault type that this agent is capable of monitoring." ::= { hpicfFaultFinder 1 } hpicfFfControlEntry OBJECT-TYPE SYNTAX HpicfFfControlEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Configuration information for a particular fault type." INDEX { hpicfFfControlIndex } ::= { hpicfFfControlTable 1 } HpicfFfControlEntry ::= SEQUENCE { hpicfFfControlIndex HpicfFaultType, hpicfFfAction HpicfFaultAction, hpicfFfWarnTolerance HpicfFaultTolerance, hpicfFfDisablePortTolerance HpicfFaultTolerance, hpicfFfSpeedReduceTolerance HpicfFaultTolerance } hpicfFfControlIndex OBJECT-TYPE SYNTAX HpicfFaultType ACCESS not-accessible STATUS mandatory DESCRIPTION "The type of fault for which this entry contains configuration information." ::= { hpicfFfControlEntry 1 } hpicfFfAction OBJECT-TYPE SYNTAX HpicfFaultAction ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to configure the action, if any, to be taken if a fault of this type is detected by the agent. Setting an instance of this object to 'none' will clear any previous state of the associated fault on all ports. This object is used to enable or disable the port disable feature for this fault type. Setting this object to 'warnAndDisable' will enable the port disable feature for this fault type. This feature is intended to allow an agent to disable ports that are being disruptive to the rest of the network. Note that not all agents will support setting this object to 'warnAndDisable'. The agent may choose not to disable a particular port for a particular fault based on its knowledge of if/how that fault disrupts the network." ::= { hpicfFfControlEntry 2 } hpicfFfWarnTolerance OBJECT-TYPE SYNTAX HpicfFaultTolerance ACCESS read-write STATUS mandatory DESCRIPTION "The tolerance level used to calculate the fault warning threshold for this fault type. The agent will periodically check relevant statistics for each port for each type of fault. If the warning threshold has been exceeded, and fault warning action is enabled for that fault type, an hpicfFaultFinderTrap notification will be sent. In addition, an entry will be made in the hpicfFfLogTable for the fault. Once a fault warning has fired, a hysteresis mechanism assures that another warning will not be fired until the relevant counter drops below a hysteresis threshold value." ::= { hpicfFfControlEntry 3 } hpicfFfDisablePortTolerance OBJECT-TYPE SYNTAX HpicfFaultTolerance ACCESS read-write STATUS mandatory DESCRIPTION "The tolerance level used to calculate the port disable threshold for this fault type. The value of an instance of this object MUST be greater than the value of the corresponding instance of the hpicfFfWarnTolerance. The agent will periodically check relevant statistics for each port for each type of fault. If the port disable threshold has been exceeded, and port disable is enabled for that fault type, an hpicfFaultFinderTrap notification will be sent. In addition, an entry will be made in the hpicfFfLogTable for the fault. Ports will not be disabled until at least one polling interval after a warning has fired. In addition, the agent may further delay disabling a port in certain situations. For example, it may choose to delay disabling a cascade port to give the cascaded device a chance to correct the problem." ::= { hpicfFfControlEntry 4 } hpicfFfSpeedReduceTolerance OBJECT-TYPE SYNTAX HpicfFaultTolerance ACCESS read-write STATUS mandatory DESCRIPTION "The tolerance level used to calculate the speed reduce threshold for this fault type. The value of an instance of this object MUST be greater than the value of the corresponding instance of the hpicfFfWarnTolerance, and less than or equal to the corresponding instance of hpicfFfDisablePortTolerance. The agent will only speed reduce on a port if auto-negotiation has been performed, and the partners link abilities allow operation at a slower media speed. The agent will periodically check relevant statistics for each port for each type of fault. If the speed reduce threshold has been exceeded, and speed rededuction option is enabled for that fault type, an hpicfFaultFinderTrap notification will be sent. In addition, an entry will be made in the hpicfFfLogTable for the fault. The agent may elect to not or delay speed reduction of certain ports. For example, it may choose to delay taking action on a cascade port to give the cascaded device a chance to correct the problem." ::= { hpicfFfControlEntry 5 } hpicfFfLogTable OBJECT-TYPE SYNTAX SEQUENCE OF HpicfFfLogEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A log of fault warnings and ports disabled by the Fault Finder." ::= { hpicfFaultFinder 2 } hpicfFfLogEntry OBJECT-TYPE SYNTAX HpicfFfLogEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Fault Finder log, containing information about a single fault." INDEX { hpicfFfLogIndex } ::= { hpicfFfLogTable 1 } HpicfFfLogEntry ::= SEQUENCE { hpicfFfLogIndex INTEGER, hpicfFfLogCreateTime TimeStamp, hpicfFfLogPhysEntity PhysicalIndex, hpicfFfLogFaultType HpicfFaultType, hpicfFfLogAction HpicfFaultAction, hpicfFfLogSeverity INTEGER, hpicfFfLogStatus INTEGER } hpicfFfLogIndex OBJECT-TYPE SYNTAX INTEGER (1..2147483647) ACCESS not-accessible STATUS mandatory DESCRIPTION "An arbitrary value which uniquely identifies this log entry. The index for a particular log entry must not change, even though entries with lower valued indices have been deleted." ::= { hpicfFfLogEntry 1 } hpicfFfLogCreateTime OBJECT-TYPE SYNTAX TimeStamp ACCESS read-only STATUS mandatory DESCRIPTION "The value of sysUpTime when this log entry was added to the hpicfFfLogTable." ::= { hpicfFfLogEntry 2 } hpicfFfLogPhysEntity OBJECT-TYPE SYNTAX PhysicalIndex ACCESS read-only STATUS mandatory DESCRIPTION "The entPhysicalIndex of the device port or other physical component on which the fault was detected. On agents which do not implement the Entity MIB, this will contain the ifIndex of the offending port." ::= { hpicfFfLogEntry 3 } hpicfFfLogFaultType OBJECT-TYPE SYNTAX HpicfFaultType ACCESS read-only STATUS mandatory DESCRIPTION "The type of fault which was detected on the physical entity indicated by hpicfFfLogPhysEntity." ::= { hpicfFfLogEntry 4 } hpicfFfLogAction OBJECT-TYPE SYNTAX HpicfFaultAction ACCESS read-only STATUS mandatory DESCRIPTION "The action, if any, that was taken by the agent when this fault was detected." ::= { hpicfFfLogEntry 5 } hpicfFfLogSeverity OBJECT-TYPE SYNTAX INTEGER { informational(1), medium(2), critical(3) } ACCESS read-only STATUS mandatory DESCRIPTION "The severity level of the fault. Port disables will always be logged as 'critical'. An agent may need to remove faults from the fault log in order to reclaim resources. If so, it must remove lower severity faults before removing higher severity faults. Faults at the same severity level should be removed from oldest to newest." ::= { hpicfFfLogEntry 6 } hpicfFfLogStatus OBJECT-TYPE SYNTAX INTEGER { new(1), active(2), old(3) } ACCESS read-write STATUS mandatory DESCRIPTION "Log entries will initially be created with the value 'new'. A manager cannot set this object to 'new'. Setting this object to 'active' indicates that the fault has been displayed to a user. Setting this object to 'old' indicates that the agent should remove this fault from the log." ::= { hpicfFfLogEntry 7 } hpicfFfFaultInfoURL OBJECT-TYPE SYNTAX HpicfUrlString ACCESS not-accessible -- accessible-for-notify STATUS mandatory DESCRIPTION "A URL which a management station can use to access additional information about the fault which triggered the notification in which this object was sent." ::= { hpicfFaultFinder 3 } hpicfFaultFinderTrap TRAP-TYPE ENTERPRISE { hpicfCommonTraps } VARIABLES { hpicfFfLogFaultType, hpicfFfLogAction, hpicfFfLogSeverity, hpicfFfFaultInfoURL } DESCRIPTION "This notification is sent whenever the Fault Finder creates an entry in the hpicfFfLogTable." ::= 5 hpicfFaultFinderConformance OBJECT IDENTIFIER ::= { hpicfFaultFinderMib 1 } hpicfFaultFinderCompliances OBJECT IDENTIFIER ::= { hpicfFaultFinderConformance 1 } hpicfFaultFinderGroups OBJECT IDENTIFIER ::= { hpicfFaultFinderConformance 2 } hpicfFaultFinderCompliance OBJECT IDENTIFIER ::= { hpicfFaultFinderCompliances 1 } hpicfFaultFinder2Compliance OBJECT IDENTIFIER ::= { hpicfFaultFinderCompliances 2 } hpicfFaultConfigGroup OBJECT IDENTIFIER ::= { hpicfFaultFinderGroups 1 } hpicfFaultLogGroup OBJECT IDENTIFIER ::= { hpicfFaultFinderGroups 2 } hpicfFaultNotifyGroup OBJECT IDENTIFIER ::= { hpicfFaultFinderGroups 3 } hpicfFaultConfig2Group OBJECT IDENTIFIER ::= { hpicfFaultFinderGroups 4 } END