CISCO-ITP-MONITOR-MIB

File: CISCO-ITP-MONITOR-MIB.mib (25258 bytes)

Imported modules

CISCO-SMI INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB
SNMPv2-CONF SNMPv2-TC SNMPv2-SMI

Imported symbols

ciscoMgmt InetPortNumber SnmpAdminString
MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP
TruthValue Counter32 Gauge32
Unsigned32 MODULE-IDENTITY NOTIFICATION-TYPE
OBJECT-TYPE

Defined Types

CItpmConnTableEntry  
SEQUENCE    
  cItpmConnPortNumber InetPortNumber
  cItpmConnKeepAlive Unsigned32
  cItpmConnMaxQDepth Unsigned32
  cItpmConnCongOnset Unsigned32
  cItpmConnCongAbate Unsigned32
  cItpmConnRcvWindowSize Unsigned32
  cItpmConnFastStart TruthValue
  cItpmConnQueueDepth Gauge32
  cItpmConnMonitorState INTEGER
  cItpmConnCongestion TruthValue
  cItpmConnCongCounts Counter32

CItpmLinkTableEntry  
SEQUENCE    
  cItpmLinkNumber Unsigned32
  cItpmLinkDescription SnmpAdminString
  cItpmLinkSlotNumber Unsigned32
  cItpmLinkStatus INTEGER
  cItpmLinkRcvdMsus Counter32
  cItpmLinkRcvdMsuDrops Counter32
  cItpmLinkRcvdMsuRate Gauge32
  cItpmLinkRcvdBitsRate Gauge32
  cItpmLinkSentMsus Counter32
  cItpmLinkSentMsuDrops Counter32
  cItpmLinkSentMsuRate Gauge32
  cItpmLinkSentBitsRate Gauge32

Defined Values

ciscoItpmMIB 1.3.6.1.4.1.9.9.379
The MIB for providing information related to monitoring SS7 links. This information can be used to manage the state of software used to collect all packets transported and received over a SS7 link. Abbreviations: MSU - Message Signalling Unit MTP - Message Transport Protocol SS7 - System No. 7 (SS7) Network
MODULE-IDENTITY    

ciscoItpmMIBNotifs 1.3.6.1.4.1.9.9.379.0
OBJECT IDENTIFIER    

ciscoItpmMIBObjects 1.3.6.1.4.1.9.9.379.1
OBJECT IDENTIFIER    

ciscoItpmMIBConform 1.3.6.1.4.1.9.9.379.2
OBJECT IDENTIFIER    

cItpmConn 1.3.6.1.4.1.9.9.379.1.1
OBJECT IDENTIFIER    


cItpmConnTable 1.3.6.1.4.1.9.9.379.1.1.1
This table provides information on connections used to collect information on SS7 links. Information in this table can be used to customize connection parameters. In addition, this table provides measurements and status information for each connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CItpmConnTableEntry

cItpmConnTableEntry 1.3.6.1.4.1.9.9.379.1.1.1.1
An entry in the cItpmConnTable table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CItpmConnTableEntry  

cItpmConnPortNumber 1.3.6.1.4.1.9.9.379.1.1.1.1.1
The port number used to establish TCP connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetPortNumber  

cItpmConnKeepAlive 1.3.6.1.4.1.9.9.379.1.1.1.1.2
Specifies the keepalive time value in milliseconds. Keepalive packets are sent between the monitor and the remote server as a mechanism to ensure the TCP session is active and detect session failure in a timely manner. During periods of idle monitor traffic, the monitor will send a keepalive packet to the remote server at the specified interval. The monitor also expects to receive a keepalive packet from the remote server at the same interval. If the monitor does not receive a keepalive packet from the remote server in two times the keep alive value, the monitor will close the TCP session. The value of zero disables the keep alive processing.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..60000  

cItpmConnMaxQDepth 1.3.6.1.4.1.9.9.379.1.1.1.1.3
The maximum number of packets that can be queued for transmission. If the monitor cannot send a TCP packet immediately, the packet will be queued for retransmit. This object defines the maximum number of TCP packets that may be queued for retransmit. Once the number of TCP packets on the queue reaches the value specified by this object, additional TCP packets will be dropped.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 10..100000  

