Home/Catalog/CISCO-CIPTCPIP-MIB

CISCO-CIPTCPIP-MIB

AI MIB Summary

The CISCO-CIPTCPIP-MIB monitors TCP/IP stack instances and MIB-II statistics on Cisco Mainframe Channel Connection (CMCC) boards to facilitate IBM TCP-Offload operations, specifically tracking protocol performance metrics keyed by IP address while excluding IP routing table data.

This is the MIB module for objects used to manage the cisco TCP/IP stack running on the Cisco Mainframe Channel Connection (CMCC) board. The First application to use this stack is the IBM TCP-Offload feature. The main idea with this application is to replace the TCP/IP stack on the IBM host with a protocol requiring lower host CPU utilization, and have the TCP/IP processing done on the router. There are multiple sets of MIB-II statistics stored by the TCP/IP implementation. Each instance of the MIB-II objects corresponds to an instantiation of the TCP/IP stack which is based on the IP address of the stack. The IP routing table is not supported here.
88
Objects
Active
Status
4
Dependencies

Imported Objects

Objects

88 total
Object Name
ciscoCipTcpIpMIB
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.32
SNMPv2-SMI-v1
Unknown
.1.3.6.1.4.1.9.9.32
cipTcpIpObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.32.1
cipIpObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.32.1.1
cipIpTableThis table contains a list of parameters and statistics pertaining to each IP stack. Rows are dynamically added to this table via CMCC TCP application MIBS (ie. CISCO-TCPOFFLOAD-MIB).
SEQUENCE OF CipIpEntry
.1.3.6.1.4.1.9.9.32.1.1.1
cipIpEntryA list of IP stack values.
CipIpEntry
.1.3.6.1.4.1.9.9.32.1.1.1.1
cipIpAddressThe IP address for this IP stack.
IpAddress
.1.3.6.1.4.1.9.9.32.1.1.1.1.1
cipIpForwardingThe indication of whether this entity is acting as an IP gateway in respect to the forwarding of datagrams received by, but not addressed to, this entity. IP gateways forward datagrams. IP hosts do not (except those source-routed via the host). Note that for some managed nodes, this object may take on only a subset of the values possible. Accordingly, it is appropriate for an agent to return a `badValue' response if a management station attempts to change this object to an inappropriate value.rw
Enumeration
.1.3.6.1.4.1.9.9.32.1.1.1.1.2
cipIpDefaultTTLThe default value inserted into the Time-To-Live field of the IP header of datagrams originated at this entity, whenever a TTL value is not supplied by the transport layer protocol.rw
INTEGER
.1.3.6.1.4.1.9.9.32.1.1.1.1.3
cipIpInReceivesThe total number of input datagrams received from interfaces, including those received in error, for this IP Address instance.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.1.1.1.4
cipIpInHdrErrorsThe number of input datagrams discarded due to errors in their IP headers, including bad checksums, version number mismatch, other format errors, time-to-live exceeded, errors discovered in processing their IP options, etc.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.1.1.1.5
cipIpInAddrErrorsThe number of input datagrams discarded because the IP address in their IP header's destination field was not a valid address to be received at this entity. This count includes invalid addresses (e.g., 0.0.0.0) and addresses of unsupported Classes (e.g., Class E). For entities which are not IP Gateways and therefore do not forward datagrams, this counter includes datagrams discarded because the destination address was not a local address.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.1.1.1.6
cipIpForwDatagramsThe number of input datagrams for which this entity was not their final IP destination, as a result of which an attempt was made to find a route to forward them to that final destination. In entities which do not act as IP Gateways, this counter will include only those packets which were Source-Routed via this entity, and the Source- Route option processing was successful.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.1.1.1.7
cipIpInUnknownProtosThe number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.1.1.1.8
cipIpInDiscardsThe number of input IP datagrams for which no problems were encountered to prevent their continued processing, but which were discarded (e.g., for lack of buffer space). Note that this counter does not include any datagrams discarded while awaiting re-assembly.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.1.1.1.9
cipIpInDeliversThe total number of input datagrams successfully delivered to IP user-protocols (including ICMP).ro
Counter32
.1.3.6.1.4.1.9.9.32.1.1.1.1.10
cipIpOutRequestsThe total number of IP datagrams which local IP user-protocols (including ICMP) supplied to IP in requests for transmission. Note that this counter does not include any datagrams counted in ipForwDatagrams.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.1.1.1.11
cipIpOutDiscardsThe number of output IP datagrams for which no problem was encountered to prevent their transmission to their destination, but which were discarded (e.g., for lack of buffer space). Note that this counter would include datagrams counted in ipForwDatagrams if any such packets met this (discretionary) discard criterion.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.1.1.1.12
cipIpOutNoRoutesThe number of IP datagrams discarded because no route could be found to transmit them to their destination. Note that this counter includes any packets counted in ipForwDatagrams which meet this `no-route' criterion. Note that this includes any datagrams which a host cannot route because all of its default gateways are down.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.1.1.1.13
cipIpReasmTimeoutThe maximum number of seconds which received fragments are held while they are awaiting reassembly at this entity.ro
Integer32
.1.3.6.1.4.1.9.9.32.1.1.1.1.14
cipIpReasmReqdsThe number of IP fragments received which needed to be reassembled at this entity.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.1.1.1.15
cipIpReasmOKsThe number of IP datagrams successfully re- assembled.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.1.1.1.16
cipIpReasmFailsThe number of failures detected by the IP re- assembly algorithm (for whatever reason: timed out, errors, etc). Note that this is not necessarily a count of discarded IP fragments since some algorithms (notably the algorithm in RFC 815) can lose track of the number of fragments by combining them as they are received.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.1.1.1.17
cipIpFragOKsThe number of IP datagrams that have been successfully fragmented at this entity.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.1.1.1.18
cipIpFragFailsThe number of IP datagrams that have been discarded because they needed to be fragmented at this entity but could not be, e.g., because their Don't Fragment flag was set.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.1.1.1.19
cipIpFragCreatesThe number of IP datagram fragments that have been generated as a result of fragmentation at this entity.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.1.1.1.20
cipIpRoutingDiscardsThe number of routing entries which were chosen to be discarded even though they are valid. One possible reason for discarding such an entry could be to free-up buffer space for other routing entries.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.1.1.1.21
cipTcpObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.32.1.2
cipTcpStackTableThis table contains a list of parameters pertaining to each TCP stack. Rows are dynamically added to this table via CMCC TCP application MIBS (ie. CISCO-TCPOFFLOAD-MIB).
SEQUENCE OF CipTcpStackEntry
.1.3.6.1.4.1.9.9.32.1.2.1
cipTcpStackEntryA list of TCP stack values.
CipTcpStackEntry
.1.3.6.1.4.1.9.9.32.1.2.1.1
cipTcpRtoAlgorithmThe algorithm used to determine the timeout value used for retransmitting unacknowledged octets.ro
Enumeration
.1.3.6.1.4.1.9.9.32.1.2.1.1.1
cipTcpRtoMinThe minimum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds. More refined semantics for objects of this type depend upon the algorithm used to determine the retransmission timeout. In particular, when the timeout algorithm is rsre(3), an object of this type has the semantics of the LBOUND quantity described in RFC 793.ro
Integer32 -- Units -- milliseconds
.1.3.6.1.4.1.9.9.32.1.2.1.1.2
cipTcpRtoMaxThe maximum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds. More refined semantics for objects of this type depend upon the algorithm used to determine the retransmission timeout. In particular, when the timeout algorithm is rsre(3), an object of this type has the semantics of the UBOUND quantity described in RFC 793.ro
Integer32 -- Units -- milliseconds
.1.3.6.1.4.1.9.9.32.1.2.1.1.3
cipTcpMaxConnThe limit on the total number of TCP connections the entity can support. In entities where the maximum number of connections is dynamic, this object should contain the value -1.ro
Integer32
.1.3.6.1.4.1.9.9.32.1.2.1.1.4
cipTcpActiveOpensThe number of times TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.2.1.1.5
cipTcpPassiveOpensThe number of times TCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.2.1.1.6
cipTcpAttemptFailsThe number of times TCP connections have made a direct transition to the CLOSED state from either the SYN-SENT state or the SYN-RCVD state, plus the number of times TCP connections have made a direct transition to the LISTEN state from the SYN-RCVD state.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.2.1.1.7
cipTcpEstabResetsThe number of times TCP connections have made a direct transition to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT state.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.2.1.1.8
cipTcpCurrEstabThe number of TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT.ro
Gauge32
.1.3.6.1.4.1.9.9.32.1.2.1.1.9
cipTcpInSegsThe total number of segments received, including those received in error. This count includes segments received on currently established connections.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.2.1.1.10
cipTcpOutSegsThe total number of segments sent, including those on current connections but excluding those containing only retransmitted octets.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.2.1.1.11
cipTcpRetransSegsThe total number of segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.2.1.1.12
cipTcpInErrsThe total number of segments received in error (e.g., bad TCP checksums).ro
Counter32
.1.3.6.1.4.1.9.9.32.1.2.1.1.13
cipTcpOutRstsThe number of TCP segments sent containing the RST flag.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.2.1.1.14
cipTcpConnTableThis table contains a list of parameters pertaining to the connections for a particular TCP Offload stack.
SEQUENCE OF CipTcpConnEntry
.1.3.6.1.4.1.9.9.32.1.2.2
cipTcpConnEntryA list of TCP connection values.
CipTcpConnEntry
.1.3.6.1.4.1.9.9.32.1.2.2.1
cipTcpConnLocalPortThe local port number for this TCP connection.
INTEGER
.1.3.6.1.4.1.9.9.32.1.2.2.1.1
cipTcpConnRemAddressThe remote IP address for this TCP connection.
IpAddress
.1.3.6.1.4.1.9.9.32.1.2.2.1.2
cipTcpConnRemPortThe remote port number for this TCP connection.
INTEGER
.1.3.6.1.4.1.9.9.32.1.2.2.1.3
cipTcpConnStateThe state of this TCP connection. The only value which may be set by a management station is deleteTCB(12). Accordingly, it is appropriate for an agent to return a `badValue' response if a management station attempts to set this object to any other value. If a management station sets this object to the value deleteTCB(12), then this has the effect of deleting the TCB (as defined in RFC 793) of the corresponding connection on the managed node, resulting in immediate termination of the connection. As an implementation-specific option, a RST segment may be sent from the managed node to the other TCP endpoint (note however that RST segments are not sent reliably).rw
Enumeration
.1.3.6.1.4.1.9.9.32.1.2.2.1.4
cipTcpConnInBytesThe number of bytes sent for this TCP connection. NOTE: To support SNMP Version 1 Managers, this variable is supplied as a 32 bit value which can wrap very frequently.ro
Counter32 -- Units -- octets
.1.3.6.1.4.1.9.9.32.1.2.2.1.6
cipTcpConnOutBytesThe number of bytes received for this TCP connection. NOTE: To support SNMP Version 1 Managers, this variable is supplied as a 32 bit value which can wrap very frequently.ro
Counter32 -- Units -- octets
.1.3.6.1.4.1.9.9.32.1.2.2.1.8
cipIcmpObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.32.1.3
cipIcmpTableThis table contains a list of parameters pertaining to each ICMP stack. Rows are dynamically added to this table via CMCC TCP application MIBS (ie. CISCO-TCPOFFLOAD-MIB).
SEQUENCE OF CipIcmpEntry
.1.3.6.1.4.1.9.9.32.1.3.1
cipIcmpEntryA list of ICMP values.
CipIcmpEntry
.1.3.6.1.4.1.9.9.32.1.3.1.1
cipIcmpInMsgsThe total number of ICMP messages which the entity received. Note that this counter includes all those counted by icmpInErrors.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.3.1.1.1
cipIcmpInErrorsThe number of ICMP messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.).ro
Counter32
.1.3.6.1.4.1.9.9.32.1.3.1.1.2
cipIcmpInDestUnreachsThe number of ICMP Destination Unreachable messages received.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.3.1.1.3
cipIcmpInTimeExcdsThe number of ICMP Time Exceeded messages received.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.3.1.1.4
cipIcmpInParmProbsThe number of ICMP Parameter Problem messages received.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.3.1.1.5
cipIcmpInSrcQuenchsThe number of ICMP Source Quench messages received.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.3.1.1.6
cipIcmpInRedirectsThe number of ICMP Redirect messages received.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.3.1.1.7
cipIcmpInEchosThe number of ICMP Echo (request) messages received.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.3.1.1.8
cipIcmpInAddrMaskRepsThe number of ICMP Address Mask Reply messages received.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.3.1.1.9
cipIcmpOutMsgsThe total number of ICMP messages which this entity attempted to send. Note that this counter includes all those counted by icmpOutErrors.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.3.1.1.10
cipIcmpOutErrorsThe number of ICMP messages which this entity did not send due to problems discovered within ICMP such as a lack of buffers. This value should not include errors discovered outside the ICMP layer such as the inability of IP to route the resultant datagram. In some implementations there may be no types of error which contribute to this counter's value.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.3.1.1.11
cipIcmpOutDestUnreachsThe number of ICMP Destination Unreachable messages sent.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.3.1.1.12
cipIcmpOutEchosThe number of ICMP Echo (request) messages sent.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.3.1.1.13
cipIcmpOutEchoRepsThe number of ICMP Echo Reply messages sent.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.3.1.1.14
cipIcmpOutTimestampsThe number of ICMP Timestamp (request) messages sent.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.3.1.1.15
cipIcmpOutTimestampRepsThe number of ICMP Timestamp Reply messages sent.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.3.1.1.16
cipIcmpOutAddrMasksThe number of ICMP Address Mask Request messages sent.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.3.1.1.17
cipIcmpOutAddrMaskRepsThe number of ICMP Address Mask Reply messages sent.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.3.1.1.18
cipUdpObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.32.1.4
cipUdpTableThis table contains a list of parameters pertaining to each UDP stack. Rows are dynamically added to this table via CMCC TCP application MIBS (ie. CISCO-TCPOFFLOAD-MIB).
SEQUENCE OF CipUdpEntry
.1.3.6.1.4.1.9.9.32.1.4.1
cipUdpEntryA list of UDP stack values.
CipUdpEntry
.1.3.6.1.4.1.9.9.32.1.4.1.1
cipUdpInDatagramsThe total number of UDP datagrams delivered to UDP users.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.4.1.1.1
cipUdpNoPortsThe total number of received UDP datagrams for which there was no application at the destination port.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.4.1.1.2
cipUdpInErrorsThe number of received UDP datagrams that could not be delivered for reasons other than the lack of an application at the destination port.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.4.1.1.3
cipUdpOutDatagramsThe total number of UDP datagrams sent from this entity.ro
Counter32
.1.3.6.1.4.1.9.9.32.1.4.1.1.4
cipUdpListenersTableThis table contains a list of parameters pertaining to the listeners for a particular UDP stack.
SEQUENCE OF CipUdpListenersEntry
.1.3.6.1.4.1.9.9.32.1.4.2
cipUdpListenersEntryA list of UDP listener values.
CipUdpListenersEntry
.1.3.6.1.4.1.9.9.32.1.4.2.1
cipUdpLocalPortThe local port number for this UDP listener.ro
INTEGER
.1.3.6.1.4.1.9.9.32.1.4.2.1.1
ciscoCipTcpIpMibConformance
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.32.2
ciscoCipTcpIpMibCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.32.2.1
ciscoCipTcpIpMibCompliance
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.32.2.1.1
ciscoCipTcpIpMibGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.32.2.2
ciscoCipTcpIpGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.32.2.2.1
CISCO-CIPTCPIP-MIB - SNMP MIB Reference | MIBs Explorer