CISCO-CALL-HISTORY-MIB

File: CISCO-CALL-HISTORY-MIB.mib (18025 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
DisplayString TimeStamp MODULE-COMPLIANCE
OBJECT-GROUP InterfaceIndex ciscoMgmt

Defined Types

CallHistoryEntry  
SEQUENCE    
  ciscoCallHistoryStartTime TimeStamp
  ciscoCallHistoryIndex Integer32
  ciscoCallHistoryCallingNumber OCTET STRING
  ciscoCallHistoryCalledNumber OCTET STRING
  ciscoCallHistoryInterfaceNumber InterfaceIndex
  ciscoCallHistoryDestinationAddress OCTET STRING
  ciscoCallHistoryDestinationHostName DisplayString
  ciscoCallHistoryCallDisconnectCause INTEGER
  ciscoCallHistoryCallConnectionTime TimeStamp
  ciscoCallHistoryCallDisconnectTime TimeStamp
  ciscoCallHistoryDialReason DisplayString
  ciscoCallHistoryConnectTimeOfDay DisplayString
  ciscoCallHistoryDisconnectTimeOfDay DisplayString
  ciscoCallHistoryTransmitPackets Integer32
  ciscoCallHistoryTransmitBytes Integer32
  ciscoCallHistoryReceivePackets Integer32
  ciscoCallHistoryReceiveBytes Integer32
  ciscoCallHistoryRecordedUnits Integer32
  ciscoCallHistoryCurrency DisplayString
  ciscoCallHistoryCurrencyAmount Integer32
  ciscoCallHistoryMultiplier INTEGER

Defined Values

ciscoCallHistoryMib 1.3.6.1.4.1.9.9.27
The MIB module to describe and store the call information of the routers for accounting purposes.
MODULE-IDENTITY    

ciscoCallHistoryMibObjects 1.3.6.1.4.1.9.9.27.1
OBJECT IDENTIFIER    

ciscoCallHistory 1.3.6.1.4.1.9.9.27.1.1
OBJECT IDENTIFIER    

ciscoCallHistoryTableMaxLength 1.3.6.1.4.1.9.9.27.1.1.1
The upper limit on the number of entries that the ciscoCallHistoryTable 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    
  Integer32 0..500  

ciscoCallHistoryRetainTimer 1.3.6.1.4.1.9.9.27.1.1.2
The minimum amount of time that an ciscoCallHistoryEntry will be maintained before being deleted. A value of 0 will prevent any history from being retained, but will not prevent callCompletion traps being genarated.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..500  

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

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

ciscoCallHistoryStartTime 1.3.6.1.4.1.9.9.27.1.1.3.1.1
The value of sysUpTime when this call history entry was created. This will be useful for an NMS to retrieve all calls after a specific time.
Status: current Access: not-accessible
OBJECT-TYPE    
  TimeStamp  

ciscoCallHistoryIndex 1.3.6.1.4.1.9.9.27.1.1.3.1.2
Index variable to access the CallHistoryEntry objects of the ciscoCallHistoryTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

ciscoCallHistoryCallingNumber 1.3.6.1.4.1.9.9.27.1.1.3.1.3
The calling number for this call. If the number is not available, then it will have a length of zero. The variable is instantiated if this is an incoming call.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..255)  

ciscoCallHistoryCalledNumber 1.3.6.1.4.1.9.9.27.1.1.3.1.4
The number this call is connected to. This variable is instantiated if this is an outgoing call.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..255)  

ciscoCallHistoryInterfaceNumber 1.3.6.1.4.1.9.9.27.1.1.3.1.5
This is the ifIndex value of the highest number of interface through which the call was made.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

ciscoCallHistoryDestinationAddress 1.3.6.1.4.1.9.9.27.1.1.3.1.6
The address of the host this call is connected to, if it is available. Most devices/routers connected to an interface have an address and this object will store that. The variable is not instantiated if it is not available.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..60)  

ciscoCallHistoryDestinationHostName 1.3.6.1.4.1.9.9.27.1.1.3.1.7
The name of the host this call is connected to. Most devices/routers connected to an interface have a name and this object will store that name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ciscoCallHistoryCallDisconnectCause 1.3.6.1.4.1.9.9.27.1.1.3.1.8
The reason for the call termination.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), normalDisconnectSent(2), normalDisconnectReceived(3), networkOutOfOrder(4), callRejected(5), userBusy(6), noCircuitChannelAvailable(7), interworkingError(8)  

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

