MIBs Depot

CISCO-IETF-SCTP-MIB

Registered at
1.3.6.1.4.1.9.10.75
Last updated
2001-08-08 00:00
Organization
IETF SIGTRAN Working Group
Revisions
2001-08-08 00:00
Namespace
cisco
Source file
CISCO-IETF-SCTP-MIB
Digest
sha256:c78bb76cf51c76ee18bc58829c02d6320231eca304e90d417ae368f49560ecf4

Description

The MIB module for managing SCTP protocol (RFC 2960).

Contact

Maria-Carmen Belinchon-Vergara Jose-Javier Pastor-Balbas Postal: Ericsson Espana S. A. Ombu street 1, 4th floor 28045 Madrid Spain Phones: +34 91 339 3535 +34 91 339 3819 Emails: Maria.C.Belinchon@ericsson.com J.Javier.Pastor@ericsson.com cs-sctp@cisco.com

Imports

FromSymbols
CISCO-SMIciscoExperiment
INET-ADDRESS-MIBInetAddress, InetAddressType
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter64, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TimeStamp

Imported by

1 module(s) in this corpus import this one.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-IETF-SCTP-MIB
CISCO-SMI
INET-ADDRESS-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
InetPortNumber
TEXTUAL-CONVENTION
current

Objects

NameOIDSyntaxAccessStatus
cSctpObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.75.1
cSctpScalars
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.75.1.1
cSctpRtoAlgorithm
OBJECT-TYPE
The algorithm used to determine the timeout value (T3-rtx) used for re-transmitting unacknowledged chunks.
1.3.6.1.4.1.9.10.75.1.1.1INTEGER {other(1), vanj(2)}read-onlycurrent
cSctpRtoMin
OBJECT-TYPE
The minimum value permitted by a SCTP 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. Minimum recommended value is 1000 milliseconds. Some telephony applications could require less than 1 second, see [SIGAS] for further information.
1.3.6.1.4.1.9.10.75.1.1.2Unsigned32read-onlycurrent
cSctpRtoMax
OBJECT-TYPE
The maximum value permitted by a SCTP 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. Recommended value is 60000 milliseconds.
1.3.6.1.4.1.9.10.75.1.1.3Unsigned32read-onlycurrent
cSctpRtoInitial
OBJECT-TYPE
Initial value for the Retransmission timer. Recommended value is 3000 milliseconds.
1.3.6.1.4.1.9.10.75.1.1.4Unsigned32read-onlycurrent
cSctpMaxAssoc
OBJECT-TYPE
The limit on the total number of SCTP associations the entitycan support. In entities where the maximum number of associations is dynamic, this object should contain the value -1.
1.3.6.1.4.1.9.10.75.1.1.5Unsigned32read-onlycurrent
cSctpValCookieLife
OBJECT-TYPE
Valid cookie life in the 4-way start-up handshake procedure. Recommended value: 60000 milliseconds.
1.3.6.1.4.1.9.10.75.1.1.6Unsigned32read-onlycurrent
cSctpMaxInitRetr
OBJECT-TYPE
The maximum number of retransmissions at the start-up phase (INIT and COOKIE ECHO chunks). Recommended value: 8 attempts.
1.3.6.1.4.1.9.10.75.1.1.7Unsigned32read-onlycurrent
cSctpCurrEstab
OBJECT-TYPE
The number of SCTP associations for which the current state is either ESTABLISHED, SHUTDOWN-RECEIVED or SHUTDOWN-PENDING.
1.3.6.1.4.1.9.10.75.1.1.8Gauge32read-onlycurrent
cSctpActiveEstabs
OBJECT-TYPE
The number of times that SCTP associations have made a direct transition to the ESTABLISHED state from the COOKIE-ECHOED state: COOKIE-ECHOED -> ESTABLISHED. The upper layer has initiated the association attempt.
1.3.6.1.4.1.9.10.75.1.1.9Counter64read-onlycurrent
cSctpPassiveEstabs
OBJECT-TYPE
The number of times that SCTP associations have made a direct transition to the ESTABLISHED state from the CLOSED state: CLOSED -> ESTABLISHED. The remote endpoint has initiated the association attempt.
1.3.6.1.4.1.9.10.75.1.1.10Counter64read-onlycurrent
cSctpAborteds
OBJECT-TYPE
The number of times that SCTP associations have made a direct transition to the CLOSED state from any state using the primitive 'ABORT': AnyState --Abort--> CLOSED. Ungraceful termination of the association.
1.3.6.1.4.1.9.10.75.1.1.11Counter64read-onlycurrent
cSctpShutdowns
OBJECT-TYPE
The number of times that SCTP associations have made a direct transition to the CLOSED state from either the SHUTDOWN-SENT state or the SHUTDOWN-ACK-SENT state. Graceful termination of the association.
1.3.6.1.4.1.9.10.75.1.1.12Counter64read-onlycurrent
cSctpStatOutOfBlues
OBJECT-TYPE
Number of out of the blue packets (SCTP packet correctly formed -right checksum- but the receiver is not able to identify the association to which this packet belongs) received by the host.
1.3.6.1.4.1.9.10.75.1.1.13Counter64read-onlycurrent
cSctpStatChecksumErrors
OBJECT-TYPE
Number of SCTP packets received from the peers with an invalid checksum.
1.3.6.1.4.1.9.10.75.1.1.14Counter64read-onlycurrent
cSctpStatSentCtrlChunks
OBJECT-TYPE
Number of SCTP control chunks sent to the peers (no retransmissions included).
1.3.6.1.4.1.9.10.75.1.1.15Counter64read-onlycurrent
cSctpStatSentOrderChunks
OBJECT-TYPE
Number of SCTP ordered data chunks sent to the peers (no retransmissions included).
1.3.6.1.4.1.9.10.75.1.1.16Counter64read-onlycurrent
cSctpStatSentUnorderChunks
OBJECT-TYPE
Number of SCTP unordered chunks (data chunks in which the U bit is set to 1) sent to the peers (no retransmissions included).
1.3.6.1.4.1.9.10.75.1.1.17Counter64read-onlycurrent
cSctpStatRecCtrlChunks
OBJECT-TYPE
Number of SCTP control chunks received from the peers (no duplicated included).
1.3.6.1.4.1.9.10.75.1.1.18Counter64read-onlycurrent
cSctpStatRecOrderChunks
OBJECT-TYPE
Number of SCTP ordered data chunks received from the peers (no duplicated included).
1.3.6.1.4.1.9.10.75.1.1.19Counter64read-onlycurrent
cSctpStatRecUnorderChunks
OBJECT-TYPE
Number of SCTP unordered chunks (data chunks in which the U bit is set to 1) received from the peers (no duplicated included).
1.3.6.1.4.1.9.10.75.1.1.20Counter64read-onlycurrent
cSctpStatFragmentedUsrMessages
OBJECT-TYPE
Number of user messages that have to be fragmented because of the MTU.
1.3.6.1.4.1.9.10.75.1.1.21Counter64read-onlycurrent
cSctpStatReassembledUsrMessages
OBJECT-TYPE
Number of user messages reassembled.
1.3.6.1.4.1.9.10.75.1.1.22Counter64read-onlycurrent
cSctpStatSentSCTPPacks
OBJECT-TYPE
Number of SCTP packets received from the peers.
1.3.6.1.4.1.9.10.75.1.1.23Counter64read-onlycurrent
cSctpStatRecSCTPPacks
OBJECT-TYPE
Number of SCTP packets received from the peers.
1.3.6.1.4.1.9.10.75.1.1.24Counter64read-onlycurrent
cSctpTables
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.75.1.2
cSctpAssocTable
OBJECT-TYPE
A table containing SCTP association-specific information.
1.3.6.1.4.1.9.10.75.1.2.2not-accessiblecurrent
cSctpAssocEntry
OBJECT-TYPE
General common variables and statistics for the whole association.
1.3.6.1.4.1.9.10.75.1.2.2.1not-accessiblecurrent
cSctpAssocId
OBJECT-TYPE
Association Identification. Value identifying the association (typically the Initiate Verification Tag). If the selected AssocID is the Initiate Verification Tag, this value must not be zero.
1.3.6.1.4.1.9.10.75.1.2.2.1.1Unsigned32not-accessiblecurrent
cSctpAssocRemHostName
OBJECT-TYPE
Peer's DNS name. If no DNS domain name was received at init time (embedded in the INIT or INIT-ACK chunk) from the peer, this entry will be meaningless, therefore it will contain a NULL value. Otherwise, the remote host name received at init time will be stored.
1.3.6.1.4.1.9.10.75.1.2.2.1.2OCTET STRING (SIZE(0..255))read-onlycurrent
cSctpAssocLocalSCTPPort
OBJECT-TYPE
Local SCTP port number used for this association.
1.3.6.1.4.1.9.10.75.1.2.2.1.3InetPortNumberread-onlycurrent
cSctpAssocRemSCTPPort
OBJECT-TYPE
Remote SCTP port number used for this association.
1.3.6.1.4.1.9.10.75.1.2.2.1.4InetPortNumberread-onlycurrent
cSctpAssocRemPrimaryAddressType
OBJECT-TYPE
Internet type of primary destination IP address. - unknown (0) An unknown address type. This value MUST be used if the value of the corresponding InetAddress object is a zero-length string. It may also be used to indicate an IP address different from IPv4 or IPv6. This value is used in this MIB for error conditions. - ipv4 (1): An IPv4 address as defined by the InetAddressIPv4 textual convention [RFC2851]. - ipv6 (2): An IPv6 address as defined by the InetAddressIPv6 textual convention [RFC2851] This value will be filled in after INIT or INIT ACK messages have been received (when the primary path is selected by SCTP).
1.3.6.1.4.1.9.10.75.1.2.2.1.5InetAddressTyperead-onlycurrent
cSctpAssocRemPrimaryAddress
OBJECT-TYPE
Primary destination IP address. An InetAddress value is always interpreted within the context of an InetAddressType value. This value will be filled in after INIT or INIT ACK messages have been received (when the primary path is selected by SCTP).
1.3.6.1.4.1.9.10.75.1.2.2.1.6InetAddressread-onlycurrent
cSctpAssocHeartBeatTimer
OBJECT-TYPE
The current heartbeat time-out. The recommended default value is 30000 milliseconds.
1.3.6.1.4.1.9.10.75.1.2.2.1.8Unsigned32read-onlycurrent
cSctpAssocState
OBJECT-TYPE
The state of this SCTP association. As in TCP, the only value which may be set by a management station is deleteTCB. 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(9), then this has the effect of deleting the TCB (as defined in SCTP) of the corresponding association on the managed node, resulting in immediate termination of the association. As an implementation-specific option, an ABORT chunk may be sent from the managed node to the other SCTP endpoint.
1.3.6.1.4.1.9.10.75.1.2.2.1.9INTEGER {closed(1), cookieWait(2), cookieEchoed(3), established(4), shutdownPending(5), shutdownSent(6), shutdownReceived(7), shutdownAckSent(8), deleteTCB(9)}read-writecurrent
cSctpAssocInStreams
OBJECT-TYPE
Inbound Streams according to the negotiation at association start up. This parameter has to be read-only by the manager.
1.3.6.1.4.1.9.10.75.1.2.2.1.10Unsigned32read-onlycurrent
cSctpAssocOutStreams
OBJECT-TYPE
Outbound Streams according to the negotiation at association start up. This parameter has to be read-only by the manager.
1.3.6.1.4.1.9.10.75.1.2.2.1.11Unsigned32read-onlycurrent
cSctpAssocMaxRetr
OBJECT-TYPE
The maximum number of data retransmissions in the association context. This value is specific for each association and the upper layer can change it calling the appropriate primitives. This value has to be smaller than the addition of all the maximum number for all the paths (cSctpAssocRemAddressMaxPathRetrans). Recommended value: 10 attempts.
1.3.6.1.4.1.9.10.75.1.2.2.1.12Unsigned32read-onlycurrent
cSctpAssocT1expireds
OBJECT-TYPE
Number of times that T1 timer expired (timer for sending either INIT or COOKIE-ECHO chunks and receiving an acknowledgment).
1.3.6.1.4.1.9.10.75.1.2.2.1.13Counter64read-onlycurrent
cSctpAssocT2expireds
OBJECT-TYPE
Number of times that T2-shutdown timer expired (shutdown timer).
1.3.6.1.4.1.9.10.75.1.2.2.1.14Counter64read-onlycurrent
cSctpAssocRtxChunks
OBJECT-TYPE
Number of data chunks retransmitted to the peer in the current association.
1.3.6.1.4.1.9.10.75.1.2.2.1.15Counter64read-onlycurrent
cSctpAssocStartTime
OBJECT-TYPE
The value of SysUpTime at the time that this row was created.
1.3.6.1.4.1.9.10.75.1.2.2.1.17TimeStampread-onlycurrent
cSctpAssocLocalAddressTable
OBJECT-TYPE
Expanded table of cSctpAssocTable based on the AssocId index. It shows several interesting data for each local address which takes part in this association.
1.3.6.1.4.1.9.10.75.1.2.3not-accessiblecurrent
cSctpAssocLocalAddressEntry
OBJECT-TYPE
Local information about the available addresses.
1.3.6.1.4.1.9.10.75.1.2.3.1not-accessiblecurrent
cSctpAssocLocalAddressIPType
OBJECT-TYPE
Internet type of local IP address used for this association. - unknown (0) An unknown address type. This value MUST be used if the value of the corresponding InetAddress object is a zero-length string. It may also be used to indicate an IP address different from IPv4 or IPv6. This value is used in this MIB for error conditions. - ipv4 (1): An IPv4 address as defined by the InetAddressIPv4 textual convention [RFC2851]. - ipv6 (2): An IPv6 address as defined by the InetAddressIPv6 textual convention [RFC2851].
1.3.6.1.4.1.9.10.75.1.2.3.1.1InetAddressTypenot-accessiblecurrent
cSctpAssocLocalAddressIP
OBJECT-TYPE
The value of a local IP address available for this association. An InetAddress value is always interpreted within the context of an InetAddressType value. If SCTP are using DNS names, the mapping to IP address-es will be done at reception of INIT or INIT_ACK messages.
1.3.6.1.4.1.9.10.75.1.2.3.1.2InetAddressnot-accessiblecurrent
cSctpAssocLocalAddressStartTime
OBJECT-TYPE
The value of SysUpTime at the time that this row was created.
1.3.6.1.4.1.9.10.75.1.2.3.1.3TimeStampread-onlycurrent
cSctpAssocRemAddressTable
OBJECT-TYPE
Expanded table of cSctpAssocTable based on the AssocId index. It shows several interesting data for each remote peer IP address which is used in this association.
1.3.6.1.4.1.9.10.75.1.2.4not-accessiblecurrent
cSctpAssocRemAddressEntry
OBJECT-TYPE
Information about THE most important variables for every remote IP address
1.3.6.1.4.1.9.10.75.1.2.4.1not-accessiblecurrent
cSctpAssocRemAddressIPType
OBJECT-TYPE
Internet type of a remote IP address available for this association. - unknown (0) An unknown address type. This value MUST be used if the value of the corresponding InetAddress object is a zero-length string. It may also be used to indicate an IP address different from IPv4 or IPv6. This value is used in this MIB for error conditions. - ipv4 (1): An IPv4 address as defined by the InetAddressIPv4 textual convention [RFC2851]. - ipv6 (2): An IPv6 address as defined by the InetAddressIPv6 textual convention [RFC2851].
1.3.6.1.4.1.9.10.75.1.2.4.1.1InetAddressTypenot-accessiblecurrent
cSctpAssocRemAddressIP
OBJECT-TYPE
The value of a remote IP address available for this association. An InetAddress value is always interpreted within the context of an InetAddressType value.
1.3.6.1.4.1.9.10.75.1.2.4.1.2InetAddressnot-accessiblecurrent
cSctpAssocRemAddressStatus
OBJECT-TYPE
The current status of the remote transport address, according to [SCTP]. Active means that the threshold of no answer received from this IP address has not been reached. Inactive means that either no heartbeat was received from this address, or any other message, reaching the threshold defined by the protocol.
1.3.6.1.4.1.9.10.75.1.2.4.1.3INTEGER {active(0), inactive(1)}read-onlycurrent
cSctpAssocRemAddressHBFlag
OBJECT-TYPE
The optional Heartbeat associated to one destination transport address could be active or not (value equal to 0 or 1, respectively). An active destination transport address is the one considered available by a peer endpoint for receiving SCTP packets, as it is described in [cSctp].
1.3.6.1.4.1.9.10.75.1.2.4.1.4INTEGER {active(0), inactive(1)}read-onlycurrent
cSctpAssocRemAddressRTO
OBJECT-TYPE
The current Retransmission Timeout. T3-rtx timer as defined in the protocol SCTP.
1.3.6.1.4.1.9.10.75.1.2.4.1.5Unsigned32read-onlycurrent
cSctpAssocRemAddressMaxPathRtx
OBJECT-TYPE
Maximum number of DATA retransmissions allowed to a remote IP address before it is considered inactive, as defined in [cSctp]. Recommended value 5 attempts.
1.3.6.1.4.1.9.10.75.1.2.4.1.6Unsigned32read-onlycurrent
cSctpAssocRemAddressRtx
OBJECT-TYPE
Number of DATA retransmissions as defined in [cSctp].
1.3.6.1.4.1.9.10.75.1.2.4.1.7Counter64read-onlycurrent
cSctpAssocRemAddressStartTime
OBJECT-TYPE
The value of SysUpTime at the time that this row was created.
1.3.6.1.4.1.9.10.75.1.2.4.1.8TimeStampread-onlycurrent
cSctpLookupLocalPortTable
OBJECT-TYPE
With the use of this table, a list of associations which use that local port can be got
1.3.6.1.4.1.9.10.75.1.2.5not-accessiblecurrent
cSctpLookupLocalPortEntry
OBJECT-TYPE
This table is indexed by local port and association ID. Specifying a local port, we would get a list of the associations whose local port is the one specified
1.3.6.1.4.1.9.10.75.1.2.5.1not-accessiblecurrent
cSctpLookupLocalPortStartTime
OBJECT-TYPE
The value of SysUpTime at the time that this row was created.
1.3.6.1.4.1.9.10.75.1.2.5.1.1TimeStampread-onlycurrent
cSctpLookupRemPortTable
OBJECT-TYPE
With the use of this table, a list of associations which use that remote port can be got
1.3.6.1.4.1.9.10.75.1.2.6not-accessiblecurrent
cSctpLookupRemPortEntry
OBJECT-TYPE
This table is indexed by remote port and association ID. Specifying a remote port we would get a list of the associations whose local port is the one specified
1.3.6.1.4.1.9.10.75.1.2.6.1not-accessiblecurrent
cSctpLookupRemPortStartTime
OBJECT-TYPE
The value of SysUpTime at the time that this row was created.
1.3.6.1.4.1.9.10.75.1.2.6.1.1TimeStampread-onlycurrent
cSctpLookupRemHostNameTable
OBJECT-TYPE
With the use of this table, a list of associations with that particular host can be got
1.3.6.1.4.1.9.10.75.1.2.7not-accessiblecurrent
cSctpLookupRemHostNameEntry
OBJECT-TYPE
This table is indexed by remote host name and association ID. Specifying a host name we would get a list of the associations specifying that host name as the remote one
1.3.6.1.4.1.9.10.75.1.2.7.1not-accessiblecurrent
cSctpLookupRemHostNameStartTime
OBJECT-TYPE
The value of SysUpTime at the time that this row was created.
1.3.6.1.4.1.9.10.75.1.2.7.1.1TimeStampread-onlycurrent
cSctpLookupRemPrimIPAddrTable
OBJECT-TYPE
With the use of this table, it can be got a list of associations that have that the specified IP address as primary within the remote set of active addresses
1.3.6.1.4.1.9.10.75.1.2.8not-accessiblecurrent
cSctpLookupRemPrimIPAddrEntry
OBJECT-TYPE
This table is indexed by primary address and association ID. Specifying a primary address, we would get a list of the associations that have the specified remote IP address marked as primary.
1.3.6.1.4.1.9.10.75.1.2.8.1not-accessiblecurrent
cSctpLookupRemPrimIPAddrStartTime
OBJECT-TYPE
The value of SysUpTime at the time that this row was created.
1.3.6.1.4.1.9.10.75.1.2.8.1.1TimeStampread-onlycurrent
cSctpLookupRemIPAddrTable
OBJECT-TYPE
With the use of this table, a list of associations that have the specified IP address as one of the remote ones can be got.
1.3.6.1.4.1.9.10.75.1.2.9not-accessiblecurrent
cSctpLookupRemIPAddrEntry
OBJECT-TYPE
This table is indexed by a remote IP address and association ID. Specifying an IP address we would get a list of the associations that have the specified IP address included within the set of remote IP addresses
1.3.6.1.4.1.9.10.75.1.2.9.1not-accessiblecurrent
cSctpLookupRemIPAddrStartTime
OBJECT-TYPE
The value of SysUpTime at the time that this row was created.
1.3.6.1.4.1.9.10.75.1.2.9.1.1TimeStampread-onlycurrent
cSctpConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.75.2
cSctpGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.75.2.1
cSctpCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.75.2.2

