MIBs Depot

DIAL-CONTROL-MIB

Registered at
1.3.6.1.2.1.10.21
Last updated
1996-09-23 15:44
Organization
IETF ISDN Working Group
Namespace
standard
Source file
DIAL-CONTROL-MIB
Digest
sha256:40dec30e76b22b730ead19db60b97389abeaf9c11f1a01bf8f7e0851e9374503

Description

The MIB module to describe peer information for demand access and possibly other kinds of interfaces.

Contact

Guenter Roeck Postal: cisco Systems 170 West Tasman Drive San Jose, CA 95134 U.S.A. Phone: +1 408 527 3143 E-mail: groeck@cisco.com

Imports

FromSymbols
IANAifType-MIBIANAifType
IF-MIBInterfaceIndex, InterfaceIndexOrZero, ifIndex, ifOperStatus
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso, transmission
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION, TimeStamp

Imported by

18 module(s) in this corpus import this one.

Load order

Every file a consumer needs in order to load this module, dependencies first.

DIAL-CONTROL-MIB
IANAifType-MIB
IF-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
AbsoluteCounter32
TEXTUAL-CONVENTION
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.
current

Objects

NameOIDSyntaxAccessStatus
dialControlMibObjects
OBJECT-IDENTITY
1.3.6.1.2.1.10.21.1
dialCtlConfiguration
OBJECT-IDENTITY
1.3.6.1.2.1.10.21.1.1
dialCtlAcceptMode
OBJECT-TYPE
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
1.3.6.1.2.1.10.21.1.1.1INTEGER {acceptNone(1), acceptAll(2), acceptKnown(3)}read-writecurrent
dialCtlTrapEnable
OBJECT-TYPE
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).
1.3.6.1.2.1.10.21.1.1.2INTEGER {enabled(1), disabled(2)}read-writecurrent
dialCtlPeer
OBJECT-IDENTITY
1.3.6.1.2.1.10.21.1.2
dialCtlPeerCfgTable
OBJECT-TYPE
The list of peers from which the managed device will accept calls or to which it will place them.
1.3.6.1.2.1.10.21.1.2.1not-accessiblecurrent
dialCtlPeerCfgEntry
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.1.1not-accessiblecurrent
dialCtlPeerCfgId
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.1.1.1INTEGER (1..2147483647)not-accessiblecurrent
dialCtlPeerCfgIfType
OBJECT-TYPE
The interface type to be used for calling this peer. In case of ISDN, the value of isdn(63) is to be used.
1.3.6.1.2.1.10.21.1.2.1.1.2IANAifTyperead-createcurrent
dialCtlPeerCfgLowerIf
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.1.1.3InterfaceIndexOrZeroread-createcurrent
dialCtlPeerCfgOriginateAddress
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.1.1.4DisplayStringread-createcurrent
dialCtlPeerCfgAnswerAddress
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.1.1.5DisplayStringread-createcurrent
dialCtlPeerCfgSubAddress
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.1.1.6DisplayStringread-createcurrent
dialCtlPeerCfgClosedUserGroup
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.1.1.7DisplayStringread-createcurrent
dialCtlPeerCfgSpeed
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.1.1.8INTEGER (0..2147483647)read-createcurrent
dialCtlPeerCfgInfoType
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.1.1.9INTEGER {other(1), speech(2), unrestrictedDigital(3), unrestrictedDigital56(4), restrictedDigital(5), audio31(6), audio7(7), video(8), packetSwitched(9), fax(10)}read-createcurrent
dialCtlPeerCfgPermission
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.1.1.10INTEGER {originate(1), answer(2), both(3), callback(4), none(5)}read-createcurrent
dialCtlPeerCfgInactivityTimer
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.1.1.11INTEGER (0..2147483647)read-createcurrent
dialCtlPeerCfgMinDuration
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.1.1.12INTEGER (0..2147483647)read-createcurrent
dialCtlPeerCfgMaxDuration
OBJECT-TYPE
Maximum call duration in seconds. Zero means 'unlimited'.
1.3.6.1.2.1.10.21.1.2.1.1.13INTEGER (0..2147483647)read-createcurrent
dialCtlPeerCfgCarrierDelay
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.1.1.14INTEGER (0..2147483647)read-createcurrent
dialCtlPeerCfgCallRetries
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.1.1.15INTEGER (0..2147483647)read-createcurrent
dialCtlPeerCfgRetryDelay
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.1.1.16INTEGER (0..2147483647)read-createcurrent
dialCtlPeerCfgFailureDelay
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.1.1.17INTEGER (0..2147483647)read-createcurrent
dialCtlPeerCfgTrapEnable
OBJECT-TYPE
This object indicates whether dialCtlPeerCallInformation and dialCtlPeerCallSetup traps should be generated for this peer.
1.3.6.1.2.1.10.21.1.2.1.1.18INTEGER {enabled(1), disabled(2)}read-createcurrent
dialCtlPeerCfgStatus
OBJECT-TYPE
Status of one row in this table.
1.3.6.1.2.1.10.21.1.2.1.1.19RowStatusread-createcurrent
dialCtlPeerStatsTable
OBJECT-TYPE
Statistics information for each peer entry. There will be one entry in this table for each entry in the dialCtlPeerCfgTable.
1.3.6.1.2.1.10.21.1.2.2not-accessiblecurrent
dialCtlPeerStatsEntry
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.2.1not-accessiblecurrent
dialCtlPeerStatsConnectTime
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.2.1.1AbsoluteCounter32read-onlycurrent
dialCtlPeerStatsChargedUnits
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.2.1.2AbsoluteCounter32read-onlycurrent
dialCtlPeerStatsSuccessCalls
OBJECT-TYPE
Number of completed calls to this peer.
1.3.6.1.2.1.10.21.1.2.2.1.3AbsoluteCounter32read-onlycurrent
dialCtlPeerStatsFailCalls
OBJECT-TYPE
Number of failed call attempts to this peer since system startup.
1.3.6.1.2.1.10.21.1.2.2.1.4AbsoluteCounter32read-onlycurrent
dialCtlPeerStatsAcceptCalls
OBJECT-TYPE
Number of calls from this peer accepted since system startup.
1.3.6.1.2.1.10.21.1.2.2.1.5AbsoluteCounter32read-onlycurrent
dialCtlPeerStatsRefuseCalls
OBJECT-TYPE
Number of calls from this peer refused since system startup.
1.3.6.1.2.1.10.21.1.2.2.1.6AbsoluteCounter32read-onlycurrent
dialCtlPeerStatsLastDisconnectCause
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.2.1.7OCTET STRING (SIZE(0..4))read-onlycurrent
dialCtlPeerStatsLastDisconnectText
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.2.1.8DisplayStringread-onlycurrent
dialCtlPeerStatsLastSetupTime
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.2.2.1.9TimeStampread-onlycurrent
callActive
OBJECT-IDENTITY
1.3.6.1.2.1.10.21.1.3
callActiveTable
OBJECT-TYPE
A table containing information about active calls to a specific destination.
1.3.6.1.2.1.10.21.1.3.1not-accessiblecurrent
callActiveEntry
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.3.1.1not-accessiblecurrent
callActiveSetupTime
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.3.1.1.1TimeStampnot-accessiblecurrent
callActiveIndex
OBJECT-TYPE
Small index variable to distinguish calls that start in the same hundredth of a second.
1.3.6.1.2.1.10.21.1.3.1.1.2INTEGER (1..2147483647)not-accessiblecurrent
callActivePeerAddress
OBJECT-TYPE
The number this call is connected to. If the number is not available, then it will have a length of zero.
1.3.6.1.2.1.10.21.1.3.1.1.3DisplayStringread-onlycurrent
callActivePeerSubAddress
OBJECT-TYPE
The subaddress this call is connected to. If the subaddress is undefined or not available, this will be a zero length string.
1.3.6.1.2.1.10.21.1.3.1.1.4DisplayStringread-onlycurrent
callActivePeerId
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.3.1.1.5INTEGER (0..2147483647)read-onlycurrent
callActivePeerIfIndex
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.3.1.1.6INTEGER (0..2147483647)read-onlycurrent
callActiveLogicalIfIndex
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.3.1.1.7InterfaceIndexOrZeroread-onlycurrent
callActiveConnectTime
OBJECT-TYPE
The value of sysUpTime when the call was connected. If the call is not connected, this object will have a value of zero.
1.3.6.1.2.1.10.21.1.3.1.1.8TimeStampread-onlycurrent
callActiveCallState
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.3.1.1.9INTEGER {unknown(1), connecting(2), connected(3), active(4)}read-onlycurrent
callActiveCallOrigin
OBJECT-TYPE
The call origin.
1.3.6.1.2.1.10.21.1.3.1.1.10INTEGER {originate(1), answer(2), callback(3)}read-onlycurrent
callActiveChargedUnits
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.3.1.1.11AbsoluteCounter32read-onlycurrent
callActiveInfoType
OBJECT-TYPE
The information type for this call.
1.3.6.1.2.1.10.21.1.3.1.1.12INTEGER {other(1), speech(2), unrestrictedDigital(3), unrestrictedDigital56(4), restrictedDigital(5), audio31(6), audio7(7), video(8), packetSwitched(9), fax(10)}read-onlycurrent
callActiveTransmitPackets
OBJECT-TYPE
The number of packets which were transmitted for this call.
1.3.6.1.2.1.10.21.1.3.1.1.13AbsoluteCounter32read-onlycurrent
callActiveTransmitBytes
OBJECT-TYPE
The number of bytes which were transmitted for this call.
1.3.6.1.2.1.10.21.1.3.1.1.14AbsoluteCounter32read-onlycurrent
callActiveReceivePackets
OBJECT-TYPE
The number of packets which were received for this call.
1.3.6.1.2.1.10.21.1.3.1.1.15AbsoluteCounter32read-onlycurrent
callActiveReceiveBytes
OBJECT-TYPE
The number of bytes which were received for this call.
1.3.6.1.2.1.10.21.1.3.1.1.16AbsoluteCounter32read-onlycurrent
callHistory
OBJECT-IDENTITY
1.3.6.1.2.1.10.21.1.4
callHistoryTableMaxLength
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.4.1INTEGER (0..2147483647)read-writecurrent
callHistoryRetainTimer
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.4.2INTEGER (0..2147483647)read-writecurrent
callHistoryTable
OBJECT-TYPE
A table containing information about specific calls to a specific destination.
1.3.6.1.2.1.10.21.1.4.3not-accessiblecurrent
callHistoryEntry
OBJECT-TYPE
The information regarding a single Connection.
1.3.6.1.2.1.10.21.1.4.3.1not-accessiblecurrent
callHistoryPeerAddress
OBJECT-TYPE
The number this call was connected to. If the number is not available, then it will have a length of zero.
1.3.6.1.2.1.10.21.1.4.3.1.1DisplayStringread-onlycurrent
callHistoryPeerSubAddress
OBJECT-TYPE
The subaddress this call was connected to. If the subaddress is undefined or not available, this will be a zero length string.
1.3.6.1.2.1.10.21.1.4.3.1.2DisplayStringread-onlycurrent
callHistoryPeerId
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.4.3.1.3INTEGER (0..2147483647)read-onlycurrent
callHistoryPeerIfIndex
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.4.3.1.4INTEGER (0..2147483647)read-onlycurrent
callHistoryLogicalIfIndex
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.4.3.1.5InterfaceIndexread-onlycurrent
callHistoryDisconnectCause
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.4.3.1.6OCTET STRING (SIZE(0..4))read-onlycurrent
callHistoryDisconnectText
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.4.3.1.7DisplayStringread-onlycurrent
callHistoryConnectTime
OBJECT-TYPE
The value of sysUpTime when the call was connected.
1.3.6.1.2.1.10.21.1.4.3.1.8TimeStampread-onlycurrent
callHistoryDisconnectTime
OBJECT-TYPE
The value of sysUpTime when the call was disconnected.
1.3.6.1.2.1.10.21.1.4.3.1.9TimeStampread-onlycurrent
callHistoryCallOrigin
OBJECT-TYPE
The call origin.
1.3.6.1.2.1.10.21.1.4.3.1.10INTEGER {originate(1), answer(2), callback(3)}read-onlycurrent
callHistoryChargedUnits
OBJECT-TYPE
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.
1.3.6.1.2.1.10.21.1.4.3.1.11AbsoluteCounter32read-onlycurrent
callHistoryInfoType
OBJECT-TYPE
The information type for this call.
1.3.6.1.2.1.10.21.1.4.3.1.12INTEGER {other(1), speech(2), unrestrictedDigital(3), unrestrictedDigital56(4), restrictedDigital(5), audio31(6), audio7(7), video(8), packetSwitched(9), fax(10)}read-onlycurrent
callHistoryTransmitPackets
OBJECT-TYPE
The number of packets which were transmitted while this call was active.
1.3.6.1.2.1.10.21.1.4.3.1.13AbsoluteCounter32read-onlycurrent
callHistoryTransmitBytes
OBJECT-TYPE
The number of bytes which were transmitted while this call was active.
1.3.6.1.2.1.10.21.1.4.3.1.14AbsoluteCounter32read-onlycurrent
callHistoryReceivePackets
OBJECT-TYPE
The number of packets which were received while this call was active.
1.3.6.1.2.1.10.21.1.4.3.1.15AbsoluteCounter32read-onlycurrent
callHistoryReceiveBytes
OBJECT-TYPE
The number of bytes which were received while this call was active.
1.3.6.1.2.1.10.21.1.4.3.1.16AbsoluteCounter32read-onlycurrent
dialControlMibTrapPrefix
OBJECT-IDENTITY
1.3.6.1.2.1.10.21.2
dialControlMibTraps
OBJECT-IDENTITY
1.3.6.1.2.1.10.21.2.0
dialControlMibConformance
OBJECT-IDENTITY
1.3.6.1.2.1.10.21.3
dialControlMibCompliances
OBJECT-IDENTITY
1.3.6.1.2.1.10.21.3.1
dialControlMibGroups
OBJECT-IDENTITY
1.3.6.1.2.1.10.21.3.2

Notifications

NameOIDStatus
dialCtlPeerCallInformation
NOTIFICATION-TYPE
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.
1.3.6.1.2.1.10.21.2.0.1current
dialCtlPeerCallSetup
NOTIFICATION-TYPE
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.
1.3.6.1.2.1.10.21.2.0.2current

Conformance

NameOIDStatus
dialControlMibCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement the DIAL CONTROL MIB
1.3.6.1.2.1.10.21.3.1.1current
dialControlGroup
OBJECT-GROUP
A collection of objects providing the DIAL CONTROL capability.
1.3.6.1.2.1.10.21.3.2.1current
callActiveGroup
OBJECT-GROUP
A collection of objects providing the active call capability.
1.3.6.1.2.1.10.21.3.2.2current
callHistoryGroup
OBJECT-GROUP
A collection of objects providing the Call History capability.
1.3.6.1.2.1.10.21.3.2.3current
callNotificationsGroup
NOTIFICATION-GROUP
The notifications which a Dial Control MIB entity is required to implement.
1.3.6.1.2.1.10.21.3.2.4current