CISCO-DIAL-CONTROL-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-DIAL-CONTROL-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
       ciscoDialControlMibObjects 1.3.6.1.4.1.9.10.25.1
           cCallHistory 1.3.6.1.4.1.9.10.25.1.4
               cCallHistoryTable 1.3.6.1.4.1.9.10.25.1.4.3 no-access
A table containing information about specific calls to a specific destination.
                   cCallHistoryEntry 1.3.6.1.4.1.9.10.25.1.4.3.1 no-access
The information regarding a single Connection.
                       cCallHistoryIndex 1.3.6.1.4.1.9.10.25.1.4.3.1.1 unsigned32 no-access
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.
                       cCallHistorySetupTime 1.3.6.1.4.1.9.10.25.1.4.3.1.2 timestamp read-only
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
                       cCallHistoryPeerAddress 1.3.6.1.4.1.9.10.25.1.4.3.1.3 displaystring read-only
The number this call was connected to. If the number is not available, then it will have a length of zero.
                       cCallHistoryPeerSubAddress 1.3.6.1.4.1.9.10.25.1.4.3.1.4 displaystring read-only
The subaddress this call was connected to. If the subaddress is undefined or not available, this will be a zero length string.
                       cCallHistoryPeerId 1.3.6.1.4.1.9.10.25.1.4.3.1.5 integer read-only
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.
                       cCallHistoryPeerIfIndex 1.3.6.1.4.1.9.10.25.1.4.3.1.6 integer read-only
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.
                       cCallHistoryLogicalIfIndex 1.3.6.1.4.1.9.10.25.1.4.3.1.7 interfaceindexorzero read-only
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.
                       cCallHistoryDisconnectCause 1.3.6.1.4.1.9.10.25.1.4.3.1.8 octet string read-only
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.
                       cCallHistoryDisconnectText 1.3.6.1.4.1.9.10.25.1.4.3.1.9 displaystring read-only
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.
                       cCallHistoryConnectTime 1.3.6.1.4.1.9.10.25.1.4.3.1.10 timestamp read-only
The value of sysUpTime when the call was connected.
                       cCallHistoryDisconnectTime 1.3.6.1.4.1.9.10.25.1.4.3.1.11 timestamp read-only
The value of sysUpTime when the call was disconnected.
                       cCallHistoryCallOrigin 1.3.6.1.4.1.9.10.25.1.4.3.1.12 integer read-only
The call origin. Enumeration: 'answer': 2, 'callback': 3, 'originate': 1.
                       cCallHistoryChargedUnits 1.3.6.1.4.1.9.10.25.1.4.3.1.13 absolutecounter32 read-only
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.
                       cCallHistoryInfoType 1.3.6.1.4.1.9.10.25.1.4.3.1.14 integer read-only
The information type for this call. Enumeration: 'fax': 10, 'unrestrictedDigital': 3, 'unrestrictedDigital56': 4, 'audio7': 7, 'restrictedDigital': 5, 'audio31': 6, 'other': 1, 'speech': 2, 'packetSwitched': 9, 'video': 8.
                       cCallHistoryTransmitPackets 1.3.6.1.4.1.9.10.25.1.4.3.1.15 absolutecounter32 read-only
The number of packets which were transmitted while this call was active.
                       cCallHistoryTransmitBytes 1.3.6.1.4.1.9.10.25.1.4.3.1.16 absolutecounter32 read-only
The number of bytes which were transmitted while this call was active.
                       cCallHistoryReceivePackets 1.3.6.1.4.1.9.10.25.1.4.3.1.17 absolutecounter32 read-only
The number of packets which were received while this call was active.
                       cCallHistoryReceiveBytes 1.3.6.1.4.1.9.10.25.1.4.3.1.18 absolutecounter32 read-only
The number of bytes which were received while this call was active.
                       cCallHistoryReleaseSource 1.3.6.1.4.1.9.10.25.1.4.3.1.19 integer read-only
Originator of the call release. Enumeration: 'internalCallControlApp': 6, 'callingPartyInPstn': 1, 'callingPartyInVoip': 2, 'externalCallControlAgent': 10, 'consoleCommand': 7, 'externalRadiusServer': 8, 'calledPartyInPstn': 3, 'internalRelease': 5, 'calledPartyInVoip': 4, 'externalNmsApp': 9.
                       cCallHistoryReleaseSrc 1.3.6.1.4.1.9.10.25.1.4.3.1.20 integer read-only
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. Enumeration: 'internalCallControlApp': 7, 'callingPartyInPstn': 1, 'externalGKTMPServer': 14, 'gatekeeper': 13, 'callingPartyInVoip': 2, 'externalCallControlAgent': 12, 'consoleCommand': 9, 'externalRadiusServer': 10, 'internalReleaseInVoipAAA': 8, 'internalReleaseInPotsLeg': 5, 'calledPartyInPstn': 3, 'calledPartyInVoip': 4, 'externalNmsApp': 11, 'internalReleaseInVoipLeg': 6.
               cCallHistoryIecTable 1.3.6.1.4.1.9.10.25.1.4.4 no-access
This table contains information about Internal Error Code(s) (IEC) which caused the call to fail.
                   cCallHistoryIecEntry 1.3.6.1.4.1.9.10.25.1.4.4.1 no-access
The IEC information regarding a single call.
                       cCallHistoryIecIndex 1.3.6.1.4.1.9.10.25.1.4.4.1.1 unsigned32 no-access
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.
                       cCallHistoryIec 1.3.6.1.4.1.9.10.25.1.4.4.1.2 snmpadminstring read-only
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.
           cPeerGlobalConfiguration 1.3.6.1.4.1.9.10.25.1.5
               cPeerSearchType 1.3.6.1.4.1.9.10.25.1.5.1 integer read-write
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. Enumeration: 'none': 1, 'voicedata': 3, 'datavoice': 2.
       ciscoDialControlMibConformance 1.3.6.1.4.1.9.10.25.3
           ciscoDialControlMibCompliances 1.3.6.1.4.1.9.10.25.3.1
               ciscoDialControlMibCompliance 1.3.6.1.4.1.9.10.25.3.1.1
The compliance statement for entities which implement the DIAL CONTROL MIB
               ciscoDialControlMibComplianceRev1 1.3.6.1.4.1.9.10.25.3.1.2
The compliance statement for entities which implement the DIAL CONTROL MIB
               ciscoDialControlMibComplianceRev2 1.3.6.1.4.1.9.10.25.3.1.3
The compliance statement for entities which implement the DIAL CONTROL MIB
               ciscoDialControlMibComplianceRev3 1.3.6.1.4.1.9.10.25.3.1.4
The compliance statement for entities which implement the DIAL CONTROL MIB
               ciscoDialControlMibComplianceRev4 1.3.6.1.4.1.9.10.25.3.1.5
The compliance statement for entities which implement the DIAL CONTROL MIB
           ciscoDialControlMibGroups 1.3.6.1.4.1.9.10.25.3.2
               cCallHistoryGroup 1.3.6.1.4.1.9.10.25.3.2.1
A collection of objects providing the Call History capability.
               cCallHistoryGroupRev1 1.3.6.1.4.1.9.10.25.3.2.2
A collection of objects providing the Call History capability.
               cCallHistoryGroupRev2 1.3.6.1.4.1.9.10.25.3.2.3
A collection of objects providing the Call History capability.
               cPeerGlobalConfigurationGroup 1.3.6.1.4.1.9.10.25.3.2.4
A collection of objects providing the Peer global configuration.
               cCallHistoryIecGroup 1.3.6.1.4.1.9.10.25.3.2.5
A collection of objects providing information about Internal Error Code.