DIAL-CONTROL-MIB

File: DIAL-CONTROL-MIB.mib (49294 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IANAifType-MIB IF-MIB RFC1213-MIB

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Gauge32 TEXTUAL-CONVENTION DisplayString
TimeStamp RowStatus MODULE-COMPLIANCE
OBJECT-GROUP IANAifType ifOperStatus
ifIndex InterfaceIndex InterfaceIndexOrZero
transmission

Defined Types

AbsoluteCounter32  
Represents a Counter32-like value that starts at zero, does not decrease, and does not wrap. This may be used only in situations where wrapping is not possible or extremely unlikely. Should such a counter overflow, it locks at the maxium value of 4,294,967,295. The primary use of this type of counter is situations where a counter value is to be recorded as history and is thus no longer subject to reading for changing values.
TEXTUAL-CONVENTION    
  Gauge32  

DialCtlPeerCfgEntry  
SEQUENCE    
  dialCtlPeerCfgId INTEGER
  dialCtlPeerCfgIfType IANAifType
  dialCtlPeerCfgLowerIf InterfaceIndexOrZero
  dialCtlPeerCfgOriginateAddress DisplayString
  dialCtlPeerCfgAnswerAddress DisplayString
  dialCtlPeerCfgSubAddress DisplayString
  dialCtlPeerCfgClosedUserGroup DisplayString
  dialCtlPeerCfgSpeed INTEGER
  dialCtlPeerCfgInfoType INTEGER
  dialCtlPeerCfgPermission INTEGER
  dialCtlPeerCfgInactivityTimer INTEGER
  dialCtlPeerCfgMinDuration INTEGER
  dialCtlPeerCfgMaxDuration INTEGER
  dialCtlPeerCfgCarrierDelay INTEGER
  dialCtlPeerCfgCallRetries INTEGER
  dialCtlPeerCfgRetryDelay INTEGER
  dialCtlPeerCfgFailureDelay INTEGER
  dialCtlPeerCfgTrapEnable INTEGER
  dialCtlPeerCfgStatus RowStatus

DialCtlPeerStatsEntry  
SEQUENCE    
  dialCtlPeerStatsConnectTime AbsoluteCounter32
  dialCtlPeerStatsChargedUnits AbsoluteCounter32
  dialCtlPeerStatsSuccessCalls AbsoluteCounter32
  dialCtlPeerStatsFailCalls AbsoluteCounter32
  dialCtlPeerStatsAcceptCalls AbsoluteCounter32
  dialCtlPeerStatsRefuseCalls AbsoluteCounter32
  dialCtlPeerStatsLastDisconnectCause OCTET STRING
  dialCtlPeerStatsLastDisconnectText DisplayString
  dialCtlPeerStatsLastSetupTime TimeStamp

CallActiveEntry  
SEQUENCE    
  callActiveSetupTime TimeStamp
  callActiveIndex INTEGER
  callActivePeerAddress DisplayString
  callActivePeerSubAddress DisplayString
  callActivePeerId INTEGER
  callActivePeerIfIndex INTEGER
  callActiveLogicalIfIndex InterfaceIndexOrZero
  callActiveConnectTime TimeStamp
  callActiveCallState INTEGER
  callActiveCallOrigin INTEGER
  callActiveChargedUnits AbsoluteCounter32
  callActiveInfoType INTEGER
  callActiveTransmitPackets AbsoluteCounter32
  callActiveTransmitBytes AbsoluteCounter32
  callActiveReceivePackets AbsoluteCounter32
  callActiveReceiveBytes AbsoluteCounter32

CallHistoryEntry  
SEQUENCE    
  callHistoryPeerAddress DisplayString
  callHistoryPeerSubAddress DisplayString
  callHistoryPeerId INTEGER
  callHistoryPeerIfIndex INTEGER
  callHistoryLogicalIfIndex InterfaceIndex
  callHistoryDisconnectCause OCTET STRING
  callHistoryDisconnectText DisplayString
  callHistoryConnectTime TimeStamp
  callHistoryDisconnectTime TimeStamp
  callHistoryCallOrigin INTEGER
  callHistoryChargedUnits AbsoluteCounter32
  callHistoryInfoType INTEGER
  callHistoryTransmitPackets AbsoluteCounter32
  callHistoryTransmitBytes AbsoluteCounter32
  callHistoryReceivePackets AbsoluteCounter32
  callHistoryReceiveBytes AbsoluteCounter32

Defined Values

dialControlMib 1.3.6.1.2.1.10.21
The MIB module to describe peer information for demand access and possibly other kinds of interfaces.
MODULE-IDENTITY    

dialControlMibObjects 1.3.6.1.2.1.10.21.1
OBJECT IDENTIFIER    

dialCtlConfiguration 1.3.6.1.2.1.10.21.1.1
OBJECT IDENTIFIER    

dialCtlAcceptMode 1.3.6.1.2.1.10.21.1.1.1
The security level for acceptance of incoming calls. acceptNone(1) - incoming calls will not be accepted acceptAll(2) - incoming calls will be accepted, even if there is no matching entry in the dialCtlPeerCfgTable acceptKnown(3) - incoming calls will be accepted only if there is a matching entry in the dialCtlPeerCfgTable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER acceptNone(1), acceptAll(2), acceptKnown(3)  

dialCtlTrapEnable 1.3.6.1.2.1.10.21.1.1.2
This object indicates whether dialCtlPeerCallInformation and dialCtlPeerCallSetup traps should be generated for all peers. If the value of this object is enabled(1), traps will be generated for all peers. If the value of this object is disabled(2), traps will be generated only for peers having dialCtlPeerCfgTrapEnable set to enabled(1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

dialCtlPeer 1.3.6.1.2.1.10.21.1.2
OBJECT IDENTIFIER    

dialCtlPeerCfgTable 1.3.6.1.2.1.10.21.1.2.1
The list of peers from which the managed device will accept calls or to which it will place them.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DialCtlPeerCfgEntry

dialCtlPeerCfgEntry 1.3.6.1.2.1.10.21.1.2.1.1
Configuration data for a single Peer. This entry is effectively permanent, and contains information to identify the peer, how to connect to the peer, how to identify the peer and its permissions. The value of dialCtlPeerCfgOriginateAddress must be specified before a new row in this table can become active(1). Any writeable parameters in an existing entry can be modified while the entry is active. The modification will take effect when the peer in question will be called the next time. An entry in this table can only be created if the associated ifEntry already exists.
Status: current Access: not-accessible
OBJECT-TYPE    
  DialCtlPeerCfgEntry  

dialCtlPeerCfgId 1.3.6.1.2.1.10.21.1.2.1.1.1
This object identifies a single peer. There may be several entries in this table for one peer, defining different ways of reaching this peer. Thus, there may be several entries in this table with the same value of dialCtlPeerCfgId. Multiple entries for one peer may be used to support multilink as well as backup lines. A single peer will be identified by a unique value of this object. Several entries for one peer MUST have the same value of dialCtlPeerCfgId, but different ifEntries and thus different values of ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

dialCtlPeerCfgIfType 1.3.6.1.2.1.10.21.1.2.1.1.2
The interface type to be used for calling this peer. In case of ISDN, the value of isdn(63) is to be used.
Status: current Access: read-create
OBJECT-TYPE    
  IANAifType  

dialCtlPeerCfgLowerIf 1.3.6.1.2.1.10.21.1.2.1.1.3
ifIndex value of an interface the peer will have to be called on. For example, on an ISDN interface, this can be the ifIndex value of a D channel or the ifIndex value of a B channel, whatever is appropriate for a given peer. As an example, for Basic Rate leased lines it will be necessary to specify a B channel ifIndex, while for semi-permanent connections the D channel ifIndex has to be specified. If the interface can be dynamically assigned, this object has a value of zero.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

dialCtlPeerCfgOriginateAddress 1.3.6.1.2.1.10.21.1.2.1.1.4
Call Address at which the peer will be called. Think of this as the set of characters following 'ATDT ' or the 'phone number' included in a D channel call request. The structure of this information will be switch type specific. If there is no address information required for reaching the peer, i.e., for leased lines, this object will be a zero length string.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

dialCtlPeerCfgAnswerAddress 1.3.6.1.2.1.10.21.1.2.1.1.5
Calling Party Number information element, as for example passed in an ISDN SETUP message by a PBX or switch, for incoming calls. This address can be used to identify the peer. If this address is either unknown or identical to dialCtlPeerCfgOriginateAddress, this object will be a zero length string.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

dialCtlPeerCfgSubAddress 1.3.6.1.2.1.10.21.1.2.1.1.6
Subaddress at which the peer will be called. If the subaddress is undefined for the given media or unused, this is a zero length string.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

dialCtlPeerCfgClosedUserGroup 1.3.6.1.2.1.10.21.1.2.1.1.7
Closed User Group at which the peer will be called. If the Closed User Group is undefined for the given media or unused, this is a zero length string.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

dialCtlPeerCfgSpeed 1.3.6.1.2.1.10.21.1.2.1.1.8
The desired information transfer speed in bits/second when calling this peer. The detailed media specific information, e.g. information type and information transfer rate for ISDN circuits, has to be extracted from this object. If the transfer speed to be used is unknown or the default speed for this type of interfaces, the value of this object may be zero.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..2147483647  

dialCtlPeerCfgInfoType 1.3.6.1.2.1.10.21.1.2.1.1.9
The Information Transfer Capability to be used when calling this peer. speech(2) refers to a non-data connection, whereas audio31(6) and audio7(7) refer to data mode connections.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER other(1), speech(2), unrestrictedDigital(3), unrestrictedDigital56(4), restrictedDigital(5), audio31(6), audio7(7), video(8), packetSwitched(9), fax(10)  

dialCtlPeerCfgPermission 1.3.6.1.2.1.10.21.1.2.1.1.10
Applicable permissions. callback(4) either rejects the call and then calls back, or uses the 'Reverse charging' information element if it is available. Note that callback(4) is supposed to control charging, not security, and applies to callback prior to accepting a call. Callback for security reasons can be handled using PPP callback.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER originate(1), answer(2), both(3), callback(4), none(5)  

dialCtlPeerCfgInactivityTimer 1.3.6.1.2.1.10.21.1.2.1.1.11
The connection will be automatically disconnected if no longer carrying useful data for a time period, in seconds, specified in this object. Useful data in this context refers to forwarding packets, including routing information; it excludes the encapsulator maintenance frames. A value of zero means the connection will not be automatically taken down due to inactivity, which implies that it is a dedicated circuit.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..2147483647  

dialCtlPeerCfgMinDuration 1.3.6.1.2.1.10.21.1.2.1.1.12
Minimum duration of a call in seconds, starting from the time the call is connected until the call is disconnected. This is to accomplish the fact that in most countries charging applies to units of time, which should be matched as closely as possible.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..2147483647  

dialCtlPeerCfgMaxDuration 1.3.6.1.2.1.10.21.1.2.1.1.13
Maximum call duration in seconds. Zero means 'unlimited'.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..2147483647  

dialCtlPeerCfgCarrierDelay 1.3.6.1.2.1.10.21.1.2.1.1.14
The call timeout time in seconds. The default value of zero means that the call timeout as specified for the media in question will apply.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..2147483647  

dialCtlPeerCfgCallRetries 1.3.6.1.2.1.10.21.1.2.1.1.15
The number of calls to a non-responding address that may be made. A retry count of zero means there is no bound. The intent is to bound the number of successive calls to an address which is inaccessible, or which refuses those calls. Some countries regulate the number of call retries to a given peer that can be made.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..2147483647  

dialCtlPeerCfgRetryDelay 1.3.6.1.2.1.10.21.1.2.1.1.16
The time in seconds between call retries if a peer cannot be reached. A value of zero means that call retries may be done without any delay.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..2147483647  

dialCtlPeerCfgFailureDelay 1.3.6.1.2.1.10.21.1.2.1.1.17
The time in seconds after which call attempts are to be placed again after a peer has been noticed to be unreachable, i.e. after dialCtlPeerCfgCallRetries unsuccessful call attempts. A value of zero means that a peer will not be called again after dialCtlPeerCfgCallRetries unsuccessful call attempts.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..2147483647  

dialCtlPeerCfgTrapEnable 1.3.6.1.2.1.10.21.1.2.1.1.18
This object indicates whether dialCtlPeerCallInformation and dialCtlPeerCallSetup traps should be generated for this peer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

dialCtlPeerCfgStatus 1.3.6.1.2.1.10.21.1.2.1.1.19
Status of one row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dialCtlPeerStatsTable 1.3.6.1.2.1.10.21.1.2.2
Statistics information for each peer entry. There will be one entry in this table for each entry in the dialCtlPeerCfgTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DialCtlPeerStatsEntry

dialCtlPeerStatsEntry 1.3.6.1.2.1.10.21.1.2.2.1
Statistics information for a single Peer. This entry is effectively permanent, and contains information describing the last call attempt as well as supplying statistical information.
Status: current Access: not-accessible
OBJECT-TYPE    
  DialCtlPeerStatsEntry  

dialCtlPeerStatsConnectTime 1.3.6.1.2.1.10.21.1.2.2.1.1
Accumulated connect time to the peer since system startup. This is the total connect time, i.e. the connect time for outgoing calls plus the time for incoming calls.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

dialCtlPeerStatsChargedUnits 1.3.6.1.2.1.10.21.1.2.2.1.2
The total number of charging units applying to this peer since system startup. Only the charging units applying to the local interface, i.e. for originated calls or for calls with 'Reverse charging' being active, will be counted here.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

dialCtlPeerStatsSuccessCalls 1.3.6.1.2.1.10.21.1.2.2.1.3
Number of completed calls to this peer.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

dialCtlPeerStatsFailCalls 1.3.6.1.2.1.10.21.1.2.2.1.4
Number of failed call attempts to this peer since system startup.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

dialCtlPeerStatsAcceptCalls 1.3.6.1.2.1.10.21.1.2.2.1.5
Number of calls from this peer accepted since system startup.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

dialCtlPeerStatsRefuseCalls 1.3.6.1.2.1.10.21.1.2.2.1.6
Number of calls from this peer refused since system startup.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

dialCtlPeerStatsLastDisconnectCause 1.3.6.1.2.1.10.21.1.2.2.1.7
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: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..4)  

dialCtlPeerStatsLastDisconnectText 1.3.6.1.2.1.10.21.1.2.2.1.8
ASCII text describing the reason for the last call termination. This object exists because it would be impossible for a management station to store all possible cause values for all types of interfaces. It should be used only if a management station is unable to decode the value of dialCtlPeerStatsLastDisconnectCause. This object will be updated whenever a call is started or cleared.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

dialCtlPeerStatsLastSetupTime 1.3.6.1.2.1.10.21.1.2.2.1.9
The value of sysUpTime when the last call to this peer was started. For ISDN media, this will be the time when the setup message was received from or sent to the network. This object will be updated whenever a call is started or cleared.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

callActive 1.3.6.1.2.1.10.21.1.3
OBJECT IDENTIFIER    

callActiveTable 1.3.6.1.2.1.10.21.1.3.1
A table containing information about active calls to a specific destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CallActiveEntry

callActiveEntry 1.3.6.1.2.1.10.21.1.3.1.1
The information regarding a single active Connection. An entry in this table will be created when a call is started. An entry in this table will be deleted when an active call clears.
Status: current Access: not-accessible
OBJECT-TYPE    
  CallActiveEntry  

callActiveSetupTime 1.3.6.1.2.1.10.21.1.3.1.1.1
The value of sysUpTime when the call associated to this entry was started. This will be useful for an NMS to retrieve all calls after a specific time. Also, this object can be useful in finding large delays between the time the call was started and the time the call was connected. For ISDN media, this will be the time when the setup message was received from or sent to the network.
Status: current Access: not-accessible
OBJECT-TYPE    
  TimeStamp  

callActiveIndex 1.3.6.1.2.1.10.21.1.3.1.1.2
Small index variable to distinguish calls that start in the same hundredth of a second.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..7fffffff  

callActivePeerAddress 1.3.6.1.2.1.10.21.1.3.1.1.3
The number this call is connected to. If the number is not available, then it will have a length of zero.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

callActivePeerSubAddress 1.3.6.1.2.1.10.21.1.3.1.1.4
The subaddress this call is connected to. If the subaddress is undefined or not available, this will be a zero length string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

callActivePeerId 1.3.6.1.2.1.10.21.1.3.1.1.5
This is the Id value of the peer table entry to which this call was made. If a peer table entry for this call does not exist or is unknown, the value of this object will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

callActivePeerIfIndex 1.3.6.1.2.1.10.21.1.3.1.1.6
This is the ifIndex value of the peer table entry to which this call was made. If a peer table entry for this call does not exist or is unknown, the value of this object will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

callActiveLogicalIfIndex 1.3.6.1.2.1.10.21.1.3.1.1.7
This is the ifIndex value of the logical interface through which this call was made. For ISDN media, this would be the ifIndex of the B channel which was used for this call. If the ifIndex value is unknown, the value of this object will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

callActiveConnectTime 1.3.6.1.2.1.10.21.1.3.1.1.8
The value of sysUpTime when the call was connected. If the call is not connected, this object will have a value of zero.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

callActiveCallState 1.3.6.1.2.1.10.21.1.3.1.1.9
The current call state. unknown(1) - The call state is unknown. connecting(2) - A connection attempt (outgoing call) is being made. connected(3) - An incoming call is in the process of validation. active(4) - The call is active.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), connecting(2), connected(3), active(4)  

