INTEL-ISDN-MIB

File: INTEL-ISDN-MIB.mib (20034 bytes)

Imported modules

RFC1155-SMI INTEL-GEN-MIB RFC-1212

Imported symbols

Counter mib2ext OBJECT-TYPE

Defined Types

IsdnSigChanEntry  
SEQUENCE    
  isdnSigChanIfIndex INTEGER
  isdnSigChanL2State Counter
  isdnSigChanCES Counter
  isdnSigChanSAPI Counter
  isdnSigChanCallCollisions Counter
  isdnSigChanAddressCheckFails Counter

IsdnDchanEntry  
SEQUENCE    
  isdnDchanIfIndex INTEGER
  isdnDchanRxShort Counter
  isdnDchanRxLong Counter
  isdnDchanRxCRCerror Counter
  isdnDchanRxResidual Counter
  isdnDchanRxAborts Counter
  isdnDchanRxOverrun Counter
  isdnDchanRxLostSync Counter
  isdnDchanRxBufferLack Counter
  isdnDchanRxApplnotready Counter
  isdnDchanRxUnknownProto Counter
  isdnDchanTxDiscardedProto Counter
  isdnDchanTxDiscardedData Counter
  isdnDchanTxUnderrun Counter
  isdnDchanTxCollision Counter

IsdnPhysEntry  
SEQUENCE    
  isdnPhysIfIndex INTEGER
  isdnPhysL1State Counter
  isdnPhysL1Alarm Counter

IsdnCallCtrlEntry  
SEQUENCE    
  isdnCallCtrlSigchanIfIndex INTEGER
  isdnCallCtrlBchanIfIndex INTEGER
  isdnCallCtrlLocalNumber OCTET STRING
  isdnCallCtrlLocalSubaddr OCTET STRING
  isdnCallCtrlRemoteNumber OCTET STRING
  isdnCallCtrlRemoteSubaddr OCTET STRING
  isdnCallCtrlL3State INTEGER
  isdnCallCtrlCallRef INTEGER
  isdnCallCtrlChannelNum INTEGER
  isdnCallCtrlOutCallsConnected Counter
  isdnCallCtrlOutCallsFailed Counter
  isdnCallCtrlInCallsConnected Counter
  isdnCallCtrlInCallsRefused Counter
  isdnCallCtrlCallCollisions Counter
  isdnCallCtrlCauseCode INTEGER
  isdnCallCtrlLocationCode INTEGER
  isdnCallCtrlCauseText OCTET STRING

Defined Values

isdn 1.3.6.1.4.1.343.6.29
OBJECT IDENTIFIER    

isdnSigChan 1.3.6.1.4.1.343.6.29.1
OBJECT IDENTIFIER    

isdnDchan 1.3.6.1.4.1.343.6.29.2
OBJECT IDENTIFIER    

isdnPhys 1.3.6.1.4.1.343.6.29.3
OBJECT IDENTIFIER    

isdnCallCtrl 1.3.6.1.4.1.343.6.29.4
OBJECT IDENTIFIER    

isdnSigChanTable 1.3.6.1.4.1.343.6.29.1.1
Table containing configuration and operational parameters for all ISDN Signalling Channels on this managed device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IsdnSigChanEntry

isdnSigChanEntry 1.3.6.1.4.1.343.6.29.1.1.1
An entry in the ISDN Signalling Channel Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IsdnSigChanEntry  

isdnSigChanIfIndex 1.3.6.1.4.1.343.6.29.1.1.1.1
Interface index for this signalling channel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

isdnSigChanL2State 1.3.6.1.4.1.343.6.29.1.1.1.2
Signalling layer-2 state (Q.921).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER teiUnassigned(1), assignAwaitTei(2), establishAwaitTei(3), teiAssigned(4), awaitEstablishment(5), awaitRelease(6), multipleFrameEstablished(7), timerRecovery(8)  

isdnSigChanCES 1.3.6.1.4.1.343.6.29.1.1.1.3
Connection Endpoint Suffix (CES) for this signalling channel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnSigChanSAPI 1.3.6.1.4.1.343.6.29.1.1.1.4
Service Access Point Identifier (SAPI) for this signalling channel
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnSigChanCallCollisions 1.3.6.1.4.1.343.6.29.1.1.1.5
The number of calls over this signalling channel which failed because of collision.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnSigChanAddressCheckFails 1.3.6.1.4.1.343.6.29.1.1.1.6
The number of incoming calls over this signalling channel which were refused because of address mismatch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnDchanTable 1.3.6.1.4.1.343.6.29.2.1
Table containing statistics for all ISDN D-Channels on this managed device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IsdnDchanEntry

