CISCO-CALL-TRACKER-TCP-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-CALL-TRACKER-TCP-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
 ciscoCallTrackerTCPMIB 1.3.6.1.4.1.9.9.164
This MIB module provides TCP service connection related data for tracking the progress and status of a call. This module extends tables defined in the MIB module ciscoCallTrackerMIB in CISCO-CALL-TRACKER-MIB.
         ccttMIBObjects 1.3.6.1.4.1.9.9.164.1
             ccttActive 1.3.6.1.4.1.9.9.164.1.1
                 ccttActiveTable 1.3.6.1.4.1.9.9.164.1.1.1 no-access
This table contains entries for active calls in the system which utilize TCP connections, as reported by cctActiveServiceType. This table extends the cctActiveTable, using the same index, cctActiveCallId.
                     ccttActiveEntry 1.3.6.1.4.1.9.9.164.1.1.1.1 no-access
The information related to TCP connection for a single call. Entries are created if the call requests TCP connection based service. Entries are deleted when the call terminates.
                         ccttActiveLocalIpAddress 1.3.6.1.4.1.9.9.164.1.1.1.1.1 ipaddress read-only
The IP address for local endpoint of the call's TCP connection. This object has the same value as tcpConnLocalAddress from TCP-MIB.
                         ccttActiveLocalTcpPort 1.3.6.1.4.1.9.9.164.1.1.1.1.2 ciscoport read-only
TCP port number for local endpoint of the call's TCP connection. This object has the same value as tcpConnLocalPort from TCP-MIB.
                         ccttActiveRemoteIpAddress 1.3.6.1.4.1.9.9.164.1.1.1.1.3 ipaddress read-only
The IP address for remote endpoint of the call's TCP connection. This object has the same value as tcpConnRemAddress from TCP-MIB.
                         ccttActiveRemoteTcpPort 1.3.6.1.4.1.9.9.164.1.1.1.1.4 ciscoport read-only
TCP port number for remote endpoint of the call's TCP connection. This object has the same value as tcpConnRemPort from TCP-MIB.
                         ccttActiveDestinationFailures 1.3.6.1.4.1.9.9.164.1.1.1.1.5 counter32 read-only
The number of requests from the call processing software to the Telnet/TCP to setup a connection for which Telnet/TCP was unable to establish the requested connection.
             ccttHistory 1.3.6.1.4.1.9.9.164.1.2
                 ccttHistoryTable 1.3.6.1.4.1.9.9.164.1.2.1 no-access
This table provides information on terminated calls with associated TCP connections, as reported by cctHistoryServiceType. This table extends the cctHistoryTable, using the same index, cctHistoryIndex.
                     ccttHistoryEntry 1.3.6.1.4.1.9.9.164.1.2.1.1 no-access
The information regarding a single terminated call with TCP connections. Entries are created and deleted in sync with the entries in cctHistoryTable, when there is a TCP connection service requested for the call.
                         ccttHistoryLocalIpAddress 1.3.6.1.4.1.9.9.164.1.2.1.1.1 ipaddress read-only
The IP address for local endpoint of the call's TCP connection.
                         ccttHistoryLocalTcpPort 1.3.6.1.4.1.9.9.164.1.2.1.1.2 ciscoport read-only
TCP port number for local endpoint of the call's TCP connection.
                         ccttHistoryRemoteIpAddress 1.3.6.1.4.1.9.9.164.1.2.1.1.3 ipaddress read-only
The IP address for remote endpoint of the call's TCP connection. If no TCP connection was established, this object reports the first destination attempted.
                         ccttHistoryRemoteTcpPort 1.3.6.1.4.1.9.9.164.1.2.1.1.4 ciscoport read-only
TCP port number for remote endpoint of the call's TCP connection. If no TCP connection was established, this object reports the TCP port of the first destination attempted.
                         ccttHistoryDestinationFailures 1.3.6.1.4.1.9.9.164.1.2.1.1.5 counter32 read-only
The number of requests from the call processing software to the Telnet/TCP to setup a connection for which Telnet/TCP was unable to establish the requested connection.
         ccttMIBNotificationPrefix 1.3.6.1.4.1.9.9.164.2
             ccttMIBNotifications 1.3.6.1.4.1.9.9.164.2.0
         ccttMIBConformance 1.3.6.1.4.1.9.9.164.3
             ccttMIBCompliances 1.3.6.1.4.1.9.9.164.3.1
                 ccttMIBCompliance 1.3.6.1.4.1.9.9.164.3.1.1
The compliance statement for entities which implement the CISCO CALL TRACKER TCP MIB
             ccttMIBGroups 1.3.6.1.4.1.9.9.164.3.2
                 ccttActiveGroup 1.3.6.1.4.1.9.9.164.3.2.2
A collection of objects providing the active call information.
                 ccttHistoryGroup 1.3.6.1.4.1.9.9.164.3.2.3
A collection of objects providing the historical call information.