CISCO-IETF-SCTP-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-IETF-SCTP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 cSctpMIB 1.3.6.1.4.1.9.10.75
The MIB module for managing SCTP protocol (RFC 2960).
       cSctpObjects 1.3.6.1.4.1.9.10.75.1
           cSctpScalars 1.3.6.1.4.1.9.10.75.1.1
               cSctpRtoAlgorithm 1.3.6.1.4.1.9.10.75.1.1.1 integer read-only
The algorithm used to determine the timeout value (T3-rtx) used for re-transmitting unacknowledged chunks. Enumeration: 'vanj': 2, 'other': 1.
               cSctpRtoMin 1.3.6.1.4.1.9.10.75.1.1.2 unsigned32 read-only
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.
               cSctpRtoMax 1.3.6.1.4.1.9.10.75.1.1.3 unsigned32 read-only
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.
               cSctpRtoInitial 1.3.6.1.4.1.9.10.75.1.1.4 unsigned32 read-only
Initial value for the Retransmission timer. Recommended value is 3000 milliseconds.
               cSctpMaxAssoc 1.3.6.1.4.1.9.10.75.1.1.5 unsigned32 read-only
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.
               cSctpValCookieLife 1.3.6.1.4.1.9.10.75.1.1.6 unsigned32 read-only
Valid cookie life in the 4-way start-up handshake procedure. Recommended value: 60000 milliseconds.
               cSctpMaxInitRetr 1.3.6.1.4.1.9.10.75.1.1.7 unsigned32 read-only
The maximum number of retransmissions at the start-up phase (INIT and COOKIE ECHO chunks). Recommended value: 8 attempts.
               cSctpCurrEstab 1.3.6.1.4.1.9.10.75.1.1.8 gauge32 read-only
The number of SCTP associations for which the current state is either ESTABLISHED, SHUTDOWN-RECEIVED or SHUTDOWN-PENDING.
               cSctpActiveEstabs 1.3.6.1.4.1.9.10.75.1.1.9 counter64 read-only
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.
               cSctpPassiveEstabs 1.3.6.1.4.1.9.10.75.1.1.10 counter64 read-only
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.
               cSctpAborteds 1.3.6.1.4.1.9.10.75.1.1.11 counter64 read-only
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.
               cSctpShutdowns 1.3.6.1.4.1.9.10.75.1.1.12 counter64 read-only
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.
               cSctpStatOutOfBlues 1.3.6.1.4.1.9.10.75.1.1.13 counter64 read-only
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.
               cSctpStatChecksumErrors 1.3.6.1.4.1.9.10.75.1.1.14 counter64 read-only
Number of SCTP packets received from the peers with an invalid checksum.
               cSctpStatSentCtrlChunks 1.3.6.1.4.1.9.10.75.1.1.15 counter64 read-only
Number of SCTP control chunks sent to the peers (no retransmissions included).
               cSctpStatSentOrderChunks 1.3.6.1.4.1.9.10.75.1.1.16 counter64 read-only
Number of SCTP ordered data chunks sent to the peers (no retransmissions included).
               cSctpStatSentUnorderChunks 1.3.6.1.4.1.9.10.75.1.1.17 counter64 read-only
Number of SCTP unordered chunks (data chunks in which the U bit is set to 1) sent to the peers (no retransmissions included).
               cSctpStatRecCtrlChunks 1.3.6.1.4.1.9.10.75.1.1.18 counter64 read-only
Number of SCTP control chunks received from the peers (no duplicated included).
               cSctpStatRecOrderChunks 1.3.6.1.4.1.9.10.75.1.1.19 counter64 read-only
Number of SCTP ordered data chunks received from the peers (no duplicated included).
               cSctpStatRecUnorderChunks 1.3.6.1.4.1.9.10.75.1.1.20 counter64 read-only
Number of SCTP unordered chunks (data chunks in which the U bit is set to 1) received from the peers (no duplicated included).
               cSctpStatFragmentedUsrMessages 1.3.6.1.4.1.9.10.75.1.1.21 counter64 read-only
Number of user messages that have to be fragmented because of the MTU.
               cSctpStatReassembledUsrMessages 1.3.6.1.4.1.9.10.75.1.1.22 counter64 read-only
Number of user messages reassembled.
               cSctpStatSentSCTPPacks 1.3.6.1.4.1.9.10.75.1.1.23 counter64 read-only
Number of SCTP packets received from the peers.
               cSctpStatRecSCTPPacks 1.3.6.1.4.1.9.10.75.1.1.24 counter64 read-only
Number of SCTP packets received from the peers.
           cSctpTables 1.3.6.1.4.1.9.10.75.1.2
               cSctpAssocTable 1.3.6.1.4.1.9.10.75.1.2.2 no-access