Conformance

NameOIDStatus
cSctpGeneralVariablesGroup
OBJECT-GROUP
Common parameters for all the associations. They can usually be referred as configuration parameters
1.3.6.1.4.1.9.10.75.2.1.1current
cSctpStateStatGroup
OBJECT-GROUP
The cSctp group of objects to control state changes in the SCTP protocol local layer. They include the data for all the associations.
1.3.6.1.4.1.9.10.75.2.1.2current
cSctpOtherStatGroup
OBJECT-GROUP
The cSctp group of objects providing for management of SCTP most common statistics for the local SCTP layer.
1.3.6.1.4.1.9.10.75.2.1.3current
cSctpAssocTablesVariablesGroup
OBJECT-GROUP
The sctp group of objects to manage specific local and remote SCTP variables (local and remote tables). These variables include all the SCTP basic features.
1.3.6.1.4.1.9.10.75.2.1.4current
cSctpAssocStatGroup
OBJECT-GROUP
The cSctp group of objects to manage SCTP statistics related to the remote endpoint.
1.3.6.1.4.1.9.10.75.2.1.5current
cSctpInverseGroup
OBJECT-GROUP
Objects used in the inverse lookup table.
1.3.6.1.4.1.9.10.75.2.1.6current
cSctpCompliance
MODULE-COMPLIANCE
The compliance statement for SNMPv3 entities which implement SCTP. As a remark, the not-accessible objects: cSctpAssocLocalAddressIPType and cSctpAssocRemAddressIPType do not support the dns(4)type since the use of the host names is limited to first stage, when the association is being established. cSctpAssocLocalAddressIP and cSctpAssocRemAddressIP will only accept the size of 4 or 16 because it is only required to support IPv4 and unique IPv6 addresses.
1.3.6.1.4.1.9.10.75.2.2.1current