isdnDchanEntry 1.3.6.1.4.1.343.6.29.2.1.1
An entry in the ISDN D-Channel Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IsdnDchanEntry  

isdnDchanIfIndex 1.3.6.1.4.1.343.6.29.2.1.1.1
The Ifindex of this D-channel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

isdnDchanRxShort 1.3.6.1.4.1.343.6.29.2.1.1.2
The number of frames received which were discarded due to the frame length being too short.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnDchanRxLong 1.3.6.1.4.1.343.6.29.2.1.1.3
The number of frames received which were discarded due to the frame length being too long.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnDchanRxCRCerror 1.3.6.1.4.1.343.6.29.2.1.1.4
The number of frames received which were discarded due to Cyclic Redundancy Check (CRC) errors. This figure indicates the number of bit errors occuring over the WAN link.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnDchanRxResidual 1.3.6.1.4.1.343.6.29.2.1.1.5
The number of times the frame contained residual bits. This should not occur.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnDchanRxAborts 1.3.6.1.4.1.343.6.29.2.1.1.6
The number of times the High-Level Data Link Control (HDLC) 'Abort' signal was received, indicating that the received packet should be ignored.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnDchanRxOverrun 1.3.6.1.4.1.343.6.29.2.1.1.7
The number of frames which were lost due to bus overload within the router. This should not occur.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnDchanRxLostSync 1.3.6.1.4.1.343.6.29.2.1.1.8
The number of frames which were lost due to drop of signal on the line.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnDchanRxBufferLack 1.3.6.1.4.1.343.6.29.2.1.1.9
The number of received frames which were lost due to RAM (buffer) overload within the router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnDchanRxApplnotready 1.3.6.1.4.1.343.6.29.2.1.1.10
The number of received frames which were discarded since there was a temporary situation with no upper layer to receive the frame.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnDchanRxUnknownProto 1.3.6.1.4.1.343.6.29.2.1.1.11
The number of incoming frames which were discarded due to unknown protocol field.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnDchanTxDiscardedProto 1.3.6.1.4.1.343.6.29.2.1.1.12
The number of protocol frames for transmission which were lost due to RAM (buffer) overload within the router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnDchanTxDiscardedData 1.3.6.1.4.1.343.6.29.2.1.1.13
The number of data frames for transmission which were lost due to RAM (buffer) overload within the router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnDchanTxUnderrun 1.3.6.1.4.1.343.6.29.2.1.1.14
The number of frames for transmission that were not successfully transmitted due to CPU (processor) overload within the router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnDchanTxCollision 1.3.6.1.4.1.343.6.29.2.1.1.15
The number of outgoing frames which were discarded due to collisions that occured during transmission.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnPhysTable 1.3.6.1.4.1.343.6.29.3.1
Table containing physical layer status for all ISDN ports on this managed device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IsdnPhysEntry

isdnPhysEntry 1.3.6.1.4.1.343.6.29.3.1.1
An entry in the ISDN physical layer Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IsdnPhysEntry  

isdnPhysIfIndex 1.3.6.1.4.1.343.6.29.3.1.1.1
IfIndex for this ISDN port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

isdnPhysL1State 1.3.6.1.4.1.343.6.29.3.1.1.2
Physical layer state for this ISDN port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), sensing(2), deactivated(3), awaitingSignal(4), identifyingInput(5), synchronized(6), activated(7), lostFraming(8), lossOfPower(100), operational(101), fault1(102), fault2(103), fault3(104), fault4(105), powerOn(106), incomingCall(107), testing(108)  

isdnPhysL1Alarm 1.3.6.1.4.1.343.6.29.3.1.1.3
Primary Rate Interface alarm for this ISDN port. This entry is unused for BRI. 0 means noDetectedProblem
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER noCableInserted(1), lossOfSignal(2), txCableNotConnected(3), alarmIndicationSignal(4), remoteAlarmIndication(5), noMultiFrameAlignment(6), noBasicFrameAlignment(7), noSyncPattern(8), ncrc4(9), crce0(10), crce1(11), ebit0(12), ebit1(13)  