A table containing SCTP association-specific information.
                   cSctpAssocEntry 1.3.6.1.4.1.9.10.75.1.2.2.1 no-access
General common variables and statistics for the whole association.
                       cSctpAssocId 1.3.6.1.4.1.9.10.75.1.2.2.1.1 unsigned32 no-access
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.
                       cSctpAssocRemHostName 1.3.6.1.4.1.9.10.75.1.2.2.1.2 octet string read-only
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.
                       cSctpAssocLocalSCTPPort 1.3.6.1.4.1.9.10.75.1.2.2.1.3 inetportnumber read-only
Local SCTP port number used for this association.
                       cSctpAssocRemSCTPPort 1.3.6.1.4.1.9.10.75.1.2.2.1.4 inetportnumber read-only
Remote SCTP port number used for this association.
                       cSctpAssocRemPrimaryAddressType 1.3.6.1.4.1.9.10.75.1.2.2.1.5 inetaddresstype read-only
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).
                       cSctpAssocRemPrimaryAddress 1.3.6.1.4.1.9.10.75.1.2.2.1.6 inetaddress read-only
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).
                       cSctpAssocHeartBeatTimer 1.3.6.1.4.1.9.10.75.1.2.2.1.8 unsigned32 read-only
The current heartbeat time-out. The recommended default value is 30000 milliseconds.
                       cSctpAssocState 1.3.6.1.4.1.9.10.75.1.2.2.1.9 integer read-write
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. Enumeration: 'established': 4, 'shutdownSent': 6, 'shutdownReceived': 7, 'shutdownPending': 5, 'deleteTCB': 9, 'cookieWait': 2, 'closed': 1, 'shutdownAckSent': 8, 'cookieEchoed': 3.
                       cSctpAssocInStreams 1.3.6.1.4.1.9.10.75.1.2.2.1.10 unsigned32 read-only
Inbound Streams according to the negotiation at association start up. This parameter has to be read-only by the manager.
                       cSctpAssocOutStreams 1.3.6.1.4.1.9.10.75.1.2.2.1.11 unsigned32 read-only
Outbound Streams according to the negotiation at association start up. This parameter has to be read-only by the manager.
                       cSctpAssocMaxRetr 1.3.6.1.4.1.9.10.75.1.2.2.1.12 unsigned32 read-only
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.
                       cSctpAssocT1expireds 1.3.6.1.4.1.9.10.75.1.2.2.1.13 counter64 read-only
Number of times that T1 timer expired (timer for sending either INIT or COOKIE-ECHO chunks and receiving an acknowledgment).
                       cSctpAssocT2expireds 1.3.6.1.4.1.9.10.75.1.2.2.1.14 counter64 read-only
Number of times that T2-shutdown timer expired (shutdown timer).
                       cSctpAssocRtxChunks 1.3.6.1.4.1.9.10.75.1.2.2.1.15 counter64 read-only
Number of data chunks retransmitted to the peer in the current association.
                       cSctpAssocStartTime 1.3.6.1.4.1.9.10.75.1.2.2.1.17 timestamp read-only
The value of SysUpTime at the time that this row was created.
               cSctpAssocLocalAddressTable 1.3.6.1.4.1.9.10.75.1.2.3 no-access
Expanded table of cSctpAssocTable based on the AssocId index. It shows several interesting data for each local address which takes part in this association.
                   cSctpAssocLocalAddressEntry 1.3.6.1.4.1.9.10.75.1.2.3.1 no-access
Local information about the available addresses.
                       cSctpAssocLocalAddressIPType 1.3.6.1.4.1.9.10.75.1.2.3.1.1 inetaddresstype no-access
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].
                       cSctpAssocLocalAddressIP 1.3.6.1.4.1.9.10.75.1.2.3.1.2 inetaddress no-access
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.
                       cSctpAssocLocalAddressStartTime 1.3.6.1.4.1.9.10.75.1.2.3.1.3 timestamp read-only
The value of SysUpTime at the time that this row was created.
               cSctpAssocRemAddressTable 1.3.6.1.4.1.9.10.75.1.2.4 no-access
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.
                   cSctpAssocRemAddressEntry 1.3.6.1.4.1.9.10.75.1.2.4.1 no-access
Information about THE most important variables for every remote IP address
                       cSctpAssocRemAddressIPType 1.3.6.1.4.1.9.10.75.1.2.4.1.1 inetaddresstype no-access
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].
                       cSctpAssocRemAddressIP 1.3.6.1.4.1.9.10.75.1.2.4.1.2 inetaddress no-access
