ASCEND-EVENT-MIB

File: ASCEND-EVENT-MIB.mib (34306 bytes)

Imported modules

ASCEND-MIB RFC1155-SMI RFC-1212

Imported symbols

eventGroup IpAddress Counter
OBJECT-TYPE

Defined Types

DisplayString  
OCTET STRING    

EventEntry  
SEQUENCE    
  eventIdNumber INTEGER
  eventTimeStamp INTEGER
  eventType INTEGER
  eventCallReferenceNum INTEGER
  eventDataRate INTEGER
  eventSlotNumber INTEGER
  eventSlotLineNumber INTEGER
  eventSlotChannelNumber INTEGER
  eventModemSlotNumber INTEGER
  eventModemOnSlot INTEGER
  eventCurrentService INTEGER
  eventUserName DisplayString
  eventUserIPAddress IpAddress
  eventUserSubnetMask IpAddress
  eventDisconnectReason INTEGER
  eventConnectProgress INTEGER
  eventCallCharge INTEGER
  eventCalledPartyID DisplayString
  eventCallingPartyID DisplayString
  eventInOctets INTEGER
  eventOutOctets INTEGER
  eventMultiLinkID INTEGER
  eventXmitRate INTEGER
  eventTrunkGroup INTEGER

Defined Values

eventMaximumNumberOfEvents 1.3.6.1.4.1.529.10.1
The maximum number of event entries that can exist in the event table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventOldestEventIdNumber 1.3.6.1.4.1.529.10.2
The event ID number of the oldest event in the table. This value will be 0 until the first event occurs.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventLatestEventIdNumber 1.3.6.1.4.1.529.10.3
The event ID number of the most recent event in the table. The SNMP manager should poll this variable periodically and compare it with the previous poll's value to detect the presence of new events. A value of 0 indicates no events exist in the table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventTable 1.3.6.1.4.1.529.10.4
A list of event entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EventEntry

eventEntry 1.3.6.1.4.1.529.10.4.1
An entry containing object variables which describes an event.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EventEntry  

eventIdNumber 1.3.6.1.4.1.529.10.4.1.1
A unique number assigned to every event entry. Numbers are assigned incrementally starting with 1 and will wraparound if the upper limit (2147483648) is reached. Until number wraps around, it represents the total number of events generated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventTimeStamp 1.3.6.1.4.1.529.10.4.1.2
The time of occurence for this event in seconds since startup. Use 'sysAbsoluteStartupTime' to convert to absolute time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventType 1.3.6.1.4.1.529.10.4.1.3
Identifies the type of event associated with this entry. For incoming MPP calls, the initial serviceChanged(4) event will be ppp(3). After negotiations complete, the nameChanged(5) event will specify mpp(5) along with the name, IP addr, and netmask.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER callOriginated(1), callAnswered(2), callCleared(3), serviceChanged(4), nameChanged(5), baudRateChanged(6)  

eventCallReferenceNum 1.3.6.1.4.1.529.10.4.1.4
A unique number assigned to identify a particular session. The start of a session is marked by either a callOriginated(1) or a callAnswered(2) event. The end of a session is marked by a callCleared(3) event. Numbers are assigned incrementally starting with 1 and will wraparound if the upper limit (2147483648) is reached.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventDataRate 1.3.6.1.4.1.529.10.4.1.5
The receive data rate for ISDN calls or the baud rate for modem calls. Rate is given as bits-per-second. Applicable for all 'eventType's except callCleared(3). For callCleared(3), 0 will be returned. For modem calls, value will be 0 for callAnswered(2) events since rate is unknown at the time incoming call is detected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventSlotNumber 1.3.6.1.4.1.529.10.4.1.6
Identifies the slot containing the line call was received or sent over. It's value ranges between 1 and the value slotNumber in the 'slots' group. This variable is equivalent to slotIndex in Ascend's slot group. Applicable only if 'eventType' is callOriginated(1), callAnswered(2), callCleared(3), or baudRateChanged(6) otherwise 0 will be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventSlotLineNumber 1.3.6.1.4.1.529.10.4.1.7
Identifies the line for network slots. This variable is equivalent to slotItemIndex in Ascend's slot group. Applicable only if 'eventType' is callOriginated(1), callAnswered(2), callCleared(3), or baudRateChanged(6) otherwise 0 will be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventSlotChannelNumber 1.3.6.1.4.1.529.10.4.1.8
Identifies the channel for the particular line identified by eventSlotLineNumber. Applicable only if 'eventType' is callOriginated(1), callAnswered(2), callCleared(3), or baudRateChanged(6) otherwise 0 will be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventModemSlotNumber 1.3.6.1.4.1.529.10.4.1.9
Identifies the modem slot on the device. It's value ranges between 0 and the value slotNumber in Ascend's slots group. A value of 0 indicates modems are not associated with this connection. Applicable only if 'eventType' is callOriginated(1), callAnswered(2), or baudRateChanged(6) otherwise 0 will be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventModemOnSlot 1.3.6.1.4.1.529.10.4.1.10
Identifies the particular modem within a modem slot. A value of 0 indicates modems are not associated with this connection. Applicable only if 'eventType' is callOriginated(1), callAnswered(2), or baudRateChanged(6) otherwise 0 will be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventCurrentService 1.3.6.1.4.1.529.10.4.1.11
The current service provided to the remote user. Applicable only if 'eventType' is serviceChanged(4) or nameChanged(5) otherwise none(1) will be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), other(2), ppp(3), slip(4), mpp(5), x25(6), combinet(7), frameRelay(8), euraw(9), euui(10), telnet(11), telnetBinary(12), rawTcp(13), terminalServer(14), mp(15), virtualConnect(16), dchannelX25(17), dtpt(18), ipFax(19), atm(20), hdlcNrm(21), voip(22), visa2(23), netToNet(25)  

