CISCO-CALL-HISTORY-MIB
- Registered at
- 1.3.6.1.4.1.9.9.27
- Last updated
- 1996-11-19 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 1995-08-15 00:00, 1995-07-20 00:00, 1995-08-15 00:00, 1996-11-19 00:00
- Namespace
- cisco
- Source file
CISCO-CALL-HISTORY-MIB- Digest
sha256:b7994e665b94c40a3c5fa1fb089e5650ac398f1447e90a473197dffdc2fea4a8
Description
The MIB module to describe and store the call information of the routers for accounting purposes.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-wan@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| IF-MIB | InterfaceIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TimeStamp |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-CALL-HISTORY-MIB CISCO-SMI IANAifType-MIB IF-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoCallHistoryMibObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.27.1 | |||
| ciscoCallHistory OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.27.1.1 | |||
| ciscoCallHistoryTableMaxLength OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.27.1.1.1 | Integer32 (0..500) | read-write | current |
| ciscoCallHistoryRetainTimer OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.27.1.1.2 | Integer32 (0..500) | read-write | current |
| ciscoCallHistoryTable OBJECT-TYPE A table containing information about specific calls to a specific destination. | 1.3.6.1.4.1.9.9.27.1.1.3 | not-accessible | current | |
| ciscoCallHistoryEntry OBJECT-TYPE The information regarding a single Connection. | 1.3.6.1.4.1.9.9.27.1.1.3.1 | not-accessible | current | |
| ciscoCallHistoryStartTime OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.27.1.1.3.1.1 | TimeStamp | not-accessible | current |
| ciscoCallHistoryIndex OBJECT-TYPE Index variable to access the CallHistoryEntry objects of the ciscoCallHistoryTable. | 1.3.6.1.4.1.9.9.27.1.1.3.1.2 | Integer32 (1..2147483647) | not-accessible | current |
| ciscoCallHistoryCallingNumber OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.27.1.1.3.1.3 | OCTET STRING (SIZE(1..255)) | read-only | current |
| ciscoCallHistoryCalledNumber OBJECT-TYPE The number this call is connected to. This variable is instantiated if this is an outgoing call. | 1.3.6.1.4.1.9.9.27.1.1.3.1.4 | OCTET STRING (SIZE(1..255)) | read-only | current |
| ciscoCallHistoryInterfaceNumber OBJECT-TYPE This is the ifIndex value of the highest number of interface through which the call was made. | 1.3.6.1.4.1.9.9.27.1.1.3.1.5 | InterfaceIndex | read-only | current |
| ciscoCallHistoryDestinationAddress OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.27.1.1.3.1.6 | OCTET STRING (SIZE(1..60)) | read-only | current |
| ciscoCallHistoryDestinationHostName OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.27.1.1.3.1.7 | DisplayString | read-only | current |
| ciscoCallHistoryCallDisconnectCause OBJECT-TYPE The reason for the call termination. | 1.3.6.1.4.1.9.9.27.1.1.3.1.8 | INTEGER {other(1), normalDisconnectSent(2), normalDisconnectReceived(3), networkOutOfOrder(4), callRejected(5), userBusy(6), noCircuitChannelAvailable(7), interworkingError(8)} | read-only | current |
| ciscoCallHistoryCallConnectionTime OBJECT-TYPE The value of sysUpTime when the call was connected. | 1.3.6.1.4.1.9.9.27.1.1.3.1.9 | TimeStamp | read-only | current |
| ciscoCallHistoryCallDisconnectTime OBJECT-TYPE The value of sysUpTime when the call got disconnected last. | 1.3.6.1.4.1.9.9.27.1.1.3.1.10 | TimeStamp | read-only | current |
| ciscoCallHistoryDialReason OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.27.1.1.3.1.11 | DisplayString | read-only | current |
| ciscoCallHistoryConnectTimeOfDay OBJECT-TYPE The time of day at the time of call connect. | 1.3.6.1.4.1.9.9.27.1.1.3.1.12 | DisplayString | read-only | current |
| ciscoCallHistoryDisconnectTimeOfDay OBJECT-TYPE The time of day when the call disconnected. | 1.3.6.1.4.1.9.9.27.1.1.3.1.13 | DisplayString | read-only | current |
| ciscoCallHistoryTransmitPackets OBJECT-TYPE Number of packets transmitted when this call was up. | 1.3.6.1.4.1.9.9.27.1.1.3.1.14 | Integer32 | read-only | current |
| ciscoCallHistoryTransmitBytes OBJECT-TYPE Number of Bytes transmitted when this call was up. | 1.3.6.1.4.1.9.9.27.1.1.3.1.15 | Integer32 | read-only | current |
| ciscoCallHistoryReceivePackets OBJECT-TYPE Number of packets received when this call was up. | 1.3.6.1.4.1.9.9.27.1.1.3.1.16 | Integer32 | read-only | current |
| ciscoCallHistoryReceiveBytes OBJECT-TYPE Number of Bytes received when this call was up. | 1.3.6.1.4.1.9.9.27.1.1.3.1.17 | Integer32 | read-only | current |
| ciscoCallHistoryRecordedUnits OBJECT-TYPE Advice of Charge recorded units when this call was up. | 1.3.6.1.4.1.9.9.27.1.1.3.1.18 | Integer32 (0..16777215) | read-only | current |
| ciscoCallHistoryCurrency OBJECT-TYPE Advice of Charge currency type. | 1.3.6.1.4.1.9.9.27.1.1.3.1.19 | DisplayString | read-only | current |
| ciscoCallHistoryCurrencyAmount OBJECT-TYPE Advice of Charge currency amount when this call was up. | 1.3.6.1.4.1.9.9.27.1.1.3.1.20 | Integer32 (0..16777215) | read-only | current |
| ciscoCallHistoryMultiplier OBJECT-TYPE Advice of Charge multiplier for currency amount | 1.3.6.1.4.1.9.9.27.1.1.3.1.21 | INTEGER {oneThousandth(0), oneHundreth(1), oneTenth(2), one(3), ten(4), hundred(5), thousand(6)} | read-only | current |
| ciscoCallHistoryMibConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.27.2 | |||
| ciscoCallHistoryMibCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.27.2.1 | |||
| ciscoCallHistoryMibGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.27.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoCallHistoryMibCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the Cisco call History MIB | 1.3.6.1.4.1.9.9.27.2.1.1 | obsolete |
| ciscoCallHistoryMibComplianceRev1 MODULE-COMPLIANCE The compliance statement for entities which implement the Cisco call History MIB | 1.3.6.1.4.1.9.9.27.2.1.2 | obsolete |
| ciscoCallHistoryMibComplianceV11R01 MODULE-COMPLIANCE The compliance statement for entities which implement the Cisco call History MIB | 1.3.6.1.4.1.9.9.27.2.1.3 | obsolete |
| ciscoCallHistoryMibComplianceV11R02 MODULE-COMPLIANCE The compliance statement for entities which implement the Cisco call History MIB | 1.3.6.1.4.1.9.9.27.2.1.4 | current |
| ciscoCallHistoryMibGroup OBJECT-GROUP A collection of objects providing the call History MIB capability. | 1.3.6.1.4.1.9.9.27.2.2.1 | obsolete |
| ciscoCallHistoryMibGroupRev1 OBJECT-GROUP A collection of objects providing the call History MIB capability. | 1.3.6.1.4.1.9.9.27.2.2.2 | obsolete |
| ciscoCallHistoryMibGroupRev2 OBJECT-GROUP A collection of objects providing the call History MIB capability. | 1.3.6.1.4.1.9.9.27.2.2.3 | current |
| ciscoCallHistoryMibGlobalsGroup OBJECT-GROUP A collection of objects providing control over the retention of call History. | 1.3.6.1.4.1.9.9.27.2.2.4 | current |