ciscoCallHistoryCallDisconnectTime 1.3.6.1.4.1.9.9.27.1.1.3.1.10
The value of sysUpTime when the call got disconnected last.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ciscoCallHistoryDialReason 1.3.6.1.4.1.9.9.27.1.1.3.1.11
The reason for initiating this call. This may include the destination address of the interesting packet that forced us to dial. This variable is instantiated for an outgoing call.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ciscoCallHistoryConnectTimeOfDay 1.3.6.1.4.1.9.9.27.1.1.3.1.12
The time of day at the time of call connect.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ciscoCallHistoryDisconnectTimeOfDay 1.3.6.1.4.1.9.9.27.1.1.3.1.13
The time of day when the call disconnected.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ciscoCallHistoryTransmitPackets 1.3.6.1.4.1.9.9.27.1.1.3.1.14
Number of packets transmitted when this call was up.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ciscoCallHistoryTransmitBytes 1.3.6.1.4.1.9.9.27.1.1.3.1.15
Number of Bytes transmitted when this call was up.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ciscoCallHistoryReceivePackets 1.3.6.1.4.1.9.9.27.1.1.3.1.16
Number of packets received when this call was up.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ciscoCallHistoryReceiveBytes 1.3.6.1.4.1.9.9.27.1.1.3.1.17
Number of Bytes received when this call was up.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ciscoCallHistoryRecordedUnits 1.3.6.1.4.1.9.9.27.1.1.3.1.18
Advice of Charge recorded units when this call was up.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..16777215  

ciscoCallHistoryCurrency 1.3.6.1.4.1.9.9.27.1.1.3.1.19
Advice of Charge currency type.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ciscoCallHistoryCurrencyAmount 1.3.6.1.4.1.9.9.27.1.1.3.1.20
Advice of Charge currency amount when this call was up.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..16777215  

ciscoCallHistoryMultiplier 1.3.6.1.4.1.9.9.27.1.1.3.1.21
Advice of Charge multiplier for currency amount
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER oneThousandth(0), oneHundreth(1), oneTenth(2), one(3), ten(4), hundred(5), thousand(6)  

ciscoCallHistoryMibConformance 1.3.6.1.4.1.9.9.27.2
OBJECT IDENTIFIER    

ciscoCallHistoryMibCompliances 1.3.6.1.4.1.9.9.27.2.1
OBJECT IDENTIFIER    

ciscoCallHistoryMibGroups 1.3.6.1.4.1.9.9.27.2.2
OBJECT IDENTIFIER    

ciscoCallHistoryMibCompliance 1.3.6.1.4.1.9.9.27.2.1.1
The compliance statement for entities which implement the Cisco call History MIB
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

ciscoCallHistoryMibComplianceRev1 1.3.6.1.4.1.9.9.27.2.1.2
The compliance statement for entities which implement the Cisco call History MIB
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

ciscoCallHistoryMibComplianceV11R01 1.3.6.1.4.1.9.9.27.2.1.3
The compliance statement for entities which implement the Cisco call History MIB
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

ciscoCallHistoryMibComplianceV11R02 1.3.6.1.4.1.9.9.27.2.1.4
The compliance statement for entities which implement the Cisco call History MIB
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoCallHistoryMibGroup 1.3.6.1.4.1.9.9.27.2.2.1
A collection of objects providing the call History MIB capability.
Status: obsolete Access: read-only
OBJECT-GROUP    

ciscoCallHistoryMibGroupRev1 1.3.6.1.4.1.9.9.27.2.2.2
A collection of objects providing the call History MIB capability.
Status: obsolete Access: read-only
OBJECT-GROUP    

ciscoCallHistoryMibGroupRev2 1.3.6.1.4.1.9.9.27.2.2.3
A collection of objects providing the call History MIB capability.
Status: current Access: read-only
OBJECT-GROUP    

ciscoCallHistoryMibGlobalsGroup 1.3.6.1.4.1.9.9.27.2.2.4
A collection of objects providing control over the retention of call History.
Status: current Access: read-only
OBJECT-GROUP