eventUserName 1.3.6.1.4.1.529.10.4.1.12
The name of the remote user. Applicable only if 'eventType' is serviceChanged(4) or nameChanged(5). The null string is returned if the name is unknown or if not applicable. For a Radius DNIS authenticated session, value of User-Name provided in Radius reply will be used if no second tier authentication is involved.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

eventUserIPAddress 1.3.6.1.4.1.529.10.4.1.13
The IP address of the remote user or login host. Applicable only if 'eventType' is serviceChanged(4) nameChanged(5) or callCleared. Value of a raw tcp login host IP address is returned once a raw tcp connection was successfully connected earlier in a serviceChanged event. The value 0.0.0.0 is returned if address is unknown or if not applicable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

eventUserSubnetMask 1.3.6.1.4.1.529.10.4.1.14
The subnet mask of the remote user. Applicable only if 'eventType' is serviceChanged(4) or nameChanged(5). The value 0.0.0.0 is returned if mask is unknown or if not applicable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

eventDisconnectReason 1.3.6.1.4.1.529.10.4.1.15
Reason for call disconnecting. Applicable only if 'eventType' is callCleared(3) otherwise notApplicable(1) will be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER notApplicable(1), unknown(2), disconnected(3), clidAuthFailed(4), clidAuthServTimeout(5), clidAuthRequestCallback(6), preT310Timeout(7), noModemAvailable(9), noModemNoCarrier(10), noModemLossCarrier(11), noModemResultCodes(12), noModemOpenFailed(13), noModemOpenFailedDiag(14), noModemMissingOK(15), noModemStuckMsgQueue(16), noModemPumpDead(17), noModemForcedDisconnect(18), tsUserExit(20), tsIdleTimeout(21), tsExitTelnet(22), tsNoIPAddr(23), tsExitTcp(24), tsPassWordFail(25), tsRawTCPDisable(26), tsControlC(27), tsDestroyed(28), tsClosedVirtualConnect(29), tsVirtualConnectDestroyed(30), tsExitRlogin(31), tsRloginBadOption(32), tsErrorResource(33), mpNullMessageTimeout(35), dropUtilization(36), pppLcpTimeout(40), pppLcpNegotiateFail(41), pppPAPAuthFail(42), pppCHAPAuthFail(43), pppRemoteAuthFail(44), pppRcvTerminate(45), pppCloseEvent(46), pppCloseNoNcpsOpened(47), pppCloseUnknownMpBundle(48), pppCloseMpAddChanFail(49), tsExitErrTooMany(50), tsExitErrResource(51), tsExitErrInvalidIP(52), tsExitErrHostName(53), tsExitErrBadPort(54), tsExitErrHostReset(60), tsExitErrConnRefused(61), tsExitErrTimedOut(62), tsExitErrClosed(63), tsExitErrNetUnreach(64), tsExitErrHostUnreach(65), tsExitErrNetAdminUnreach(66), tsExitErrHostAdminUnreach(67), tsExitErrPortUnreach(68), noPortAvailable(90), sessTimeOut(100), sessFailSecurity(101), sessCallback(102), sessOutgoingInvalid(103), sessTimeoutEncaps(105), sessTimeoutMp(106), sessDtptSourceCleared(115), invalidProtocol(120), requestByRadiusClient(150), localAdmin(151), localSnmp(152), v110Timeout(160), pppAuthTimeout(170), pppIffReleased(171), userCallClearRequest(180), systemCallClearRequest(181), remoteEndHungUp(185), resourceQuiesced(190), maxCallDurationReached(195), lowMemory(201), slotCardDied(210), pppCbcpRequired(220), vrouterDeleted(230), lqmTerminated(240), backupCleared(241), ipfaxCallCleared(250), ipfaxLowMemory(251), ipfaxIncomingError(252), ipfaxOutgoingError(253), ipfaxNoModemAvail(254), ipfaxOpenError(255), ipfaxTcpWrite(256), ipfaxNoSession(257), ipfaxParsePhonestr(258), ipfaxBadDecode(260), ipfaxDecodeError(261), ipfaxNoServer(262), x25Termsrv(300), mpMasterCardDied(350), dnisDenied(370), callbackDialoutFailed(400), privateRouteTableNotFound(420), filterProfileNotFound(425), biDirectionalAuthFailed(450), h323DropReasonNull(500), h323DropReasonNormal(501), h323DropReasonDestBusy(502), h323DropReasonDestUnreachable(503), h323DropReasonReject(504), h323DropReasonWanFailure(505), h323DropReasonGatewayResources(506), h323DropReasonNoBandwidth(507), h323DropReasonGwNotRegistered(508), h323DropReasonInvalidPin(509), h323DropReasonInvalidDnis(510), h323DropReasonNoLanAnswer(511), h323DropReasonStateMachine(512), h323DropReasonNoLanDisconnect(513), h323DropReasonFegwCauseCode(514), h323DropReasonMaxPinAttempts(515), h323DropReasonCoderDenied(516), h323DropReasonHostDrop(517), q850UnassignedNumber(801), q850NoRoute(802), q850NoRouteToDest(803), q850ChannelUnacceptable(806), q850NormalClearing(816), q850UserBusy(817), q850NoUserResponding(818), q850UserAlertNoAnswer(819), q850CallRejected(821), q850NumberChanged(822), q850DestOutOfOrder(827), q850InvalidNumberFormat(828), q850FacilityRejected(829), q850RespToStatEnq(830), q850UnspecifiedCause(831), q850NoCircuitAvailable(834), q850NetworkOutOfOrder(838), q850TemporaryFailure(841), q850NetworkCongestion(842), q850AccessInfoDiscarded(843), q850ReqChannelNotAvail(844), q850PreEmpted(845), q850ResourceNotAvail(847), q850FacilityNotSubscribed(850), q850OutgoingCallBarred(852), q850IncomingCallBarred(854), q850BearCapNotAvail(858), q850ServiceNotAvail(863), q850CapNotImplemented(865), q850ChanNotImplemented(866), q850FacilityNotImplement(869), q850InvalidCallRef(881), q850ChanDoesNotExist(882), q850IncompatibleDest(888), q850MandatoryIeMissing(896), q850NonexistentMsg(897), q850WrongMessage(898), q850NonexistentIe(899), q850InvalidElemContents(900), q850WrongMsgForStat(901), q850TimerExpiry(902), q850MandatoryIeLenErr(903), q850ProtocolError(911), q850InterworkingUnspec(927)  