callActiveCallOrigin 1.3.6.1.2.1.10.21.1.3.1.1.10
The call origin.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER originate(1), answer(2), callback(3)  

callActiveChargedUnits 1.3.6.1.2.1.10.21.1.3.1.1.11
The number of charged units for this connection. For incoming calls or if charging information is not supplied by the switch, the value of this object will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

callActiveInfoType 1.3.6.1.2.1.10.21.1.3.1.1.12
The information type for this call.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), speech(2), unrestrictedDigital(3), unrestrictedDigital56(4), restrictedDigital(5), audio31(6), audio7(7), video(8), packetSwitched(9), fax(10)  

callActiveTransmitPackets 1.3.6.1.2.1.10.21.1.3.1.1.13
The number of packets which were transmitted for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

callActiveTransmitBytes 1.3.6.1.2.1.10.21.1.3.1.1.14
The number of bytes which were transmitted for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

callActiveReceivePackets 1.3.6.1.2.1.10.21.1.3.1.1.15
The number of packets which were received for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

callActiveReceiveBytes 1.3.6.1.2.1.10.21.1.3.1.1.16
The number of bytes which were received for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

callHistory 1.3.6.1.2.1.10.21.1.4
OBJECT IDENTIFIER    

callHistoryTableMaxLength 1.3.6.1.2.1.10.21.1.4.1
The upper limit on the number of entries that the callHistoryTable may contain. A value of 0 will prevent any history from being retained. When this table is full, the oldest entry will be deleted and the new one will be created.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..2147483647  