The value of a remote IP address available for this association. An InetAddress value is always interpreted within the context of an InetAddressType value.
                       cSctpAssocRemAddressStatus 1.3.6.1.4.1.9.10.75.1.2.4.1.3 integer read-only
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. Enumeration: 'active': 0, 'inactive': 1.
                       cSctpAssocRemAddressHBFlag 1.3.6.1.4.1.9.10.75.1.2.4.1.4 integer read-only
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]. Enumeration: 'active': 0, 'inactive': 1.
                       cSctpAssocRemAddressRTO 1.3.6.1.4.1.9.10.75.1.2.4.1.5 unsigned32 read-only
The current Retransmission Timeout. T3-rtx timer as defined in the protocol SCTP.
                       cSctpAssocRemAddressMaxPathRtx 1.3.6.1.4.1.9.10.75.1.2.4.1.6 unsigned32 read-only
Maximum number of DATA retransmissions allowed to a remote IP address before it is considered inactive, as defined in [cSctp]. Recommended value 5 attempts.
                       cSctpAssocRemAddressRtx 1.3.6.1.4.1.9.10.75.1.2.4.1.7 counter64 read-only
Number of DATA retransmissions as defined in [cSctp].
                       cSctpAssocRemAddressStartTime 1.3.6.1.4.1.9.10.75.1.2.4.1.8 timestamp read-only
The value of SysUpTime at the time that this row was created.
               cSctpLookupLocalPortTable 1.3.6.1.4.1.9.10.75.1.2.5 no-access
With the use of this table, a list of associations which use that local port can be got
                   cSctpLookupLocalPortEntry 1.3.6.1.4.1.9.10.75.1.2.5.1 no-access
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
                       cSctpLookupLocalPortStartTime 1.3.6.1.4.1.9.10.75.1.2.5.1.1 timestamp read-only
The value of SysUpTime at the time that this row was created.
               cSctpLookupRemPortTable 1.3.6.1.4.1.9.10.75.1.2.6 no-access
With the use of this table, a list of associations which use that remote port can be got
                   cSctpLookupRemPortEntry 1.3.6.1.4.1.9.10.75.1.2.6.1 no-access
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
                       cSctpLookupRemPortStartTime 1.3.6.1.4.1.9.10.75.1.2.6.1.1 timestamp read-only
The value of SysUpTime at the time that this row was created.
               cSctpLookupRemHostNameTable 1.3.6.1.4.1.9.10.75.1.2.7 no-access
With the use of this table, a list of associations with that particular host can be got
                   cSctpLookupRemHostNameEntry 1.3.6.1.4.1.9.10.75.1.2.7.1 no-access
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
                       cSctpLookupRemHostNameStartTime 1.3.6.1.4.1.9.10.75.1.2.7.1.1 timestamp read-only
The value of SysUpTime at the time that this row was created.
               cSctpLookupRemPrimIPAddrTable 1.3.6.1.4.1.9.10.75.1.2.8 no-access
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
                   cSctpLookupRemPrimIPAddrEntry 1.3.6.1.4.1.9.10.75.1.2.8.1 no-access
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.
                       cSctpLookupRemPrimIPAddrStartTime 1.3.6.1.4.1.9.10.75.1.2.8.1.1 timestamp read-only
The value of SysUpTime at the time that this row was created.
               cSctpLookupRemIPAddrTable 1.3.6.1.4.1.9.10.75.1.2.9 no-access
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.
                   cSctpLookupRemIPAddrEntry 1.3.6.1.4.1.9.10.75.1.2.9.1 no-access
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
                       cSctpLookupRemIPAddrStartTime 1.3.6.1.4.1.9.10.75.1.2.9.1.1 timestamp read-only
The value of SysUpTime at the time that this row was created.
       cSctpConformance 1.3.6.1.4.1.9.10.75.2
           cSctpGroups 1.3.6.1.4.1.9.10.75.2.1
               cSctpGeneralVariablesGroup 1.3.6.1.4.1.9.10.75.2.1.1
Common parameters for all the associations. They can usually be referred as configuration parameters
               cSctpStateStatGroup 1.3.6.1.4.1.9.10.75.2.1.2
The cSctp group of objects to control state changes in the SCTP protocol local layer. They include the data for all the associations.
               cSctpOtherStatGroup 1.3.6.1.4.1.9.10.75.2.1.3
The cSctp group of objects providing for management of SCTP most common statistics for the local SCTP layer.
               cSctpAssocTablesVariablesGroup 1.3.6.1.4.1.9.10.75.2.1.4
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.
               cSctpAssocStatGroup 1.3.6.1.4.1.9.10.75.2.1.5
The cSctp group of objects to manage SCTP statistics related to the remote endpoint.
               cSctpInverseGroup 1.3.6.1.4.1.9.10.75.2.1.6
Objects used in the inverse lookup table.
           cSctpCompliances 1.3.6.1.4.1.9.10.75.2.2
               cSctpCompliance 1.3.6.1.4.1.9.10.75.2.2.1
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.