eventConnectProgress 1.3.6.1.4.1.529.10.4.1.16
State of the connection before disconnecting. Applicable only if 'eventType' is callCleared(3) otherwise prNotApplicable(1) will be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER prNotApplicable(1), prUnknown(2), prNotConnected(7), prCallUp(10), prDialSrvcBlocked(11), prModemUp(30), prModemWaitDCD(31), prModemWaitCodes(32), prTermSrvStarted(40), prRawTcpStarting(41), prTelnetStarting(42), prRawTcpConnect(43), prTelnetConnect(44), prRloginStarting(45), prRloginConnect(46), prTermSrvStartedThruCR(47), prModemOutdialCallUp(50), prLanSessionUp(60), prOpeningLCP(61), prOpeningCCP(62), prOpeningIPNCP(63), prOpeningBNCP(64), prLCPOpened(65), prCCPOpened(66), prIPNCPOpened(67), prBNCPOpened(68), prLCPStateInitial(69), prLCPStateStarting(70), prLCPStateClosed(71), prLCPStateStopped(72), prLCPStateClosing(73), prLCPStateStopping(74), prLCPStateReqSent(75), prLCPStateAckRecd(76), prLCPStateAckSent(77), prIPXNCPOpened(80), prAtNcpOpened(81), prBACPOpening(82), prBACPOpened(83), prCBCPOpening(84), prCBCPOpened(85), prV110Up(90), prV110StateOpened(91), prV110StateCarrier(92), prV110StateReset(93), prV110StateClosed(94), prClidCallBackReq(100), prClidAuthFailed(101), prClidAuthTimeout(102), prFRLinkInactive(120), prFRLinkActive(121), prStartingAuth(200), prOpeningAuth(201), prSkippingAuth(202), prAuthOpened(203), prH323NewIncomingCallFromWan(300), prH323DetectingPinFromWan(301), prH323DetectingDnisFromWan(302), prH323SendingArqToGatekeeper(303), prH323ReceivedAcfFromGatekeeper(304), prH323WaitingH225AlertingFromLan(305), prH323WaitingH225ProceedingFromLan(306), prH323PlayingErrPromptToWan(307), prH323HairpinDialingOutToWan(308), prH323ReceivedH225SetupFromLan(309), prH323DialingOutToWan(310), prH323WanAnsweredAndRtpNotUpYet(311), prH323CallConnected(312), prH323PlayingBusyPromptToWan(313), prH323DisconnectingRtp(314), prH323RtpDisconnected(315), prH323FaxDisconnected(316), prSs7VoipChangeParameter(400), prSs7VoipRtpOpened(401), prSs7VoipRtpClosed(402), prSs7VoipTerminateRtp(403), prSs7VoipCedDetected(404)  