callHistoryRetainTimer 1.3.6.1.2.1.10.21.1.4.2
The minimum amount of time that an callHistoryEntry will be maintained before being deleted. A value of 0 will prevent any history from being retained in the callHistoryTable, but will neither prevent callCompletion traps being generated nor affect other tables.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..2147483647  

callHistoryTable 1.3.6.1.2.1.10.21.1.4.3
A table containing information about specific calls to a specific destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CallHistoryEntry

callHistoryEntry 1.3.6.1.2.1.10.21.1.4.3.1
The information regarding a single Connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  CallHistoryEntry  

callHistoryPeerAddress 1.3.6.1.2.1.10.21.1.4.3.1.1
The number this call was connected to. If the number is not available, then it will have a length of zero.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

callHistoryPeerSubAddress 1.3.6.1.2.1.10.21.1.4.3.1.2
The subaddress this call was connected to. If the subaddress is undefined or not available, this will be a zero length string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

callHistoryPeerId 1.3.6.1.2.1.10.21.1.4.3.1.3
This is the Id value of the peer table entry to which this call was made. If a peer table entry for this call does not exist, the value of this object will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

callHistoryPeerIfIndex 1.3.6.1.2.1.10.21.1.4.3.1.4
This is the ifIndex value of the peer table entry to which this call was made. If a peer table entry for this call does not exist, the value of this object will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