isdnCallCtrlTable 1.3.6.1.4.1.343.6.29.4.1
Table containing configuration and operational parameters for all ISDN links on this managed device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IsdnCallCtrlEntry

isdnCallCtrlEntry 1.3.6.1.4.1.343.6.29.4.1.1
An entry in the ISDN link Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IsdnCallCtrlEntry  

isdnCallCtrlSigchanIfIndex 1.3.6.1.4.1.343.6.29.4.1.1.1
Interface index for the current signalling-channel associated with this link. The index is zero if no signalling-channel is associated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

isdnCallCtrlBchanIfIndex 1.3.6.1.4.1.343.6.29.4.1.1.2
Interface index for the current B-channel associated with this link. The index is zero if no B-channel is allocated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

isdnCallCtrlLocalNumber 1.3.6.1.4.1.343.6.29.4.1.1.3
The local ISDN number for this link.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(22)  

isdnCallCtrlLocalSubaddr 1.3.6.1.4.1.343.6.29.4.1.1.4
The local ISDN subaddress for this link.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(14)  

isdnCallCtrlRemoteNumber 1.3.6.1.4.1.343.6.29.4.1.1.5
The ISDN number the current or last call is or was connected to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(22)  

isdnCallCtrlRemoteSubaddr 1.3.6.1.4.1.343.6.29.4.1.1.6
The ISDN subaddress the current or last call is or was connected to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(14)  

isdnCallCtrlL3State 1.3.6.1.4.1.343.6.29.4.1.1.7
Signalling layer-3 state (Q.931 and custom). 0 means nullState.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER callInit(1), overlapSending(2), outCallProc(3), callDelivered(4), undef5(5), callPresent(6), callReceived(7), connectRequest(8), inCallProc(9), callActive(10), disconnectRequest(11), disconnectInd(12), passiveAwaitingConf(13), callPassive(14), suspendRequest(15), undef16(16), resumeRequest(17), undef18(18), releaseRequest(19), registerRequest(20), cancelRequest(21), undef22(22), undef23(23), undef24(24), overlapReceive(25), idleState(26), establishWait(27), asaiTr1State(28), u10HoldRequest(29), u10TransferRequest(30), u10ConferenceRequest(31), u10ReconnectRequest(32), u10AwaitingDisc(33), u10CallOnHold(34), deactivated(35), reactivateRequested(36), deactivateRequested(37), ni1HoldReqU3(38), ni1HoldReqU4(39), ni1HoldReqU10(40), ni1RetrieveU3(41), ni1RetrieveU4(42), ni1RetrieveU10(43), ni1HoldActiveU3(44), ni1HoldActiveU4(45), ni1HoldActiveU10(46), broadcastState(47)  

isdnCallCtrlCallRef 1.3.6.1.4.1.343.6.29.4.1.1.8
Signalling layer-3 call reference (Q.931).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

isdnCallCtrlChannelNum 1.3.6.1.4.1.343.6.29.4.1.1.9
The current B-channel number associated with this link.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

isdnCallCtrlOutCallsConnected 1.3.6.1.4.1.343.6.29.4.1.1.10
The number of outgoing calls on this link which were actually connected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnCallCtrlOutCallsFailed 1.3.6.1.4.1.343.6.29.4.1.1.11
The number of outgoing calls on this link which failed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnCallCtrlInCallsConnected 1.3.6.1.4.1.343.6.29.4.1.1.12
The number of incoming calls on this link which were actually connected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnCallCtrlInCallsRefused 1.3.6.1.4.1.343.6.29.4.1.1.13
The number of incoming calls on this link which were refused.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnCallCtrlCallCollisions 1.3.6.1.4.1.343.6.29.4.1.1.14
The number of calls on this link which failed because of collision.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

isdnCallCtrlCauseCode 1.3.6.1.4.1.343.6.29.4.1.1.15
The encoded network cause value associated with the last call. This object will be updated whenever a call is started or cleared. The value of this object will depend on the interface type as well as on the protocol and protocol version being used on this interface. Some references for possible cause values are given below.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

isdnCallCtrlLocationCode 1.3.6.1.4.1.343.6.29.4.1.1.16
The encoded network cause location value associated with the last call. This object will be updated whenever a call is started or cleared.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

isdnCallCtrlCauseText 1.3.6.1.4.1.343.6.29.4.1.1.17
ASCII text describing the reason for the last call termination. This object will be updated whenever a call is started or cleared.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(100)