CISCO-ITP-MONITOR-MIB
- Registered at
- 1.3.6.1.4.1.9.9.379
- Last updated
- 2004-07-20 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2004-07-20 00:00, 2003-10-31 00:00
- Namespace
- cisco
- Source file
CISCO-ITP-MONITOR-MIB- Digest
sha256:fd228fb95a788aaa1b59324c7811d72d9ec9c1ab1555d12ea8171655158b9d8e
Description
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
Contact
Cisco Systems, Inc Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-ss7@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| INET-ADDRESS-MIB | InetPortNumber |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TruthValue |
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-ITP-MONITOR-MIB CISCO-SMI INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoItpmMIBNotifs OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.379.0 | |||
| ciscoItpmMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.379.1 | |||
| cItpmConn OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.379.1.1 | |||
| cItpmConnTable OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.379.1.1.1 | not-accessible | current | |
| cItpmConnTableEntry OBJECT-TYPE An entry in the cItpmConnTable table. | 1.3.6.1.4.1.9.9.379.1.1.1.1 | not-accessible | current | |
| cItpmConnPortNumber OBJECT-TYPE The port number used to establish TCP connection. | 1.3.6.1.4.1.9.9.379.1.1.1.1.1 | InetPortNumber | not-accessible | current |
| cItpmConnKeepAlive OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.379.1.1.1.1.2 | Unsigned32 (0..60000) | read-write | current |
| cItpmConnMaxQDepth OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.379.1.1.1.1.3 | Unsigned32 (10..100000) | read-write | current |
| cItpmConnCongOnset OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.379.1.1.1.1.4 | Unsigned32 (100..100000) | read-write | current |
| cItpmConnCongAbate OBJECT-TYPE Threshold used to mark end of congestion. When the cItpmConnQueueDepth object drops below the value specified by this object the connection will exit congestion. | 1.3.6.1.4.1.9.9.379.1.1.1.1.5 | Unsigned32 (0..100000) | read-write | current |
| cItpmConnRcvWindowSize OBJECT-TYPE The size of TCP receive window. This object defines the number of outstanding (unacknowledged) bytes that the ITP monitor can receive on TCP connection. | 1.3.6.1.4.1.9.9.379.1.1.1.1.6 | Unsigned32 (100..1000000) | read-write | current |
| cItpmConnFastStart OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.379.1.1.1.1.7 | TruthValue | read-write | current |
| cItpmConnQueueDepth OBJECT-TYPE The number of packets queued for transmission. The maximum value is specified by the cItpmConnMaxQDepth object. | 1.3.6.1.4.1.9.9.379.1.1.1.1.8 | Gauge32 (0..100000) | read-only | current |
| cItpmConnMonitorState OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.379.1.1.1.1.9 | INTEGER {active(1), inactive(2)} | read-only | current |
| cItpmConnCongestion OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.379.1.1.1.1.10 | TruthValue | read-only | current |
| cItpmConnCongCounts OBJECT-TYPE The number of times the connection has entered congestion. | 1.3.6.1.4.1.9.9.379.1.1.1.1.11 | Counter32 | read-only | current |
| cItpmLinkTable OBJECT-TYPE This table provides information and measurements on the monitored SS7 links per connection. This table shares the cItpmConnPortNumber index with the cItpmConnTable. | 1.3.6.1.4.1.9.9.379.1.1.2 | not-accessible | current | |
| cItpmLinkTableEntry OBJECT-TYPE An entry in the cItpmLinkTable table. | 1.3.6.1.4.1.9.9.379.1.1.2.1 | not-accessible | current | |
| cItpmLinkNumber OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.379.1.1.2.1.1 | Unsigned32 (1..65535) | not-accessible | current |
| cItpmLinkDescription OBJECT-TYPE Brief customer defined description. | 1.3.6.1.4.1.9.9.379.1.1.2.1.2 | SnmpAdminString (SIZE(0..128)) | read-only | current |
| cItpmLinkSlotNumber OBJECT-TYPE The slot number support interface used to collect SS7 link traffic. | 1.3.6.1.4.1.9.9.379.1.1.2.1.3 | Unsigned32 (0..32767) | read-only | current |
| cItpmLinkStatus OBJECT-TYPE The state of the monitored SS7 Link as follows. 'active' - SS7 link is available for monitoring. 'inactive' - SS7 link is unavailable for monitoring. | 1.3.6.1.4.1.9.9.379.1.1.2.1.4 | INTEGER {active(1), inactive(2)} | read-only | current |
| cItpmLinkRcvdMsus OBJECT-TYPE The number of MSUs received on SS7 Link. | 1.3.6.1.4.1.9.9.379.1.1.2.1.5 | Counter32 | read-only | current |
| cItpmLinkRcvdMsuDrops OBJECT-TYPE The number of MSUs that were received on SS7 Link and were dropped due to congestion. | 1.3.6.1.4.1.9.9.379.1.1.2.1.6 | Counter32 | read-only | current |
| cItpmLinkRcvdMsuRate OBJECT-TYPE The number of MSUs received on SS7 Link per second. | 1.3.6.1.4.1.9.9.379.1.1.2.1.7 | Gauge32 | read-only | current |
| cItpmLinkRcvdBitsRate OBJECT-TYPE The number of bits received on SS7 Link per second. | 1.3.6.1.4.1.9.9.379.1.1.2.1.8 | Gauge32 | read-only | current |
| cItpmLinkSentMsus OBJECT-TYPE The number of MSUs sent on SS7 Link. | 1.3.6.1.4.1.9.9.379.1.1.2.1.9 | Counter32 | read-only | current |
| cItpmLinkSentMsuDrops OBJECT-TYPE The number of MSUs that were sent on SS7 Link and were dropped due to congestion. | 1.3.6.1.4.1.9.9.379.1.1.2.1.10 | Counter32 | read-only | current |
| cItpmLinkSentMsuRate OBJECT-TYPE The number of MSUs sent on SS7 Link per second. | 1.3.6.1.4.1.9.9.379.1.1.2.1.11 | Gauge32 | read-only | current |
| cItpmLinkSentBitsRate OBJECT-TYPE The number of bits sent on SS7 Link per second. | 1.3.6.1.4.1.9.9.379.1.1.2.1.12 | Gauge32 | read-only | current |
| cItpmLink OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.379.1.2 | |||
| cItpmCongestionNotifEnabled OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.379.1.3 | TruthValue | read-write | current |
| cItpmMonitorStateNotifEnabled OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.379.1.4 | TruthValue | read-write | current |
| ciscoItpmMIBConform OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.379.2 | |||
| ciscoItpmMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.379.2.1 | |||
| ciscoItpmMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.379.2.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| ciscoItpMonitorCongestion NOTIFICATION-TYPE The notification generated when a connection enters or exits congestion state. The value of cItpmConnCongestion indicates new state. | 1.3.6.1.4.1.9.9.379.0.1 | current |
| ciscoItpMonitorState NOTIFICATION-TYPE The notification generated when a connection changes states. The value of cItpmConnMonitorState indicates new state. | 1.3.6.1.4.1.9.9.379.0.2 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoItpmMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO-ITP-MONITOR-MIB.my MIB | 1.3.6.1.4.1.9.9.379.2.1.1 | deprecated |
| ciscoItpmMIBComplianceRev1 MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO-ITP-MONITOR-MIB.my MIB | 1.3.6.1.4.1.9.9.379.2.1.2 | current |
| ciscoItpmConnGroup OBJECT-GROUP ITP Monitor connection group. | 1.3.6.1.4.1.9.9.379.2.2.1 | deprecated |
| ciscoItpmLinkGroup OBJECT-GROUP ITP Monitor SS7 Link group | 1.3.6.1.4.1.9.9.379.2.2.2 | current |
| ciscoItpmNotificationsGroup NOTIFICATION-GROUP ITP Monitor notification objects. | 1.3.6.1.4.1.9.9.379.2.2.3 | deprecated |
| ciscoItpmConnGroupRev1 OBJECT-GROUP ITP Monitor connection group | 1.3.6.1.4.1.9.9.379.2.2.4 | current |
| ciscoItpmNotificationsGroupRev1 NOTIFICATION-GROUP ITP Monitor notification objects. | 1.3.6.1.4.1.9.9.379.2.2.5 | current |