callHistoryLogicalIfIndex 1.3.6.1.2.1.10.21.1.4.3.1.5
This is the ifIndex value of the logical interface through which this call was made. For ISDN media, this would be the ifIndex of the B channel which was used for this call.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

callHistoryDisconnectCause 1.3.6.1.2.1.10.21.1.4.3.1.6
The encoded network cause value associated with this call. 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: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..4)  

callHistoryDisconnectText 1.3.6.1.2.1.10.21.1.4.3.1.7
ASCII text describing the reason for call termination. This object exists because it would be impossible for a management station to store all possible cause values for all types of interfaces. It should be used only if a management station is unable to decode the value of dialCtlPeerStatsLastDisconnectCause.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

callHistoryConnectTime 1.3.6.1.2.1.10.21.1.4.3.1.8
The value of sysUpTime when the call was connected.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

callHistoryDisconnectTime 1.3.6.1.2.1.10.21.1.4.3.1.9
The value of sysUpTime when the call was disconnected.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

callHistoryCallOrigin 1.3.6.1.2.1.10.21.1.4.3.1.10
The call origin.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER originate(1), answer(2), callback(3)  

callHistoryChargedUnits 1.3.6.1.2.1.10.21.1.4.3.1.11
The number of charged units for this connection. For incoming calls or if charging information is not supplied by the switch, the value of this object will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