eventCallCharge 1.3.6.1.4.1.529.10.4.1.17
The call charge for this user. Applicable only if 'eventType' is callCleared( 3 ) otherwise 0 will be returned. A value of 0 is returned if entry is invalid.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventCalledPartyID 1.3.6.1.4.1.529.10.4.1.18
The called party ID. Applicable only if 'eventType' is callCleared(3), callAnswered(2) or callOriginated(2) The null string is returned if the called party ID is unknown or if is not applicable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

eventCallingPartyID 1.3.6.1.4.1.529.10.4.1.19
The calling party ID. Applicable only if 'eventType' is callCleared(3), callAnswered(2) or callOriginated(2) The null string is returned if the calling party ID is unknown or if is not applicable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

eventInOctets 1.3.6.1.4.1.529.10.4.1.20
Identifies the total number of InOctets during this call. Applicable only if 'eventType' is callCleared(3), otherwise 0 will be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventOutOctets 1.3.6.1.4.1.529.10.4.1.21
Identifies the total number of OutOctets during this call. Applicable only if 'eventType' is callCleared(3), otherwise 0 will be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventMultiLinkID 1.3.6.1.4.1.529.10.4.1.22
MultiLinkID applies to sessions that are part of a Multilink bundle. Applicable if 'eventType' is callCleared(3), serviceChanged(4) or nameChanged(5) else 0 will be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventXmitRate 1.3.6.1.4.1.529.10.4.1.23
The transmit data rate for ISDN calls or the baud rate for modem calls. Rate is given as bits-per-second. Applicable for all 'eventType's except callCleared(3). For callCleared(3), 0 will be returned. For modem calls, value will be 0 for callAnswered(2) events since rate is unknown at the time incoming call is detected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventTrunkGroup 1.3.6.1.4.1.529.10.4.1.24
Trunk Group Number for outgoing call only Applicable only if 'eventType' is callEstablished or callOrignated, otherwise 0 will be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventCurrentActiveCalls 1.3.6.1.4.1.529.10.5
The number of calls currently active.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventCurrentActiveSessions 1.3.6.1.4.1.529.10.6
The number of sessions currently active.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventTotalCalls 1.3.6.1.4.1.529.10.7
The total number of active calls since system startup.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

eventTotalSessions 1.3.6.1.4.1.529.10.8
The total number of active sessions since system startup.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

eventTotalCallsAnswered 1.3.6.1.4.1.529.10.9
The total number of calls answered since system startup.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

eventTotalCallsOriginated 1.3.6.1.4.1.529.10.10
The total number of calls originated since system startup.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

eventTotalCallsCleared 1.3.6.1.4.1.529.10.11
The total number of calls cleared since system startup.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

eventTotalBaudRateChanges 1.3.6.1.4.1.529.10.12
The total number of baud rate change events since system startup.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

eventTotalServiceChanges 1.3.6.1.4.1.529.10.13
The total number of service change events since system startup.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

eventTotalNameChanges 1.3.6.1.4.1.529.10.14
The total number of name change events since system startup.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

eventTotalNoModems 1.3.6.1.4.1.529.10.15
The total number of unaccepted calls because of the unavailability of modems, since system startup.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter