ASCEND-EVENT-MIB: View SNMP OID List / Download MIB

VENDOR: ASCEND COMMUNICATIONS INC.


 Home MIB: ASCEND-EVENT-MIB
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
 eventMaximumNumberOfEvents 1.3.6.1.4.1.529.10.1 integer read-only
The maximum number of event entries that can exist in the event table.
 eventOldestEventIdNumber 1.3.6.1.4.1.529.10.2 integer read-only
The event ID number of the oldest event in the table. This value will be 0 until the first event occurs.
 eventLatestEventIdNumber 1.3.6.1.4.1.529.10.3 integer read-only
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.
 eventTable 1.3.6.1.4.1.529.10.4 no-access
A list of event entries.
     eventEntry 1.3.6.1.4.1.529.10.4.1 no-access
An entry containing object variables which describes an event.
         eventIdNumber 1.3.6.1.4.1.529.10.4.1.1 integer read-only
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.
         eventTimeStamp 1.3.6.1.4.1.529.10.4.1.2 integer read-only
The time of occurence for this event in seconds since startup. Use 'sysAbsoluteStartupTime' to convert to absolute time.
         eventType 1.3.6.1.4.1.529.10.4.1.3 integer read-only
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. Enumeration: 'callAnswered': 2, 'callCleared': 3, 'baudRateChanged': 6, 'nameChanged': 5, 'callOriginated': 1, 'serviceChanged': 4.
         eventCallReferenceNum 1.3.6.1.4.1.529.10.4.1.4 integer read-only
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.
         eventDataRate 1.3.6.1.4.1.529.10.4.1.5 integer read-only
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.
         eventSlotNumber 1.3.6.1.4.1.529.10.4.1.6 integer read-only
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.
         eventSlotLineNumber 1.3.6.1.4.1.529.10.4.1.7 integer read-only
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.
         eventSlotChannelNumber 1.3.6.1.4.1.529.10.4.1.8 integer read-only
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.
         eventModemSlotNumber 1.3.6.1.4.1.529.10.4.1.9 integer read-only
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.
         eventModemOnSlot 1.3.6.1.4.1.529.10.4.1.10 integer read-only
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.
         eventCurrentService 1.3.6.1.4.1.529.10.4.1.11 integer read-only
The current service provided to the remote user. Applicable only if 'eventType' is serviceChanged(4) or nameChanged(5) otherwise none(1) will be returned. Enumeration: 'ipFax': 19, 'ppp': 3, 'frameRelay': 8, 'slip': 4, 'hdlcNrm': 21, 'dtpt': 18, 'virtualConnect': 16, 'euui': 10, 'netToNet': 25, 'combinet': 7, 'other': 2, 'x25': 6, 'euraw': 9, 'telnet': 11, 'telnetBinary': 12, 'mpp': 5, 'dchannelX25': 17, 'voip': 22, 'none': 1, 'atm': 20, 'terminalServer': 14, 'visa2': 23, 'mp': 15, 'rawTcp': 13.
         eventUserName 1.3.6.1.4.1.529.10.4.1.12 displaystring read-only
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.
         eventUserIPAddress 1.3.6.1.4.1.529.10.4.1.13 ipaddress read-only
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.
         eventUserSubnetMask 1.3.6.1.4.1.529.10.4.1.14 ipaddress read-only
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.
         eventDisconnectReason 1.3.6.1.4.1.529.10.4.1.15 integer read-only