callHistoryInfoType 1.3.6.1.2.1.10.21.1.4.3.1.12
The information type for this call.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), speech(2), unrestrictedDigital(3), unrestrictedDigital56(4), restrictedDigital(5), audio31(6), audio7(7), video(8), packetSwitched(9), fax(10)  

callHistoryTransmitPackets 1.3.6.1.2.1.10.21.1.4.3.1.13
The number of packets which were transmitted while this call was active.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

callHistoryTransmitBytes 1.3.6.1.2.1.10.21.1.4.3.1.14
The number of bytes which were transmitted while this call was active.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

callHistoryReceivePackets 1.3.6.1.2.1.10.21.1.4.3.1.15
The number of packets which were received while this call was active.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

callHistoryReceiveBytes 1.3.6.1.2.1.10.21.1.4.3.1.16
The number of bytes which were received while this call was active.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

dialControlMibTrapPrefix 1.3.6.1.2.1.10.21.2
OBJECT IDENTIFIER    

dialControlMibTraps 1.3.6.1.2.1.10.21.2.0
OBJECT IDENTIFIER    

dialCtlPeerCallInformation 1.3.6.1.2.1.10.21.2.0.1
This trap/inform is sent to the manager whenever a successful call clears, or a failed call attempt is determined to have ultimately failed. In the event that call retry is active, then this is after all retry attempts have failed. However, only one such trap is sent in between successful call attempts; subsequent call attempts result in no trap. ifOperStatus will return the operational status of the virtual interface associated with the peer to whom this call was made to.
Status: current Access: read-only
NOTIFICATION-TYPE    

