-- automatically generated by mosy 7.1 #1 (hprnljf), do not edit! HP-ICF-BASIC DEFINITIONS ::= BEGIN IMPORTS IpAddress FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215 hpicfCommonTraps, hpicfCommon, hpicfObjectModules FROM HP-ICF-OID eventIndex, alarmIndex FROM RMON-MIB entLogicalIndex FROM ENTITY-MIB ifIndex FROM IF-MIB TimeStamp, StorageType, TAddress, TDomain, RowStatus, DisplayString, MacAddress, TruthValue FROM SNMPv2-TC; -- created from hpicfBasicMib (9710210300Z) hpicfBasicMib OBJECT IDENTIFIER ::= { hpicfObjectModules 5 } hpicfBasic OBJECT IDENTIFIER ::= { hpicfCommon 4 } hpicfReset OBJECT-TYPE SYNTAX INTEGER { noReset(1), normalReset(2), agentReset(4) } ACCESS read-write STATUS mandatory DESCRIPTION "When this object is set to to 'normalReset' it results in a 'powerup' reset of the device. When set to 'agentReset', it results in a reset of the agent software, without resetting the device hardware. When this object is set, the agent replies, dallies a short time to allow the reply to be emitted from the device, then performs the reset. When read, this object always returns 'noReset'." ::= { hpicfBasic 1 } hpicfSelfTest OBJECT-TYPE SYNTAX INTEGER { stSuccess(1), stExecute(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Self test is invoked by setting this flag to 'stExecute'. When the object changes to 'stSuccess', the test has completed successfully." ::= { hpicfBasic 2 } hpicfTelnetEnable OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "When the value of this object is 'enabled(1)', the telnet server on this agent is running and allowed to accept connections. When the value of this object is 'disabled(2)', no incoming telnet connections will be accepted by this agent. Whether the telnet server continues running when this object is set to 'disabled(2)' is implementation dependent." ::= { hpicfBasic 3 } hpicfConfigClear OBJECT-TYPE SYNTAX INTEGER { running(1), configClear(2) } ACCESS read-write STATUS mandatory DESCRIPTION "When this object is set to 'configClear', the agent replies, dallies a short time to allow the reply to be emitted from the device, clears all of its nonvolitile parameters back to their factory defaults then resets the device. Note that this will result in all parameters being cleared, including network configuration. This function should be used with extreme caution. When read, this object always returns 'running'." ::= { hpicfBasic 4 } hpicfSelfTestResult OBJECT IDENTIFIER ::= { hpicfBasic 5 } hpicfSelfTestResultCode OBJECT-TYPE SYNTAX INTEGER { ok(1), softFailure(2) } ACCESS read-only STATUS mandatory DESCRIPTION "If the value of this object is 'softFailure', the agent is up and running, but has detected a non-critical failure. The value of the hpicfSelfTestResultText will contain further information about the type of failure that was detected and may contain information about how to remedy the situation." ::= { hpicfSelfTestResult 1 } hpicfSelfTestResultText OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "If the value of the hpicfSelfTestResultCode object is 'softFailure', this text string contains detailed information about the most recently detected failure, including information about the type of failure that was detected, and possibly information about how to remedy the situation. If the value of the hpicfSelfTestResultCode object is 'ok', this object will contain a zero-length octet string." ::= { hpicfSelfTestResult 2 } hpicfSelfTestResultTime OBJECT-TYPE SYNTAX TimeStamp ACCESS read-only STATUS mandatory DESCRIPTION "This object contains the value of sysUpTime at the time the agent detected the failure currently being reported by hpicfSelfTestResultCode and hpicfSelfTestResultText. If the value of the hpicfSelfTestResultCode is 'ok', or if the current failure was detected before the SNMP agent initialized, this object will have the value 0." ::= { hpicfSelfTestResult 3 } hpicfWebAgentEnable OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "When the value of this object is 'enabled(1)', the ehttpd server on this agent is running and allowed to accept connections. When the value of this object is 'disabled(2)', no incoming ehttpd connections will be accepted by this agent. Whether the ehttpd server continues running when this object is set to 'disabled(2)' is implementation dependent." ::= { hpicfBasic 6 } hpicfBasicDiscovery OBJECT IDENTIFIER ::= { hpicfBasic 7 } hpicfAnnounceTable OBJECT-TYPE SYNTAX SEQUENCE OF HpicfAnnounceEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table of per-device network announcement addresses. This table is used to cause the transmission of announcement packets for a particular logical device to a specified address. This is used as part of topology mapping to determine the network connectivity of a device on the network." ::= { hpicfBasicDiscovery 1 } hpicfAnnounceEntry OBJECT-TYPE SYNTAX HpicfAnnounceEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A row in the table, containing the announcement address for a single entity." INDEX { entLogicalIndex } ::= { hpicfAnnounceTable 1 } HpicfAnnounceEntry ::= SEQUENCE { hpicfAnnounceAddress MacAddress } hpicfAnnounceAddress OBJECT-TYPE SYNTAX MacAddress ACCESS read-write STATUS mandatory DESCRIPTION "Seting an instance of this object to any MAC address will trigger the agent to transmit three announcement packets on an interface associated with the logical entity. These packets will use a MAC source address set to the agent's MAC address on that interface, a MAC destination address equal to the value of the instance of this object, a destination LSAP of 0xF8, and a destination HP XSAP of 0x165d." ::= { hpicfAnnounceEntry 1 } hpicfIfToEntityTable OBJECT-TYPE SYNTAX SEQUENCE OF HpicfIfToEntityEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table is used to map an interface index to a logical entity index. This table is mainly used by autodiscovery to figure out which entLogicalIndex corresponds to a particular network address. This table is not intended as a general purpose mapping. In particular, in some systems the same interface can be in use by multiple logical entities. Also, there is no requirement that ifIndex is unique across all logical entities (such as the case where multiple agents in the same chassis each assign ifIndex without knowledge of how the other agents are assigning ifIndex). Therefore, these mappings are only defined to hold for the special purpose of getting from the discovered transport address for a logical device to the entLogicalIndex needed for announce address and search address. Also, note that this table will not contain entries for all of the values of ifIndex. It will only contain entries for interfaces that can be used for sending announcement packets for some logical entity." ::= { hpicfBasicDiscovery 2 } hpicfIfToEntityEntry OBJECT-TYPE SYNTAX HpicfIfToEntityEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A row in the table, containing the ifIndex to entLogicalIndex mapping for a single interface." INDEX { ifIndex } ::= { hpicfIfToEntityTable 1 } HpicfIfToEntityEntry ::= SEQUENCE { hpicfIfEntLogicalIndex INTEGER } hpicfIfEntLogicalIndex OBJECT-TYPE SYNTAX INTEGER (1..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the entLogicalIndex of a device that can be mapped using this interface. An entLogicalEntry identified by a value of an instance of this object is the same entry identified by the same value of an instance of entLogicalIndex." ::= { hpicfIfToEntityEntry 1 } hpicfBasicIpConfig OBJECT IDENTIFIER ::= { hpicfBasic 8 } hpicfIpConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF HpicfIpConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains per-interface IP configuration information." ::= { hpicfBasicIpConfig 1 } hpicfIpConfigEntry OBJECT-TYPE SYNTAX HpicfIpConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the hpicfIpConfigTable containing the IP configuration information for a single interface." INDEX { ifIndex } ::= { hpicfIpConfigTable 1 } HpicfIpConfigEntry ::= SEQUENCE { hpicfIpConfigAddress IpAddress, hpicfIpConfigAddrMask IpAddress, hpicfIpConfigDefaultRouter IpAddress, hpicfIpConfigPingRouter TruthValue, hpicfIpConfigMtu INTEGER, hpicfIpConfigAdminStatus INTEGER } hpicfIpConfigAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "This variable contains the IP address for this interface." ::= { hpicfIpConfigEntry 1 } hpicfIpConfigAddrMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "This variable contains the IP subnet mask for this interface." ::= { hpicfIpConfigEntry 2 } hpicfIpConfigDefaultRouter OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "This variable contains the IP address of the default router for this interface. For SLIP interfaces, this object contains the IP address of the node at the other end of the serial connection." ::= { hpicfIpConfigEntry 3 } hpicfIpConfigPingRouter OBJECT-TYPE SYNTAX TruthValue ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to configure whether this agent will periodically send ICMP echo request packets to the IP default router for this interface. Since a networking device typically does not transmit unless it receives a management request, and since some autodiscovery applications work by scanning ARP caches, this ICMP echo can be used to try to stay in our default router's ARP cache so that we can be discovered. This object allows the network manager to enable or disable sending these ICMP echo requests." ::= { hpicfIpConfigEntry 4 } hpicfIpConfigMtu OBJECT-TYPE SYNTAX INTEGER (68..65535) ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to configure the largest datagram that IP will send on this interface. Note that for some interface types, this value may not be changeable, and this object will be implemented as read-only on those interfaces. Also note that most interfaces will not allow the full range of values defined above, since the upper limit on the MTU is constrained by the interface type." ::= { hpicfIpConfigEntry 5 } hpicfIpConfigAdminStatus OBJECT-TYPE SYNTAX INTEGER { disable(1), useConfigured(2), learn(3) } ACCESS read-write STATUS mandatory DESCRIPTION "Setting this flag to 'learn' (the default) will clear any existing IP address configuration for this interface, and will cause the device to use a dynamic method (e.g. BootP) to obtain its IP configuration for this interface. This flag must be set to 'useConfigured' in order to configure an IP address for the interface. Setting this flag to 'disable' will disable the IP protocol stack on this interface." ::= { hpicfIpConfigEntry 6 } hpicfBasicIpxConfig OBJECT IDENTIFIER ::= { hpicfBasic 9 } hpicfIpxConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF HpicfIpxConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains IPX per-interface configuration information that will take effect after the next reset of the device." ::= { hpicfBasicIpxConfig 1 } hpicfIpxConfigEntry OBJECT-TYPE SYNTAX HpicfIpxConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the hpicfIpxConfigTable containing the IPX configuration information for a single interface." INDEX { ifIndex } ::= { hpicfIpxConfigTable 1 } HpicfIpxConfigEntry ::= SEQUENCE { hpicfIpxConfigNodeAddress MacAddress, hpicfIpxConfigDefaultRouter MacAddress, hpicfIpxConfigRouterEncaps INTEGER, hpicfIpxConfigAdminStatus INTEGER } hpicfIpxConfigNodeAddress OBJECT-TYPE SYNTAX MacAddress ACCESS read-only STATUS mandatory DESCRIPTION "The IPX node address that the agent will use for this interface. Note that in many, but not all, cases, this object duplicates the value of ifPhysAddress." ::= { hpicfIpxConfigEntry 1 } hpicfIpxConfigDefaultRouter OBJECT-TYPE SYNTAX MacAddress ACCESS read-write STATUS mandatory DESCRIPTION "The IPX node address of the default router for this interface." ::= { hpicfIpxConfigEntry 2 } hpicfIpxConfigRouterEncaps OBJECT-TYPE SYNTAX INTEGER { ethernetII(1), ieee8022(2), snap(3), ieee8023Raw(4), noGateway(5), learn(6) } ACCESS read-write STATUS mandatory DESCRIPTION "The type of encapsulation to for packets sent to the default router on this interface. Note that some of the enumerations for this object may not be appropriate for some interface types." ::= { hpicfIpxConfigEntry 3 } hpicfIpxConfigAdminStatus OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Setting this flag to 'enable' (the default) will enable the IPX protocol stack on this interface. Setting this flag to 'disable' will disable the IPX protocol stack on this interface." ::= { hpicfIpxConfigEntry 4 } hpicfIpxNetTable OBJECT-TYPE SYNTAX SEQUENCE OF HpicfIpxNetEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains the IPX network number in use for each encapsulation type on the agent's interfaces. This information is learned dynamically by the agent. An entry will only exist in this table for a particular encapsulation type on a particular interface if we have discovered a network number for that encapsulation type on that interface." ::= { hpicfBasicIpxConfig 2 } hpicfIpxNetEntry OBJECT-TYPE SYNTAX HpicfIpxNetEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the table, containing the IPX network number for a single encapsulation type on one of the agent's interfaces." INDEX { ifIndex, hpicfIpxNetEncaps } ::= { hpicfIpxNetTable 1 } HpicfIpxNetEntry ::= SEQUENCE { hpicfIpxNetEncaps INTEGER, hpicfIpxNetNumber OCTET STRING } hpicfIpxNetEncaps OBJECT-TYPE SYNTAX INTEGER { ethernetII(1), ieee8022(2), snap(3), ieee8023Raw(4) } ACCESS not-accessible STATUS mandatory DESCRIPTION "The encapsulation type for this entry." ::= { hpicfIpxNetEntry 1 } hpicfIpxNetNumber OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The IPX network number for this encapsulation on this interface, in network byte order." ::= { hpicfIpxNetEntry 2 } hpicfBasicTraps OBJECT IDENTIFIER ::= { hpicfBasic 10 } hpicfFixedTrapTable OBJECT-TYPE SYNTAX SEQUENCE OF HpicfFixedTrapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table of mappings from notification ids to RMON events. This table contains one row for each notification type supported by the agent. It provides a way of configuring an RMON eventTable entry to be triggered whenever this notification occurs. This way, each notification can be configured to use a particular community name (which selects a set of entries in the trap destination table to send the notification to), and provides a common point for configuring the action to take when the notification condition occurs." ::= { hpicfBasicTraps 1 } hpicfFixedTrapEntry OBJECT-TYPE SYNTAX HpicfFixedTrapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the table, describing the mapping for a single notification id." INDEX { hpicfFixedTrapID } ::= { hpicfFixedTrapTable 1 } HpicfFixedTrapEntry ::= SEQUENCE { hpicfFixedTrapID OBJECT IDENTIFIER, hpicfFixedTrapEventIndex INTEGER } hpicfFixedTrapID OBJECT-TYPE SYNTAX OBJECT IDENTIFIER ACCESS not-accessible STATUS mandatory DESCRIPTION "The object identifier of the notification this entry provides mapping information for. For notifications that are defined using the SNMPv2 NOTIFICATION-TYPE macro, the OID value assigned by the macro is used directly as the hpicfFixedTrapID. For traps defined using the SNMpv1 TRAP-TYPE macro, the value of hpicfFixedTrapID is formed by adding two subids to the trap enterprise. The first added subid is 0, and the second is the specific trap value assigned by the macro to the trap. Note: this is the method specified in RFC 1908, 'Coexistence between Version 1 and Version 2 of the Internet-standard Network Management Framework' for converting the enterprise and specific-trap fields of a received Trap-PDU into a value of snmpTrapOID for use in building an SNMPv2-Trap-PDU in a proxy agent." ::= { hpicfFixedTrapEntry 1 } hpicfFixedTrapEventIndex OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-write STATUS mandatory DESCRIPTION "The index of the eventEntry in the RMON MIB that will be triggered when a condition exists for which this notification is supposed to be sent. The eventEntry identified by a particular value of this index is the same as indentified by the same value of the eventIndex object. If there is no corresponding entry in the eventTable, then no association exists. In particular, if this value is zero, no associated event will be generated, as zero is not a valid event index. Note that some agents may implement this object read-only. In this case, it will indicate a permanent entry in the eventTable for each notification." ::= { hpicfFixedTrapEntry 2 } hpicfTrapDestTable OBJECT-TYPE SYNTAX SEQUENCE OF HpicfTrapDestEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table of trap destinations." ::= { hpicfBasicTraps 2 } hpicfTrapDestEntry OBJECT-TYPE SYNTAX HpicfTrapDestEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the table, containing information about a single trap destination." INDEX { hpicfTrapDestIndex } ::= { hpicfTrapDestTable 1 } HpicfTrapDestEntry ::= SEQUENCE { hpicfTrapDestIndex INTEGER, hpicfTrapDestVersion INTEGER, hpicfTrapDestCommunity OCTET STRING, hpicfTrapDestTDomain TDomain, hpicfTrapDestTAddress TAddress, hpicfTrapDestFilter INTEGER, hpicfTrapDestStatus RowStatus } hpicfTrapDestIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS not-accessible STATUS mandatory DESCRIPTION "A value that uniquely identifies this hpicfTrapDestEntry." ::= { hpicfTrapDestEntry 1 } hpicfTrapDestVersion OBJECT-TYPE SYNTAX INTEGER { snmpv1(1), snmpv2c(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to indicate what version of SNMP should be used to send the trap to this destination. When the value of this object is 'snmpv1', the trap will be sent to this destination as a Trap-PDU using an SNMPv1 message wrapper, as specified in RFC 1157. When the value of this object is 'snmpv2c', the trap will be sent to this destination as a SNMPv2-Trap-PDU using the Community-based SNMPv2 framework as specified in RFC 1901. An agent should reject an attempt to set an instance of this object to a value representing a version of the SNMP framework that is not supported by that agent." DEFVAL { snmpv1 } ::= { hpicfTrapDestEntry 2 } hpicfTrapDestCommunity OBJECT-TYPE SYNTAX OCTET STRING (SIZE(1..32)) ACCESS read-write STATUS mandatory DESCRIPTION "A community to which this destination address belongs. This entry is associated with any entry in the RMON MIB's eventTable whose value of eventCommunity is equal to the value of this object. Every time an associated event entry sends a trap due to an event, that trap will be sent to each address in the hpicfTrapDestTable with a hpicfTrapDestCommunity equal to eventCommunity. This object may not be modified if the associated hpicfTrapDestStatus object is equal to active(1)." ::= { hpicfTrapDestEntry 3 } hpicfTrapDestTDomain OBJECT-TYPE SYNTAX TDomain ACCESS read-write STATUS mandatory DESCRIPTION "The transport domain to use to send this trap. This object may not be modified if the associated hpicfTrapDestStatus object is equal to active(1)." ::= { hpicfTrapDestEntry 4 } hpicfTrapDestTAddress OBJECT-TYPE SYNTAX TAddress ACCESS read-write STATUS mandatory DESCRIPTION "The address to send traps to on behalf of this entry, formatted according to the value of the corresponding instance of the hpicfTrapDestTDomain object. This object may not be modified if the associated hpicfTrapDestStatus object is equal to active(1)." ::= { hpicfTrapDestEntry 5 } hpicfTrapDestFilter OBJECT-TYPE SYNTAX INTEGER (-2147483648..2147483647) ACCESS read-write STATUS mandatory DESCRIPTION "The type of events that will be sent to this trap receiver. This filter is mainly used for limiting 'system event' traps that will be sent to a specific receiver. This filter is specified as a sum of values, where each value specifies a classification of traps that will be sent to this trap receiver. The value for a particular trap class C is computed as 2 raised to a value representing C. The trap classes are defined as follows: C (bit#) Trap class ----------------------------------------------- 0 SNMP traps 1 informational events 2 warning events 3 critical events 4 debug events (HP internal use only) For example, to specify that this trap receiver should recieve SNMP traps and critical event traps, this object should be set to a value of 9 (2^0 + 2^3). Note that some agents may not support trap filtering. Those agents may either implement this object as read-only, or with a restricted write syntax." DEFVAL { 1 } ::= { hpicfTrapDestEntry 6 } hpicfTrapDestStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION "The status of this trap destination entry. An entry may not exist in the active state unless all of the objects in the entry are consistent. In particular, the value of hpicfTrapDestAddress must have a legal length and value for the protocol specified by hpicfTrapDestProtocol." ::= { hpicfTrapDestEntry 7 } hpicfBasicRmon OBJECT IDENTIFIER ::= { hpicfBasic 11 } hpicfBasicAlarm OBJECT IDENTIFIER ::= { hpicfBasicRmon 3 } hpicfBasicAlarmNVCapacity OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum number of alarmTable entries this agent is capable of saving in nonvolatile storage." ::= { hpicfBasicAlarm 1 } hpicfBasicAlarmTable OBJECT-TYPE SYNTAX SEQUENCE OF HpicfBasicAlarmEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "HP ICF specific extension to the RMON alarm table." ::= { hpicfBasicAlarm 2 } hpicfBasicAlarmEntry OBJECT-TYPE SYNTAX HpicfBasicAlarmEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Extensions for a single row in the RMON alarm table." INDEX { alarmIndex } ::= { hpicfBasicAlarmTable 1 } HpicfBasicAlarmEntry ::= SEQUENCE { hpicfBasicAlarmStorageType StorageType } hpicfBasicAlarmStorageType OBJECT-TYPE SYNTAX StorageType ACCESS read-write STATUS mandatory DESCRIPTION "The storage type for this alarm entry." DEFVAL { volatile } ::= { hpicfBasicAlarmEntry 1 } hpicfBasicEvent OBJECT IDENTIFIER ::= { hpicfBasicRmon 9 } hpicfBasicEventNVCapacity OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum number of eventTable entries this agent is capable of saving in nonvolatile storage." ::= { hpicfBasicEvent 1 } hpicfBasicEventTable OBJECT-TYPE SYNTAX SEQUENCE OF HpicfBasicEventEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "HP ICF specific extension to the RMON event table." ::= { hpicfBasicEvent 2 } hpicfBasicEventEntry OBJECT-TYPE SYNTAX HpicfBasicEventEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Extensions for a single row in the RMON event table." INDEX { eventIndex } ::= { hpicfBasicEventTable 1 } HpicfBasicEventEntry ::= SEQUENCE { hpicfBasicEventStorageType StorageType } hpicfBasicEventStorageType OBJECT-TYPE SYNTAX StorageType ACCESS read-write STATUS mandatory DESCRIPTION "The storage type for this event entry. Rows having the value 'permanent' allow write access to the associated instances of eventCommunity and eventType." DEFVAL { volatile } ::= { hpicfBasicEventEntry 1 } hpicfSelfTestTrap TRAP-TYPE ENTERPRISE { hpicfCommonTraps } VARIABLES { hpicfSelfTestResultText } DESCRIPTION "An hpicfSelfTestTrap indicates that the agent has detected a non-critical failure. The value of the hpicfSelfTestResultText object describing the failure is sent in the trap. Note that this trap is sent whenever a new failure is detected. An agent should throttle the generation of consecutive hpicfSelfTestTraps so that there is at least a five-second gap between traps of this type. When traps are throttled, the are dropped, not queued for sending at a future time. (Note that 'generating' a trap means sending to all configured recipients.)." ::= 4 hpicfBasicConformance OBJECT IDENTIFIER ::= { hpicfBasicMib 1 } hpicfBasicCompliances OBJECT IDENTIFIER ::= { hpicfBasicConformance 1 } hpicfBasicGroups OBJECT IDENTIFIER ::= { hpicfBasicConformance 2 } hpicfBasicCompliance OBJECT IDENTIFIER ::= { hpicfBasicCompliances 1 } hpicfNewBasicCompliance OBJECT IDENTIFIER ::= { hpicfBasicCompliances 2 } hpicfBasicGroup OBJECT IDENTIFIER ::= { hpicfBasicGroups 1 } hpicfTelnetGroup OBJECT IDENTIFIER ::= { hpicfBasicGroups 2 } hpicfNewBasicGroup OBJECT IDENTIFIER ::= { hpicfBasicGroups 3 } hpicfDiscoverGroup OBJECT IDENTIFIER ::= { hpicfBasicGroups 4 } hpicfBasicIpConfigGroup OBJECT IDENTIFIER ::= { hpicfBasicGroups 5 } hpicfBasicIpxConfigGroup OBJECT IDENTIFIER ::= { hpicfBasicGroups 6 } hpicfBasicFixedTrapGroup OBJECT IDENTIFIER ::= { hpicfBasicGroups 7 } hpicfBasicTrapDestGroup OBJECT IDENTIFIER ::= { hpicfBasicGroups 8 } hpicfBasicRmonNVGroup OBJECT IDENTIFIER ::= { hpicfBasicGroups 9 } hpicfBasicSelfTestNotifyGroup OBJECT IDENTIFIER ::= { hpicfBasicGroups 10 } hpicfBasicWebAgentGroup OBJECT IDENTIFIER ::= { hpicfBasicGroups 11 } END