MIBs Depot

CISCO-CIPTCPIP-MIB

Registered at
1.3.6.1.4.1.9.9.32
Last updated
1995-08-21 00:00
Organization
cisco IBM engineering Working Group
Revisions
1998-01-06 00:00, 1995-08-21 00:00, 1995-04-28 00:00
Namespace
cisco
Source file
CISCO-CIPTCPIP-MIB
Digest
sha256:2ea214f9f1a35d4984ae0d16f9de424154f4d97822251b070aba20ff06c35a83

Description

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.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-snmp@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
IF-MIBifIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Counter64, Gauge32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

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-CIPTCPIP-MIB
CISCO-SMI
IANAifType-MIB
IF-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
cipTcpIpObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.32.1
cipIpObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.32.1.1
cipIpTable
OBJECT-TYPE
This 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).
1.3.6.1.4.1.9.9.32.1.1.1not-accessiblecurrent
cipIpEntry
OBJECT-TYPE
A list of IP stack values.
1.3.6.1.4.1.9.9.32.1.1.1.1not-accessiblecurrent
cipIpAddress
OBJECT-TYPE
The IP address for this IP stack.
1.3.6.1.4.1.9.9.32.1.1.1.1.1IpAddressnot-accessiblecurrent
cipIpForwarding
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.32.1.1.1.1.2INTEGER {forwarding(1), notForwarding(2)}read-writecurrent
cipIpDefaultTTL
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.32.1.1.1.1.3INTEGER (1..255)read-writecurrent
cipIpInReceives
OBJECT-TYPE
The total number of input datagrams received from interfaces, including those received in error, for this IP Address instance.
1.3.6.1.4.1.9.9.32.1.1.1.1.4Counter32read-onlycurrent
cipIpInHdrErrors
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.32.1.1.1.1.5Counter32read-onlycurrent
cipIpInAddrErrors
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.32.1.1.1.1.6Counter32read-onlycurrent
cipIpForwDatagrams
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.32.1.1.1.1.7Counter32read-onlycurrent
cipIpInUnknownProtos
OBJECT-TYPE
The number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol.
1.3.6.1.4.1.9.9.32.1.1.1.1.8Counter32read-onlycurrent
cipIpInDiscards
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.32.1.1.1.1.9Counter32read-onlycurrent
cipIpInDelivers
OBJECT-TYPE
The total number of input datagrams successfully delivered to IP user-protocols (including ICMP).
1.3.6.1.4.1.9.9.32.1.1.1.1.10Counter32read-onlycurrent
cipIpOutRequests
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.32.1.1.1.1.11Counter32read-onlycurrent
cipIpOutDiscards
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.32.1.1.1.1.12Counter32read-onlycurrent
cipIpOutNoRoutes
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.32.1.1.1.1.13Counter32read-onlycurrent
cipIpReasmTimeout
OBJECT-TYPE
The maximum number of seconds which received fragments are held while they are awaiting reassembly at this entity.
1.3.6.1.4.1.9.9.32.1.1.1.1.14Integer32read-onlycurrent
cipIpReasmReqds
OBJECT-TYPE
The number of IP fragments received which needed to be reassembled at this entity.
1.3.6.1.4.1.9.9.32.1.1.1.1.15Counter32read-onlycurrent
cipIpReasmOKs
OBJECT-TYPE
The number of IP datagrams successfully re- assembled.
1.3.6.1.4.1.9.9.32.1.1.1.1.16Counter32read-onlycurrent
cipIpReasmFails
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.32.1.1.1.1.17Counter32read-onlycurrent
cipIpFragOKs
OBJECT-TYPE
The number of IP datagrams that have been successfully fragmented at this entity.
1.3.6.1.4.1.9.9.32.1.1.1.1.18Counter32read-onlycurrent
cipIpFragFails
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.32.1.1.1.1.19Counter32read-onlycurrent
cipIpFragCreates
OBJECT-TYPE
The number of IP datagram fragments that have been generated as a result of fragmentation at this entity.
1.3.6.1.4.1.9.9.32.1.1.1.1.20Counter32read-onlycurrent
cipIpRoutingDiscards
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.32.1.1.1.1.21Counter32read-onlycurrent
cipTcpObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.32.1.2
cipTcpStackTable
OBJECT-TYPE
This 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).
1.3.6.1.4.1.9.9.32.1.2.1not-accessiblecurrent
cipTcpStackEntry
OBJECT-TYPE
A list of TCP stack values.
1.3.6.1.4.1.9.9.32.1.2.1.1not-accessiblecurrent
cipTcpRtoAlgorithm
OBJECT-TYPE
The algorithm used to determine the timeout value used for retransmitting unacknowledged octets.
1.3.6.1.4.1.9.9.32.1.2.1.1.1INTEGER {other(1), constant(2), rsre(3), vanj(4)}read-onlycurrent
cipTcpRtoMin
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.32.1.2.1.1.2Integer32read-onlycurrent
cipTcpRtoMax
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.32.1.2.1.1.3Integer32read-onlycurrent
cipTcpMaxConn
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.32.1.2.1.1.4Integer32read-onlycurrent
cipTcpActiveOpens
OBJECT-TYPE
The number of times TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state.
1.3.6.1.4.1.9.9.32.1.2.1.1.5Counter32read-onlycurrent
cipTcpPassiveOpens
OBJECT-TYPE
The number of times TCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state.
1.3.6.1.4.1.9.9.32.1.2.1.1.6Counter32read-onlycurrent
cipTcpAttemptFails
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.32.1.2.1.1.7Counter32read-onlycurrent
cipTcpEstabResets
OBJECT-TYPE
The number of times TCP connections have made a direct transition to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT state.
1.3.6.1.4.1.9.9.32.1.2.1.1.8Counter32read-onlycurrent
cipTcpCurrEstab
OBJECT-TYPE
The number of TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT.
1.3.6.1.4.1.9.9.32.1.2.1.1.9Gauge32read-onlycurrent
cipTcpInSegs
OBJECT-TYPE
The total number of segments received, including those received in error. This count includes segments received on currently established connections.
1.3.6.1.4.1.9.9.32.1.2.1.1.10Counter32read-onlycurrent
cipTcpOutSegs
OBJECT-TYPE
The total number of segments sent, including those on current connections but excluding those containing only retransmitted octets.
1.3.6.1.4.1.9.9.32.1.2.1.1.11Counter32read-onlycurrent
cipTcpRetransSegs
OBJECT-TYPE
The total number of segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets.
1.3.6.1.4.1.9.9.32.1.2.1.1.12Counter32read-onlycurrent
cipTcpInErrs
OBJECT-TYPE
The total number of segments received in error (e.g., bad TCP checksums).
1.3.6.1.4.1.9.9.32.1.2.1.1.13Counter32read-onlycurrent
cipTcpOutRsts
OBJECT-TYPE
The number of TCP segments sent containing the RST flag.
1.3.6.1.4.1.9.9.32.1.2.1.1.14Counter32read-onlycurrent
cipTcpConnTable
OBJECT-TYPE
This table contains a list of parameters pertaining to the connections for a particular TCP Offload stack.
1.3.6.1.4.1.9.9.32.1.2.2not-accessiblecurrent
cipTcpConnEntry
OBJECT-TYPE
A list of TCP connection values.
1.3.6.1.4.1.9.9.32.1.2.2.1not-accessiblecurrent
cipTcpConnLocalPort
OBJECT-TYPE
The local port number for this TCP connection.
1.3.6.1.4.1.9.9.32.1.2.2.1.1INTEGER (0..65535)not-accessiblecurrent
cipTcpConnRemAddress
OBJECT-TYPE
The remote IP address for this TCP connection.
1.3.6.1.4.1.9.9.32.1.2.2.1.2IpAddressnot-accessiblecurrent
cipTcpConnRemPort
OBJECT-TYPE
The remote port number for this TCP connection.
1.3.6.1.4.1.9.9.32.1.2.2.1.3INTEGER (0..65535)not-accessiblecurrent
cipTcpConnState
OBJECT-TYPE
The 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).
1.3.6.1.4.1.9.9.32.1.2.2.1.4INTEGER {closed(1), listen(2), synSent(3), synReceived(4), established(5), finWait1(6), finWait2(7), closeWait(8), lastAck(9), closing(10), timeWait(11), deleteTCB(12)}read-writecurrent
cipTcpConnInHCBytes
OBJECT-TYPE
The number of bytes sent for this TCP connection. NOTE: This is a 64 bit (High Capacity) version of the cipCardCsnaStatsBytesTxd counter for use with SNMP Version 2 Managers
1.3.6.1.4.1.9.9.32.1.2.2.1.5Counter64read-onlycurrent
cipTcpConnInBytes
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.32.1.2.2.1.6Counter32read-onlycurrent
cipTcpConnOutHCBytes
OBJECT-TYPE
The number of bytes received for this TCP connection. NOTE: This is a 64 bit (High Capacity) version of the cipCardCsnaStatsBytesTxd counter for use with SNMP Version 2 Managers
1.3.6.1.4.1.9.9.32.1.2.2.1.7Counter64read-onlycurrent
cipTcpConnOutBytes
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.32.1.2.2.1.8Counter32read-onlycurrent
cipIcmpObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.32.1.3
cipIcmpTable
OBJECT-TYPE
This 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).
1.3.6.1.4.1.9.9.32.1.3.1not-accessiblecurrent
cipIcmpEntry
OBJECT-TYPE
A list of ICMP values.
1.3.6.1.4.1.9.9.32.1.3.1.1not-accessiblecurrent
cipIcmpInMsgs
OBJECT-TYPE
The total number of ICMP messages which the entity received. Note that this counter includes all those counted by icmpInErrors.
1.3.6.1.4.1.9.9.32.1.3.1.1.1Counter32read-onlycurrent
cipIcmpInErrors
OBJECT-TYPE
The number of ICMP messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.).
1.3.6.1.4.1.9.9.32.1.3.1.1.2Counter32read-onlycurrent
cipIcmpInDestUnreachs
OBJECT-TYPE
The number of ICMP Destination Unreachable messages received.
1.3.6.1.4.1.9.9.32.1.3.1.1.3Counter32read-onlycurrent
cipIcmpInTimeExcds
OBJECT-TYPE
The number of ICMP Time Exceeded messages received.
1.3.6.1.4.1.9.9.32.1.3.1.1.4Counter32read-onlycurrent
cipIcmpInParmProbs
OBJECT-TYPE
The number of ICMP Parameter Problem messages received.
1.3.6.1.4.1.9.9.32.1.3.1.1.5Counter32read-onlycurrent
cipIcmpInSrcQuenchs
OBJECT-TYPE
The number of ICMP Source Quench messages received.
1.3.6.1.4.1.9.9.32.1.3.1.1.6Counter32read-onlycurrent
cipIcmpInRedirects
OBJECT-TYPE
The number of ICMP Redirect messages received.
1.3.6.1.4.1.9.9.32.1.3.1.1.7Counter32read-onlycurrent
cipIcmpInEchos
OBJECT-TYPE
The number of ICMP Echo (request) messages received.
1.3.6.1.4.1.9.9.32.1.3.1.1.8Counter32read-onlycurrent
cipIcmpInAddrMaskReps
OBJECT-TYPE
The number of ICMP Address Mask Reply messages received.
1.3.6.1.4.1.9.9.32.1.3.1.1.9Counter32read-onlycurrent
cipIcmpOutMsgs
OBJECT-TYPE
The total number of ICMP messages which this entity attempted to send. Note that this counter includes all those counted by icmpOutErrors.
1.3.6.1.4.1.9.9.32.1.3.1.1.10Counter32read-onlycurrent
cipIcmpOutErrors
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.32.1.3.1.1.11Counter32read-onlycurrent
cipIcmpOutDestUnreachs
OBJECT-TYPE
The number of ICMP Destination Unreachable messages sent.
1.3.6.1.4.1.9.9.32.1.3.1.1.12Counter32read-onlycurrent
cipIcmpOutEchos
OBJECT-TYPE
The number of ICMP Echo (request) messages sent.
1.3.6.1.4.1.9.9.32.1.3.1.1.13Counter32read-onlycurrent
cipIcmpOutEchoReps
OBJECT-TYPE
The number of ICMP Echo Reply messages sent.
1.3.6.1.4.1.9.9.32.1.3.1.1.14Counter32read-onlycurrent
cipIcmpOutTimestamps
OBJECT-TYPE
The number of ICMP Timestamp (request) messages sent.
1.3.6.1.4.1.9.9.32.1.3.1.1.15Counter32read-onlycurrent
cipIcmpOutTimestampReps
OBJECT-TYPE
The number of ICMP Timestamp Reply messages sent.
1.3.6.1.4.1.9.9.32.1.3.1.1.16Counter32read-onlycurrent
cipIcmpOutAddrMasks
OBJECT-TYPE
The number of ICMP Address Mask Request messages sent.
1.3.6.1.4.1.9.9.32.1.3.1.1.17Counter32read-onlycurrent
cipIcmpOutAddrMaskReps
OBJECT-TYPE
The number of ICMP Address Mask Reply messages sent.
1.3.6.1.4.1.9.9.32.1.3.1.1.18Counter32read-onlycurrent
cipUdpObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.32.1.4
cipUdpTable
OBJECT-TYPE
This 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).
1.3.6.1.4.1.9.9.32.1.4.1not-accessiblecurrent
cipUdpEntry
OBJECT-TYPE
A list of UDP stack values.
1.3.6.1.4.1.9.9.32.1.4.1.1not-accessiblecurrent
cipUdpInDatagrams
OBJECT-TYPE
The total number of UDP datagrams delivered to UDP users.
1.3.6.1.4.1.9.9.32.1.4.1.1.1Counter32read-onlycurrent
cipUdpNoPorts
OBJECT-TYPE
The total number of received UDP datagrams for which there was no application at the destination port.
1.3.6.1.4.1.9.9.32.1.4.1.1.2Counter32read-onlycurrent
cipUdpInErrors
OBJECT-TYPE
The number of received UDP datagrams that could not be delivered for reasons other than the lack of an application at the destination port.
1.3.6.1.4.1.9.9.32.1.4.1.1.3Counter32read-onlycurrent
cipUdpOutDatagrams
OBJECT-TYPE
The total number of UDP datagrams sent from this entity.
1.3.6.1.4.1.9.9.32.1.4.1.1.4Counter32read-onlycurrent
cipUdpListenersTable
OBJECT-TYPE
This table contains a list of parameters pertaining to the listeners for a particular UDP stack.
1.3.6.1.4.1.9.9.32.1.4.2not-accessiblecurrent
cipUdpListenersEntry
OBJECT-TYPE
A list of UDP listener values.
1.3.6.1.4.1.9.9.32.1.4.2.1not-accessiblecurrent
cipUdpLocalPort
OBJECT-TYPE
The local port number for this UDP listener.
1.3.6.1.4.1.9.9.32.1.4.2.1.1INTEGER (0..65535)read-onlycurrent
ciscoCipTcpIpMibConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.32.2
ciscoCipTcpIpMibCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.32.2.1
ciscoCipTcpIpMibGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.32.2.2

Conformance

NameOIDStatus
ciscoCipTcpIpMibCompliance
MODULE-COMPLIANCE
The compliance statement for the CMCC TCP/IP Stack.
1.3.6.1.4.1.9.9.32.2.1.1current
ciscoCipTcpIpGroup
OBJECT-GROUP
A collection of objects providing information for the CMCC TCP/IP protocol stacks.
1.3.6.1.4.1.9.9.32.2.2.1current