Reason for call disconnecting. Applicable only if 'eventType' is callCleared(3) otherwise notApplicable(1) will be returned. Enumeration: 'tsExitTcp': 24, 'localSnmp': 152, 'mpMasterCardDied': 350, 'tsExitErrHostName': 53, 'h323DropReasonGwNotRegistered': 508, 'ipfaxBadDecode': 260, 'h323DropReasonFegwCauseCode': 514, 'h323DropReasonNoBandwidth': 507, 'sessTimeoutEncaps': 105, 'tsExitErrHostUnreach': 65, 'pppRemoteAuthFail': 44, 'q850ChanNotImplemented': 866, 'pppLcpNegotiateFail': 41, 'backupCleared': 241, 'q850FacilityNotImplement': 869, 'dnisDenied': 370, 'tsPassWordFail': 25, 'tsExitErrTooMany': 50, 'q850TemporaryFailure': 841, 'localAdmin': 151, 'ipfaxDecodeError': 261, 'tsExitErrClosed': 63, 'q850AccessInfoDiscarded': 843, 'h323DropReasonReject': 504, 'q850MandatoryIeMissing': 896, 'pppCloseNoNcpsOpened': 47, 'tsExitErrInvalidIP': 52, 'q850UserAlertNoAnswer': 819, 'noModemMissingOK': 15, 'q850ServiceNotAvail': 863, 'disconnected': 3, 'noModemOpenFailed': 13, 'h323DropReasonGatewayResources': 506, 'q850ChanDoesNotExist': 882, 'noModemResultCodes': 12, 'tsExitTelnet': 22, 'h323DropReasonHostDrop': 517, 'q850NoUserResponding': 818, 'q850MandatoryIeLenErr': 903, 'userCallClearRequest': 180, 'h323DropReasonWanFailure': 505, 'tsVirtualConnectDestroyed': 30, 'h323DropReasonNormal': 501, 'q850WrongMsgForStat': 901, 'clidAuthServTimeout': 5, 'h323DropReasonMaxPinAttempts': 515, 'sessOutgoingInvalid': 103, 'tsExitErrHostAdminUnreach': 67, 'sessFailSecurity': 101, 'q850CallRejected': 821, 'tsExitErrTimedOut': 62, 'ipfaxNoSession': 257, 'tsNoIPAddr': 23, 'requestByRadiusClient': 150, 'q850NoCircuitAvailable': 834, 'vrouterDeleted': 230, 'noModemOpenFailedDiag': 14, 'ipfaxTcpWrite': 256, 'h323DropReasonNoLanDisconnect': 513, 'q850NonexistentMsg': 897, 'lqmTerminated': 240, 'noModemAvailable': 9, 'noModemStuckMsgQueue': 16, 'q850ResourceNotAvail': 847, 'h323DropReasonInvalidDnis': 510, 'q850FacilityRejected': 829, 'q850RespToStatEnq': 830, 'tsExitErrNetAdminUnreach': 66, 'h323DropReasonNull': 500, 'tsIdleTimeout': 21, 'q850IncomingCallBarred': 854, 'q850ReqChannelNotAvail': 844, 'resourceQuiesced': 190, 'q850NetworkCongestion': 842, 'pppCloseMpAddChanFail': 49, 'tsExitErrNetUnreach': 64, 'q850NoRoute': 802, 'tsUserExit': 20, 'q850ProtocolError': 911, 'q850IncompatibleDest': 888, 'pppPAPAuthFail': 42, 'q850NormalClearing': 816, 'ipfaxParsePhonestr': 258, 'q850InvalidNumberFormat': 828, 'tsDestroyed': 28, 'q850InterworkingUnspec': 927, 'noModemPumpDead': 17, 'pppCHAPAuthFail': 43, 'ipfaxNoServer': 262, 'tsRawTCPDisable': 26, 'notApplicable': 1, 'clidAuthRequestCallback': 6, 'q850CapNotImplemented': 865, 'h323DropReasonDestUnreachable': 503, 'h323DropReasonStateMachine': 512, 'q850PreEmpted': 845, 'privateRouteTableNotFound': 420, 'q850TimerExpiry': 902, 'ipfaxCallCleared': 250, 'unknown': 2, 'invalidProtocol': 120, 'q850UserBusy': 817, 'q850NetworkOutOfOrder': 838, 'q850ChannelUnacceptable': 806, 'q850InvalidElemContents': 900, 'filterProfileNotFound': 425, 'q850UnspecifiedCause': 831, 'ipfaxOpenError': 255, 'dropUtilization': 36, 'slotCardDied': 210, 'tsRloginBadOption': 32, 'tsClosedVirtualConnect': 29, 'h323DropReasonNoLanAnswer': 511, 'noModemForcedDisconnect': 18, 'pppRcvTerminate': 45, 'pppCloseEvent': 46, 'ipfaxLowMemory': 251, 'sessTimeoutMp': 106, 'ipfaxOutgoingError': 253, 'tsExitErrResource': 51, 'h323DropReasonDestBusy': 502, 'tsExitErrPortUnreach': 68, 'h323DropReasonInvalidPin': 509, 'noModemNoCarrier': 10, 'tsExitErrConnRefused': 61, 'lowMemory': 201, 'tsErrorResource': 33, 'q850UnassignedNumber': 801, 'biDirectionalAuthFailed': 450, 'q850InvalidCallRef': 881, 'preT310Timeout': 7, 'q850WrongMessage': 898, 'x25Termsrv': 300, 'tsExitRlogin': 31, 'pppCloseUnknownMpBundle': 48, 'callbackDialoutFailed': 400, 'pppLcpTimeout': 40, 'remoteEndHungUp': 185, 'tsExitErrHostReset': 60, 'sessCallback': 102, 'noPortAvailable': 90, 'systemCallClearRequest': 181, 'noModemLossCarrier': 11, 'q850BearCapNotAvail': 858, 'pppAuthTimeout': 170, 'maxCallDurationReached': 195, 'q850NonexistentIe': 899, 'h323DropReasonCoderDenied': 516, 'mpNullMessageTimeout': 35, 'q850DestOutOfOrder': 827, 'clidAuthFailed': 4, 'v110Timeout': 160, 'pppCbcpRequired': 220, 'q850NumberChanged': 822, 'tsControlC': 27, 'ipfaxNoModemAvail': 254, 'q850OutgoingCallBarred': 852, 'tsExitErrBadPort': 54, 'sessDtptSourceCleared': 115, 'ipfaxIncomingError': 252, 'q850NoRouteToDest': 803, 'q850FacilityNotSubscribed': 850, 'sessTimeOut': 100, 'pppIffReleased': 171.
         eventConnectProgress 1.3.6.1.4.1.529.10.4.1.16 integer read-only
State of the connection before disconnecting. Applicable only if 'eventType' is callCleared(3) otherwise prNotApplicable(1) will be returned. Enumeration: 'prBACPOpening': 82, 'prH323CallConnected': 312, 'prIPNCPOpened': 67, 'prLCPStateInitial': 69, 'prLCPStateStopped': 72, 'prClidAuthFailed': 101, 'prLCPStateReqSent': 75, 'prV110Up': 90, 'prLCPStateStopping': 74, 'prH323ReceivedAcfFromGatekeeper': 304, 'prStartingAuth': 200, 'prSs7VoipChangeParameter': 400, 'prSs7VoipTerminateRtp': 403, 'prSs7VoipRtpClosed': 402, 'prModemOutdialCallUp': 50, 'prTelnetConnect': 44, 'prTermSrvStartedThruCR': 47, 'prOpeningBNCP': 64, 'prH323FaxDisconnected': 316, 'prBACPOpened': 83, 'prClidCallBackReq': 100, 'prLCPStateClosing': 73, 'prRawTcpConnect': 43, 'prV110StateClosed': 94, 'prLCPStateStarting': 70, 'prDialSrvcBlocked': 11, 'prV110StateReset': 93, 'prOpeningLCP': 61, 'prH323SendingArqToGatekeeper': 303, 'prSs7VoipRtpOpened': 401, 'prTelnetStarting': 42, 'prH323NewIncomingCallFromWan': 300, 'prCallUp': 10, 'prLCPOpened': 65, 'prH323PlayingBusyPromptToWan': 313, 'prNotApplicable': 1, 'prTermSrvStarted': 40, 'prV110StateOpened': 91, 'prH323DetectingDnisFromWan': 302, 'prRawTcpStarting': 41, 'prH323ReceivedH225SetupFromLan': 309, 'prH323DetectingPinFromWan': 301, 'prCCPOpened': 66, 'prLCPStateClosed': 71, 'prSs7VoipCedDetected': 404, 'prRloginConnect': 46, 'prCBCPOpening': 84, 'prFRLinkActive': 121, 'prLCPStateAckSent': 77, 'prV110StateCarrier': 92, 'prH323WanAnsweredAndRtpNotUpYet': 311, 'prOpeningCCP': 62, 'prClidAuthTimeout': 102, 'prH323HairpinDialingOutToWan': 308, 'prH323DisconnectingRtp': 314, 'prFRLinkInactive': 120, 'prModemWaitCodes': 32, 'prBNCPOpened': 68, 'prAtNcpOpened': 81, 'prLCPStateAckRecd': 76, 'prH323DialingOutToWan': 310, 'prAuthOpened': 203, 'prModemUp': 30, 'prCBCPOpened': 85, 'prSkippingAuth': 202, 'prH323RtpDisconnected': 315, 'prH323WaitingH225AlertingFromLan': 305, 'prIPXNCPOpened': 80, 'prOpeningAuth': 201, 'prH323PlayingErrPromptToWan': 307, 'prH323WaitingH225ProceedingFromLan': 306, 'prModemWaitDCD': 31, 'prRloginStarting': 45, 'prLanSessionUp': 60, 'prOpeningIPNCP': 63, 'prNotConnected': 7, 'prUnknown': 2.
         eventCallCharge 1.3.6.1.4.1.529.10.4.1.17 integer read-only
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.
         eventCalledPartyID 1.3.6.1.4.1.529.10.4.1.18 displaystring read-only
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.
         eventCallingPartyID 1.3.6.1.4.1.529.10.4.1.19 displaystring read-only
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.
         eventInOctets 1.3.6.1.4.1.529.10.4.1.20 integer read-only
Identifies the total number of InOctets during this call. Applicable only if 'eventType' is callCleared(3), otherwise 0 will be returned.
         eventOutOctets 1.3.6.1.4.1.529.10.4.1.21 integer read-only
Identifies the total number of OutOctets during this call. Applicable only if 'eventType' is callCleared(3), otherwise 0 will be returned.
         eventMultiLinkID 1.3.6.1.4.1.529.10.4.1.22 integer read-only
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.
         eventXmitRate 1.3.6.1.4.1.529.10.4.1.23 integer read-only
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.
         eventTrunkGroup 1.3.6.1.4.1.529.10.4.1.24 integer read-only
Trunk Group Number for outgoing call only Applicable only if 'eventType' is callEstablished or callOrignated, otherwise 0 will be returned.
 eventCurrentActiveCalls 1.3.6.1.4.1.529.10.5 integer read-only
The number of calls currently active.
 eventCurrentActiveSessions 1.3.6.1.4.1.529.10.6 integer read-only
The number of sessions currently active.
 eventTotalCalls 1.3.6.1.4.1.529.10.7 counter read-only
The total number of active calls since system startup.
 eventTotalSessions 1.3.6.1.4.1.529.10.8 counter read-only
The total number of active sessions since system startup.
 eventTotalCallsAnswered 1.3.6.1.4.1.529.10.9 counter read-only
The total number of calls answered since system startup.
 eventTotalCallsOriginated 1.3.6.1.4.1.529.10.10 counter read-only
The total number of calls originated since system startup.
 eventTotalCallsCleared 1.3.6.1.4.1.529.10.11 counter read-only
The total number of calls cleared since system startup.
 eventTotalBaudRateChanges 1.3.6.1.4.1.529.10.12 counter read-only
The total number of baud rate change events since system startup.
 eventTotalServiceChanges 1.3.6.1.4.1.529.10.13 counter read-only
The total number of service change events since system startup.
 eventTotalNameChanges 1.3.6.1.4.1.529.10.14 counter read-only
The total number of name change events since system startup.
 eventTotalNoModems 1.3.6.1.4.1.529.10.15 counter read-only
The total number of unaccepted calls because of the unavailability of modems, since system startup.