CISCO-DIAL-CONTROL-MIB
- Registered at
- 1.3.6.1.4.1.9.10.25
- Last updated
- 2005-05-26 00:00
- Organization
- Cisco systems, Inc.
- Revisions
- 2005-05-26 00:00, 2003-07-10 00:01, 2002-08-21 00:01, 2002-05-24 00:01, 2002-02-20 15:46, 2001-12-13 15:46, 1998-01-16 15:46
- Namespace
- cisco
- Source file
CISCO-DIAL-CONTROL-MIB- Digest
sha256:baf6b4e6ba07d04e10e8a3b2cf8bd4669a5fb65bdf9990c6bebb9be00665a6b1
Description
The MIB module to describe call history information for demand access and possibly other kinds of interfaces.
Contact
Bibek Das Postal: cisco Systems 170 West Tasman Drive San Jose, CA 95134 U.S.A. Phone: +1 408 526 5225 E-mail: cs-isdn@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoExperiment |
| DIAL-CONTROL-MIB | AbsoluteCounter32 |
| IF-MIB | InterfaceIndexOrZero |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TimeStamp |
Imported by
11 module(s) in this corpus import this one.
- CISCO-H320-DIAL-CONTROL-MIB
- CISCO-H324-DIAL-CONTROL-MIB
- CISCO-MEDIA-QUALITY-MIB
- CISCO-MMAIL-DIAL-CONTROL-MIB
- CISCO-PROXY-CONTROL-MIB
- CISCO-VIDEO-SESSION-MIB
- CISCO-VOICE-ATM-DIAL-CONTROL-MIB
- CISCO-VOICE-COMMON-DIAL-CONTROL-MIB
- CISCO-VOICE-DIAL-CONTROL-MIB
- CISCO-VOICE-FR-DIAL-CONTROL-MIB
- CISCO-VOICE-HDLC-DIAL-CONTROL-MIB
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-DIAL-CONTROL-MIB CISCO-SMI DIAL-CONTROL-MIB IANAifType-MIB IF-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoDialControlMibObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.25.1 | |||
| cCallHistory OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.25.1.4 | |||
| cCallHistoryTable OBJECT-TYPE A table containing information about specific calls to a specific destination. | 1.3.6.1.4.1.9.10.25.1.4.3 | not-accessible | current | |
| cCallHistoryEntry OBJECT-TYPE The information regarding a single Connection. | 1.3.6.1.4.1.9.10.25.1.4.3.1 | not-accessible | current | |
| cCallHistoryIndex OBJECT-TYPE A monotonically increasing integer for the sole purpose of indexing call disconnection events. When it reaches the maximum value, an extremely unlikely event, the agent wraps the value back to 1 and may flush existing entries. | 1.3.6.1.4.1.9.10.25.1.4.3.1.1 | Unsigned32 (1..4294967295) | not-accessible | current |
| cCallHistorySetupTime OBJECT-TYPE The value of sysUpTime when the call setup was started. This will be useful for an NMS to sort the call history entry with call setup 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. The value of this object is the same as callActiveSetupTime in the callActiveTable | 1.3.6.1.4.1.9.10.25.1.4.3.1.2 | TimeStamp | read-only | current |
| cCallHistoryPeerAddress 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.4.1.9.10.25.1.4.3.1.3 | DisplayString | read-only | current |
| cCallHistoryPeerSubAddress 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.4.1.9.10.25.1.4.3.1.4 | DisplayString | read-only | current |
| cCallHistoryPeerId 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.4.1.9.10.25.1.4.3.1.5 | INTEGER (0..2147483647) | read-only | current |
| cCallHistoryPeerIfIndex 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.4.1.9.10.25.1.4.3.1.6 | INTEGER (0..2147483647) | read-only | current |
| cCallHistoryLogicalIfIndex 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. For an IP call, the value will be zero. | 1.3.6.1.4.1.9.10.25.1.4.3.1.7 | InterfaceIndexOrZero | read-only | current |
| cCallHistoryDisconnectCause 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.4.1.9.10.25.1.4.3.1.8 | OCTET STRING (SIZE(0..4)) | read-only | current |
| cCallHistoryDisconnectText 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.4.1.9.10.25.1.4.3.1.9 | DisplayString | read-only | current |
| cCallHistoryConnectTime OBJECT-TYPE The value of sysUpTime when the call was connected. | 1.3.6.1.4.1.9.10.25.1.4.3.1.10 | TimeStamp | read-only | current |
| cCallHistoryDisconnectTime OBJECT-TYPE The value of sysUpTime when the call was disconnected. | 1.3.6.1.4.1.9.10.25.1.4.3.1.11 | TimeStamp | read-only | current |
| cCallHistoryCallOrigin OBJECT-TYPE The call origin. | 1.3.6.1.4.1.9.10.25.1.4.3.1.12 | INTEGER {originate(1), answer(2), callback(3)} | read-only | current |
| cCallHistoryChargedUnits 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.4.1.9.10.25.1.4.3.1.13 | AbsoluteCounter32 | read-only | current |
| cCallHistoryInfoType OBJECT-TYPE The information type for this call. | 1.3.6.1.4.1.9.10.25.1.4.3.1.14 | INTEGER {other(1), speech(2), unrestrictedDigital(3), unrestrictedDigital56(4), restrictedDigital(5), audio31(6), audio7(7), video(8), packetSwitched(9), fax(10)} | read-only | current |
| cCallHistoryTransmitPackets OBJECT-TYPE The number of packets which were transmitted while this call was active. | 1.3.6.1.4.1.9.10.25.1.4.3.1.15 | AbsoluteCounter32 | read-only | current |
| cCallHistoryTransmitBytes OBJECT-TYPE The number of bytes which were transmitted while this call was active. | 1.3.6.1.4.1.9.10.25.1.4.3.1.16 | AbsoluteCounter32 | read-only | current |
| cCallHistoryReceivePackets OBJECT-TYPE The number of packets which were received while this call was active. | 1.3.6.1.4.1.9.10.25.1.4.3.1.17 | AbsoluteCounter32 | read-only | current |
| cCallHistoryReceiveBytes OBJECT-TYPE The number of bytes which were received while this call was active. | 1.3.6.1.4.1.9.10.25.1.4.3.1.18 | AbsoluteCounter32 | read-only | current |
| cCallHistoryReleaseSource OBJECT-TYPE Originator of the call release. | 1.3.6.1.4.1.9.10.25.1.4.3.1.19 | INTEGER {callingPartyInPstn(1), callingPartyInVoip(2), calledPartyInPstn(3), calledPartyInVoip(4), internalRelease(5), internalCallControlApp(6), consoleCommand(7), externalRadiusServer(8), externalNmsApp(9), externalCallControlAgent(10)} | read-only | deprecated |
| cCallHistoryReleaseSrc OBJECT-TYPE Originator of the call release. Indicates the source of the call release as follows : 1) callingPartyInPstn : Calling party in PSTN. 2) callingPartyInVoip : Calling party in VoIP. 3) calledPartyInPstn : Called party in PSTN. 4) calledPartyInVoip : Called party in VoIP. 5) internalReleaseInPotsLeg : Due to an internal error in Telephony call leg. 6) internalReleaseInVoipLeg : Due to an internal error in VoIP call leg. 7) internalCallControlApp : Due to an internal error in Session Application or Tcl or VXML script originated release. 8) internalReleaseInVoipAAA : Due to an internal error in VoIP AAA module. 9) consoleCommand : Due to CLI or MML. 10) externalRadiusServer : Call failed during authorization , authentication or due to receipt of POD from the RADIUS server. 11) externalNmsApp : Due to SNMP request to clear the call. 12) externalCallControlAgent : External Call Control Agent initiated clear. 13) gatekeeper : Gatekeeper initiated clear due to receipt of Admission Reject, Disengage Request message. 14) externalGKTMPServer : External GKTMP server initiated clear due to receipt of Admission Reject message from the gatekeeper, triggered by RESPONSE.ARJ message from the GKTMP server. | 1.3.6.1.4.1.9.10.25.1.4.3.1.20 | INTEGER {callingPartyInPstn(1), callingPartyInVoip(2), calledPartyInPstn(3), calledPartyInVoip(4), internalReleaseInPotsLeg(5), internalReleaseInVoipLeg(6), internalCallControlApp(7), internalReleaseInVoipAAA(8), consoleCommand(9), externalRadiusServer(10), externalNmsApp(11), externalCallControlAgent(12), gatekeeper(13), externalGKTMPServer(14)} | read-only | current |
| cCallHistoryIecTable OBJECT-TYPE This table contains information about Internal Error Code(s) (IEC) which caused the call to fail. | 1.3.6.1.4.1.9.10.25.1.4.4 | not-accessible | current | |
| cCallHistoryIecEntry OBJECT-TYPE The IEC information regarding a single call. | 1.3.6.1.4.1.9.10.25.1.4.4.1 | not-accessible | current | |
| cCallHistoryIecIndex OBJECT-TYPE This object is used to index one or more IECs in the context of a single call. In most cases there will only be one IEC when a call fails. However, it is possible for the software processing the call to generate multiple IECs before the call ultimately fails. In that scenario, there will be multiple entries in this table related to a single call (cCallHistoryIndex) and this object will serve to uniquely identify each IEC. | 1.3.6.1.4.1.9.10.25.1.4.4.1.1 | Unsigned32 (1..1024) | not-accessible | current |
| cCallHistoryIec OBJECT-TYPE This object reflects the Internal Error Code. The format is a string of dotted decimal numbers composed of the following components: Version.Entity.Category.Subsystem.Errorcode.Diagnostic Each component is defined as follows: Version : The version of IEC software. Entity : The network entity that originated the error. Category : The category of the error (eg, software error, hardware resource unavailable, ...) Subsystem : The subsystem in which the error occurred. Errorcode : A subsytem-specific error code. Diagnostic : An implementation-specific diagnostic code. | 1.3.6.1.4.1.9.10.25.1.4.4.1.2 | SnmpAdminString | read-only | current |
| cPeerGlobalConfiguration OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.25.1.5 | |||
| cPeerSearchType OBJECT-TYPE Specifies the peer search preference based on the type of peers in an universal/integrated port platform. none - both voice and data peers are searched in same preference. datavoice - search data peers first. If no data peers are found, the voice peers are searched. voicedata - search voice peers first. If no voice peers are found, the data peers are searched. | 1.3.6.1.4.1.9.10.25.1.5.1 | INTEGER {none(1), datavoice(2), voicedata(3)} | read-write | current |
| ciscoDialControlMibConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.25.3 | |||
| ciscoDialControlMibCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.25.3.1 | |||
| ciscoDialControlMibGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.25.3.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoDialControlMibCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the DIAL CONTROL MIB | 1.3.6.1.4.1.9.10.25.3.1.1 | deprecated |
| ciscoDialControlMibComplianceRev1 MODULE-COMPLIANCE The compliance statement for entities which implement the DIAL CONTROL MIB | 1.3.6.1.4.1.9.10.25.3.1.2 | deprecated |
| ciscoDialControlMibComplianceRev2 MODULE-COMPLIANCE The compliance statement for entities which implement the DIAL CONTROL MIB | 1.3.6.1.4.1.9.10.25.3.1.3 | deprecated |
| ciscoDialControlMibComplianceRev3 MODULE-COMPLIANCE The compliance statement for entities which implement the DIAL CONTROL MIB | 1.3.6.1.4.1.9.10.25.3.1.4 | deprecated |
| ciscoDialControlMibComplianceRev4 MODULE-COMPLIANCE The compliance statement for entities which implement the DIAL CONTROL MIB | 1.3.6.1.4.1.9.10.25.3.1.5 | current |
| cCallHistoryGroup OBJECT-GROUP A collection of objects providing the Call History capability. | 1.3.6.1.4.1.9.10.25.3.2.1 | deprecated |
| cCallHistoryGroupRev1 OBJECT-GROUP A collection of objects providing the Call History capability. | 1.3.6.1.4.1.9.10.25.3.2.2 | deprecated |
| cCallHistoryGroupRev2 OBJECT-GROUP A collection of objects providing the Call History capability. | 1.3.6.1.4.1.9.10.25.3.2.3 | current |
| cPeerGlobalConfigurationGroup OBJECT-GROUP A collection of objects providing the Peer global configuration. | 1.3.6.1.4.1.9.10.25.3.2.4 | current |
| cCallHistoryIecGroup OBJECT-GROUP A collection of objects providing information about Internal Error Code. | 1.3.6.1.4.1.9.10.25.3.2.5 | current |