dialCtlPeerCallSetup 1.3.6.1.2.1.10.21.2.0.2
This trap/inform is sent to the manager whenever a call setup message is received or sent. ifOperStatus will return the operational status of the virtual interface associated with the peer to whom this call was made to.
Status: current Access: read-only
NOTIFICATION-TYPE    

dialControlMibConformance 1.3.6.1.2.1.10.21.3
OBJECT IDENTIFIER    

dialControlMibCompliances 1.3.6.1.2.1.10.21.3.1
OBJECT IDENTIFIER    

dialControlMibGroups 1.3.6.1.2.1.10.21.3.2
OBJECT IDENTIFIER    

dialControlMibCompliance 1.3.6.1.2.1.10.21.3.1.1
The compliance statement for entities which implement the DIAL CONTROL MIB
Status: current Access: read-only
MODULE-COMPLIANCE    

dialControlGroup 1.3.6.1.2.1.10.21.3.2.1
A collection of objects providing the DIAL CONTROL capability.
Status: current Access: read-only
OBJECT-GROUP    

callActiveGroup 1.3.6.1.2.1.10.21.3.2.2
A collection of objects providing the active call capability.
Status: current Access: read-only
OBJECT-GROUP    

callHistoryGroup 1.3.6.1.2.1.10.21.3.2.3
A collection of objects providing the Call History capability.
Status: current Access: read-only
OBJECT-GROUP