CISCO-DIAL-CONTROL-MIB

File: CISCO-DIAL-CONTROL-MIB.mib (28317 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
CISCO-SMI DIAL-CONTROL-MIB IF-MIB
SNMP-FRAMEWORK-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
DisplayString TimeStamp MODULE-COMPLIANCE
OBJECT-GROUP ciscoExperiment AbsoluteCounter32
InterfaceIndexOrZero SnmpAdminString

Defined Types

CCallHistoryEntry  
SEQUENCE    
  cCallHistoryIndex Unsigned32
  cCallHistorySetupTime TimeStamp
  cCallHistoryPeerAddress DisplayString
  cCallHistoryPeerSubAddress DisplayString
  cCallHistoryPeerId INTEGER
  cCallHistoryPeerIfIndex INTEGER
  cCallHistoryLogicalIfIndex InterfaceIndexOrZero
  cCallHistoryDisconnectCause OCTET STRING
  cCallHistoryDisconnectText DisplayString
  cCallHistoryConnectTime TimeStamp
  cCallHistoryDisconnectTime TimeStamp
  cCallHistoryCallOrigin INTEGER
  cCallHistoryChargedUnits AbsoluteCounter32
  cCallHistoryInfoType INTEGER
  cCallHistoryTransmitPackets AbsoluteCounter32
  cCallHistoryTransmitBytes AbsoluteCounter32
  cCallHistoryReceivePackets AbsoluteCounter32
  cCallHistoryReceiveBytes AbsoluteCounter32
  cCallHistoryReleaseSource INTEGER
  cCallHistoryReleaseSrc INTEGER

CCallHistoryIecEntry  
SEQUENCE    
  cCallHistoryIecIndex Unsigned32
  cCallHistoryIec SnmpAdminString

Defined Values

ciscoDialControlMib 1.3.6.1.4.1.9.10.25
The MIB module to describe call history information for demand access and possibly other kinds of interfaces.
MODULE-IDENTITY    

ciscoDialControlMibObjects 1.3.6.1.4.1.9.10.25.1
OBJECT IDENTIFIER    

cCallHistory 1.3.6.1.4.1.9.10.25.1.4
OBJECT IDENTIFIER    

cCallHistoryTable 1.3.6.1.4.1.9.10.25.1.4.3
A table containing information about specific calls to a specific destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CCallHistoryEntry

cCallHistoryEntry 1.3.6.1.4.1.9.10.25.1.4.3.1
The information regarding a single Connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  CCallHistoryEntry  

cCallHistoryIndex 1.3.6.1.4.1.9.10.25.1.4.3.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

cCallHistorySetupTime 1.3.6.1.4.1.9.10.25.1.4.3.1.2
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
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cCallHistoryPeerAddress 1.3.6.1.4.1.9.10.25.1.4.3.1.3
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  

cCallHistoryPeerSubAddress 1.3.6.1.4.1.9.10.25.1.4.3.1.4
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  

cCallHistoryPeerId 1.3.6.1.4.1.9.10.25.1.4.3.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, the value of this object will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

cCallHistoryPeerIfIndex 1.3.6.1.4.1.9.10.25.1.4.3.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, the value of this object will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

cCallHistoryLogicalIfIndex 1.3.6.1.4.1.9.10.25.1.4.3.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. For an IP call, the value will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

cCallHistoryDisconnectCause 1.3.6.1.4.1.9.10.25.1.4.3.1.8
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)  

cCallHistoryDisconnectText 1.3.6.1.4.1.9.10.25.1.4.3.1.9
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  

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

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

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

cCallHistoryChargedUnits 1.3.6.1.4.1.9.10.25.1.4.3.1.13
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  

cCallHistoryInfoType 1.3.6.1.4.1.9.10.25.1.4.3.1.14
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)  

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

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

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

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

cCallHistoryReleaseSource 1.3.6.1.4.1.9.10.25.1.4.3.1.19
Originator of the call release.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER callingPartyInPstn(1), callingPartyInVoip(2), calledPartyInPstn(3), calledPartyInVoip(4), internalRelease(5), internalCallControlApp(6), consoleCommand(7), externalRadiusServer(8), externalNmsApp(9), externalCallControlAgent(10)  

cCallHistoryReleaseSrc 1.3.6.1.4.1.9.10.25.1.4.3.1.20
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.
Status: current Access: read-only
OBJECT-TYPE    
  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)  

cCallHistoryIecTable 1.3.6.1.4.1.9.10.25.1.4.4
This table contains information about Internal Error Code(s) (IEC) which caused the call to fail.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CCallHistoryIecEntry

cCallHistoryIecEntry 1.3.6.1.4.1.9.10.25.1.4.4.1
The IEC information regarding a single call.
Status: current Access: not-accessible
OBJECT-TYPE    
  CCallHistoryIecEntry  

cCallHistoryIecIndex 1.3.6.1.4.1.9.10.25.1.4.4.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..1024  

cCallHistoryIec 1.3.6.1.4.1.9.10.25.1.4.4.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cPeerGlobalConfiguration 1.3.6.1.4.1.9.10.25.1.5
OBJECT IDENTIFIER    

cPeerSearchType 1.3.6.1.4.1.9.10.25.1.5.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), datavoice(2), voicedata(3)  

ciscoDialControlMibConformance 1.3.6.1.4.1.9.10.25.3
OBJECT IDENTIFIER    

ciscoDialControlMibCompliances 1.3.6.1.4.1.9.10.25.3.1
OBJECT IDENTIFIER    

ciscoDialControlMibGroups 1.3.6.1.4.1.9.10.25.3.2
OBJECT IDENTIFIER    

ciscoDialControlMibCompliance 1.3.6.1.4.1.9.10.25.3.1.1
The compliance statement for entities which implement the DIAL CONTROL MIB
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

ciscoDialControlMibComplianceRev1 1.3.6.1.4.1.9.10.25.3.1.2
The compliance statement for entities which implement the DIAL CONTROL MIB
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

ciscoDialControlMibComplianceRev2 1.3.6.1.4.1.9.10.25.3.1.3
The compliance statement for entities which implement the DIAL CONTROL MIB
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

ciscoDialControlMibComplianceRev3 1.3.6.1.4.1.9.10.25.3.1.4
The compliance statement for entities which implement the DIAL CONTROL MIB
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

ciscoDialControlMibComplianceRev4 1.3.6.1.4.1.9.10.25.3.1.5
The compliance statement for entities which implement the DIAL CONTROL MIB
Status: current Access: read-write
MODULE-COMPLIANCE    

cCallHistoryGroup 1.3.6.1.4.1.9.10.25.3.2.1
A collection of objects providing the Call History capability.
Status: deprecated Access: read-write
OBJECT-GROUP    

cCallHistoryGroupRev1 1.3.6.1.4.1.9.10.25.3.2.2
A collection of objects providing the Call History capability.
Status: deprecated Access: read-write
OBJECT-GROUP    

cCallHistoryGroupRev2 1.3.6.1.4.1.9.10.25.3.2.3
A collection of objects providing the Call History capability.
Status: current Access: read-write
OBJECT-GROUP    

cPeerGlobalConfigurationGroup 1.3.6.1.4.1.9.10.25.3.2.4
A collection of objects providing the Peer global configuration.
Status: current Access: read-write
OBJECT-GROUP    

cCallHistoryIecGroup 1.3.6.1.4.1.9.10.25.3.2.5
A collection of objects providing information about Internal Error Code.
Status: current Access: read-write
OBJECT-GROUP