cItpmConnCongOnset 1.3.6.1.4.1.9.9.379.1.1.1.1.4
Threshold used to mark onset of congestion. When the cItpmConnQueueDepth object reaches value specified by this object the connection will considered congested. It will remain congested until the cItpmConnQueueDepth object drops below the value specified by the cItpmConnCongAbate object.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 100..100000  

cItpmConnCongAbate 1.3.6.1.4.1.9.9.379.1.1.1.1.5
Threshold used to mark end of congestion. When the cItpmConnQueueDepth object drops below the value specified by this object the connection will exit congestion.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..100000  

cItpmConnRcvWindowSize 1.3.6.1.4.1.9.9.379.1.1.1.1.6
The size of TCP receive window. This object defines the number of outstanding (unacknowledged) bytes that the ITP monitor can receive on TCP connection.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 100..1000000  

cItpmConnFastStart 1.3.6.1.4.1.9.9.379.1.1.1.1.7
Defines the fast-start option for establishing TCP connectivity as follows. 'true' - FastStart is enabled. 'false' - FastStart is disabled. Normally, after the TCP session with the remote server is established, the monitor will not send MSUs from the monitored links to the server until the server responds to the first keepalive. This mechanism prevents the ITP from over-running the server until the TCP session and receive window sizes are fully established. Configuration of fast-start overrides this mechanism and allows the ITP to start sending MSUs to the server immediately after the TCP session is established. Caution should be used with the fast-start configuration as MSUs may be lost until the TCP session server and receive window sizes are fully established.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cItpmConnQueueDepth 1.3.6.1.4.1.9.9.379.1.1.1.1.8
The number of packets queued for transmission. The maximum value is specified by the cItpmConnMaxQDepth object.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..100000  

cItpmConnMonitorState 1.3.6.1.4.1.9.9.379.1.1.1.1.9
The state of the connection as follows. 'active' - connection is transmitting SS7 link traffic to server. 'inactive' - connection is not transmitting SS7 link traffic to server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

cItpmConnCongestion 1.3.6.1.4.1.9.9.379.1.1.1.1.10
Congestion indicator for connection as follows. 'true' - connection is congested. 'false' - connection not congested. Congestion onset occurs when the cItpmConnQueueDepth object reaches the maximum allowed value specified by the cItpmConnMaxQDepth object. Congestion abate occurs when the cItpmConnQueueDepth object reaches the maximum allowed value specified by the cItpmConnMaxQDepth object.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cItpmConnCongCounts 1.3.6.1.4.1.9.9.379.1.1.1.1.11
The number of times the connection has entered congestion.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpmLinkTable 1.3.6.1.4.1.9.9.379.1.1.2
This table provides information and measurements on the monitored SS7 links per connection. This table shares the cItpmConnPortNumber index with the cItpmConnTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CItpmLinkTableEntry

cItpmLinkTableEntry 1.3.6.1.4.1.9.9.379.1.1.2.1
An entry in the cItpmLinkTable table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CItpmLinkTableEntry  

cItpmLinkNumber 1.3.6.1.4.1.9.9.379.1.1.2.1.1
This object specifies the secondary index for objects in the cItpmLinkTable table. A unique number is assigned to each link when it is assigned to a connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

cItpmLinkDescription 1.3.6.1.4.1.9.9.379.1.1.2.1.2
Brief customer defined description.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

cItpmLinkSlotNumber 1.3.6.1.4.1.9.9.379.1.1.2.1.3
The slot number support interface used to collect SS7 link traffic.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..32767  

cItpmLinkStatus 1.3.6.1.4.1.9.9.379.1.1.2.1.4
The state of the monitored SS7 Link as follows. 'active' - SS7 link is available for monitoring. 'inactive' - SS7 link is unavailable for monitoring.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

