ENGAGE-COMMON-TRAP-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises FROM RFC1155-SMI TRAP-TYPE FROM RFC-1215; engage OBJECT IDENTIFIER ::= { enterprises 1133 } engageIPTube OBJECT IDENTIFIER ::= { engage 1 } engageTrap OBJECT IDENTIFIER ::= { engageIPTube 0 } engageTrapRxOverrun TRAP-TYPE ENTERPRISE engageTrap DESCRIPTION "The engageTrapRxOverrun trap indicates that the sending agent has excessive receiver overruns on one of its interfaces. The interface is specified by the ifIndex in the variableBindings. Implementation of this trap is optional." ::= 0 engageTrapTxUnderrun TRAP-TYPE ENTERPRISE engageTrap DESCRIPTION "A engageTrapTxUnderrun trap indicates that the sending agent has excessive transmitter underruns on one of its interfaces. The interface is specified by the ifIndex in the variableBindings. Implementation of this trap is optional." ::= 1 engageTrapBufferExhaustion TRAP-TYPE ENTERPRISE engageTrap DESCRIPTION "A engageTrapBufferExhaustion trap is sent by a device when all of the buffers in the general system free buffer pool have been used up. Implementation of this trap is optional." ::= 2 engageTrapDeafness TRAP-TYPE ENTERPRISE engageTrap DESCRIPTION "A engageTrapDeafness trap indicates that the sending agent has an interface which appears to not have received packets for an extended period of time. The interface is specified by the ifIndex in the variableBindings. Implementation of this trap is optional." ::= 3 engageTrapTubeEnetRxAbsent TRAP-TYPE ENTERPRISE engageTrap DESCRIPTION "A engageTrapTubeEnetRxAbsent trap is sent by an IP Tube which has not seen IPTube(or CESOIP/HDLCOIP) protocol packets on its LAN interface when it expects them. The serial interface for which those IPTube packets were destined for is given by the ifIndex in the variableBindings. Implementation of this trap is optional." ::= 4 engageTrapLinkProtectorFailedOver TRAP-TYPE ENTERPRISE engageTrap DESCRIPTION "The engageTrapLinkProtectorFailedOver trap indicates that the sending agent has seen a failure on one of its serial interfaces and has transitioned from PassThru operation to TDM over IP failover mode. The interface that saw the failure is specified by the ifIndex in the variableBindings. Implementation of this trap is optional." ::= 5 engageTrapLinkProtectorRecovered TRAP-TYPE ENTERPRISE engageTrap DESCRIPTION "The engageTrapLinkProtectorRecovered trap indicates that the sending agent has seen one of its failed serial interfaces regain connectivity and has transitioned from TDM over IP to PassThru operation. The recovering interface is specified by the ifIndex in the variableBindings. Implementation of this trap is optional." ::= 6 engageTrapConfigChangedEvent TRAP-TYPE ENTERPRISE engageTrap DESCRIPTION "The engageTrapConfigChangedEvent trap indicates that someone has saved the configuration on the sending agent." ::= 7 engageTrapConfigModeEnteredEvent TRAP-TYPE ENTERPRISE engageTrap DESCRIPTION "The engageTrapConfigModeEnteredEvent trap indicates that someone has entered the configuration mode of the sending agent by either an SNMP set or by executing the config command in the UI." ::= 8 END