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
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoExperiment |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter64, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| InetPortNumber TEXTUAL-CONVENTION | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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.1 | INTEGER {other(1), vanj(2)} | read-only | current |
| 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.2 | Unsigned32 | read-only | current |
| 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.3 | Unsigned32 | read-only | current |
| 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.4 | Unsigned32 | read-only | current |
| 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.5 | Unsigned32 | read-only | current |
| 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.6 | Unsigned32 | read-only | current |
| 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.7 | Unsigned32 | read-only | current |
| 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.8 | Gauge32 | read-only | current |
| 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.9 | Counter64 | read-only | current |
| 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.10 | Counter64 | read-only | current |
| 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.11 | Counter64 | read-only | current |
| 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.12 | Counter64 | read-only | current |
| 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.13 | Counter64 | read-only | current |
| 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.14 | Counter64 | read-only | current |
| 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.15 | Counter64 | read-only | current |
| 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.16 | Counter64 | read-only | current |
| 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.17 | Counter64 | read-only | current |
| 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.18 | Counter64 | read-only | current |
| 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.19 | Counter64 | read-only | current |
| 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.20 | Counter64 | read-only | current |
| 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.21 | Counter64 | read-only | current |
| cSctpStatReassembledUsrMessages OBJECT-TYPE Number of user messages reassembled. | 1.3.6.1.4.1.9.10.75.1.1.22 | Counter64 | read-only | current |
| cSctpStatSentSCTPPacks OBJECT-TYPE Number of SCTP packets received from the peers. | 1.3.6.1.4.1.9.10.75.1.1.23 | Counter64 | read-only | current |
| cSctpStatRecSCTPPacks OBJECT-TYPE Number of SCTP packets received from the peers. | 1.3.6.1.4.1.9.10.75.1.1.24 | Counter64 | read-only | current |
| 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.2 | not-accessible | current | |
| cSctpAssocEntry OBJECT-TYPE General common variables and statistics for the whole association. | 1.3.6.1.4.1.9.10.75.1.2.2.1 | not-accessible | current | |
| 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.1 | Unsigned32 | not-accessible | current |
| 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.2 | OCTET STRING (SIZE(0..255)) | read-only | current |
| cSctpAssocLocalSCTPPort OBJECT-TYPE Local SCTP port number used for this association. | 1.3.6.1.4.1.9.10.75.1.2.2.1.3 | InetPortNumber | read-only | current |
| cSctpAssocRemSCTPPort OBJECT-TYPE Remote SCTP port number used for this association. | 1.3.6.1.4.1.9.10.75.1.2.2.1.4 | InetPortNumber | read-only | current |
| 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.5 | InetAddressType | read-only | current |
| 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.6 | InetAddress | read-only | current |
| 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.8 | Unsigned32 | read-only | current |
| 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.9 | INTEGER {closed(1), cookieWait(2), cookieEchoed(3), established(4), shutdownPending(5), shutdownSent(6), shutdownReceived(7), shutdownAckSent(8), deleteTCB(9)} | read-write | current |
| 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.10 | Unsigned32 | read-only | current |
| 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.11 | Unsigned32 | read-only | current |
| 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.12 | Unsigned32 | read-only | current |
| 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.13 | Counter64 | read-only | current |
| 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.14 | Counter64 | read-only | current |
| 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.15 | Counter64 | read-only | current |
| 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.17 | TimeStamp | read-only | current |
| 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.3 | not-accessible | current | |
| cSctpAssocLocalAddressEntry OBJECT-TYPE Local information about the available addresses. | 1.3.6.1.4.1.9.10.75.1.2.3.1 | not-accessible | current | |
| 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.1 | InetAddressType | not-accessible | current |
| 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.2 | InetAddress | not-accessible | current |
| 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.3 | TimeStamp | read-only | current |
| 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.4 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | InetAddressType | not-accessible | current |
| 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.2 | InetAddress | not-accessible | current |
| 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.3 | INTEGER {active(0), inactive(1)} | read-only | current |
| 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.4 | INTEGER {active(0), inactive(1)} | read-only | current |
| 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.5 | Unsigned32 | read-only | current |
| 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.6 | Unsigned32 | read-only | current |
| cSctpAssocRemAddressRtx OBJECT-TYPE Number of DATA retransmissions as defined in [cSctp]. | 1.3.6.1.4.1.9.10.75.1.2.4.1.7 | Counter64 | read-only | current |
| 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.8 | TimeStamp | read-only | current |
| 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.5 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | TimeStamp | read-only | current |
| 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.6 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | TimeStamp | read-only | current |
| 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.7 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | TimeStamp | read-only | current |
| 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.8 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | TimeStamp | read-only | current |
| 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.9 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | TimeStamp | read-only | current |
| 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
| Name | OID | Status |
|---|---|---|
| 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.1 | current |
| 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.2 | current |
| 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.3 | current |
| 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.4 | current |
| 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.5 | current |
| cSctpInverseGroup OBJECT-GROUP Objects used in the inverse lookup table. | 1.3.6.1.4.1.9.10.75.2.1.6 | current |
| 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.1 | current |