cItpmLinkRcvdMsus 1.3.6.1.4.1.9.9.379.1.1.2.1.5
The number of MSUs received on SS7 Link.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpmLinkRcvdMsuDrops 1.3.6.1.4.1.9.9.379.1.1.2.1.6
The number of MSUs that were received on SS7 Link and were dropped due to congestion.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpmLinkRcvdMsuRate 1.3.6.1.4.1.9.9.379.1.1.2.1.7
The number of MSUs received on SS7 Link per second.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cItpmLinkRcvdBitsRate 1.3.6.1.4.1.9.9.379.1.1.2.1.8
The number of bits received on SS7 Link per second.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cItpmLinkSentMsus 1.3.6.1.4.1.9.9.379.1.1.2.1.9
The number of MSUs sent on SS7 Link.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpmLinkSentMsuDrops 1.3.6.1.4.1.9.9.379.1.1.2.1.10
The number of MSUs that were sent on SS7 Link and were dropped due to congestion.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpmLinkSentMsuRate 1.3.6.1.4.1.9.9.379.1.1.2.1.11
The number of MSUs sent on SS7 Link per second.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cItpmLinkSentBitsRate 1.3.6.1.4.1.9.9.379.1.1.2.1.12
The number of bits sent on SS7 Link per second.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cItpmCongestionNotifEnabled 1.3.6.1.4.1.9.9.379.1.3
The ITP monitor congestion States notification truth value. 'true' Indicates that cItpmCongestionNotifEnabled notification is to be generated when the state changes. That is, the notification generation is enabled. 'false' Indicates that cItpmCongestionNotifEnabled notification generation is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cItpmMonitorStateNotifEnabled 1.3.6.1.4.1.9.9.379.1.4
The ITP monitor state notification truth value. 'true' - Indicates that ciscoItpMonitorState notification is to be generated when the state of connection changes. That is, the notification generation is enabled. 'false' - Indicates that ciscoItpMonitorState notification generation is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ciscoItpMonitorCongestion 1.3.6.1.4.1.9.9.379.0.1
The notification generated when a connection enters or exits congestion state. The value of cItpmConnCongestion indicates new state.
Status: current Access: read-write
NOTIFICATION-TYPE    

ciscoItpMonitorState 1.3.6.1.4.1.9.9.379.0.2
The notification generated when a connection changes states. The value of cItpmConnMonitorState indicates new state.
Status: current Access: read-write
NOTIFICATION-TYPE    

ciscoItpmMIBCompliances 1.3.6.1.4.1.9.9.379.2.1
OBJECT IDENTIFIER    

ciscoItpmMIBGroups 1.3.6.1.4.1.9.9.379.2.2
OBJECT IDENTIFIER    

ciscoItpmMIBCompliance 1.3.6.1.4.1.9.9.379.2.1.1
The compliance statement for entities which implement the CISCO-ITP-MONITOR-MIB.my MIB
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

ciscoItpmMIBComplianceRev1 1.3.6.1.4.1.9.9.379.2.1.2
The compliance statement for entities which implement the CISCO-ITP-MONITOR-MIB.my MIB
Status: current Access: read-write
MODULE-COMPLIANCE    

ciscoItpmConnGroup 1.3.6.1.4.1.9.9.379.2.2.1
ITP Monitor connection group.
Status: deprecated Access: read-write
OBJECT-GROUP    

ciscoItpmLinkGroup 1.3.6.1.4.1.9.9.379.2.2.2
ITP Monitor SS7 Link group
Status: current Access: read-write
OBJECT-GROUP    

ciscoItpmNotificationsGroup 1.3.6.1.4.1.9.9.379.2.2.3
ITP Monitor notification objects.
Status: deprecated Access: read-write
NOTIFICATION-GROUP    

ciscoItpmConnGroupRev1 1.3.6.1.4.1.9.9.379.2.2.4
ITP Monitor connection group
Status: current Access: read-write
OBJECT-GROUP    

ciscoItpmNotificationsGroupRev1 1.3.6.1.4.1.9.9.379.2.2.5
ITP Monitor notification objects.
Status: current Access: read-write
NOTIFICATION-GROUP