This is a summary of information regarding objects below the sctpMIB MIB object, which is defined within the SCTP-MIB MIB document as .1.3.6.1.2.1.104.
| Name | Type | Access | OID | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
1
sctpCurrEstab | GAUGE | ReadOnly | .1.3.6.1.2.1.104.1.1.1 |
The number of associations for which the current state is either ESTABLISHED, SHUTDOWN-RECEIVED or SHUTDOWN-PENDING. Also see Reference:
|
||||||
|
2
sctpActiveEstabs | COUNTER | ReadOnly | .1.3.6.1.2.1.104.1.1.2 |
The number of times that associations have made a direct transition to the ESTABLISHED state from the COOKIE-ECHOED state: COOKIE-ECHOED -> ESTABLISHED. The upper layer initiated the association attempt. Also see Reference:
|
||||||
|
3
sctpPassiveEstabs | COUNTER | ReadOnly | .1.3.6.1.2.1.104.1.1.3 |
The number of times that associations have made a direct transition to the ESTABLISHED state from the CLOSED state: CLOSED -> ESTABLISHED. The remote endpoint initiated the association attempt. Also see Reference:
|
||||||
|
4
sctpAborteds | COUNTER | ReadOnly | .1.3.6.1.2.1.104.1.1.4 |
The number of times that 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. Also see Reference:
|
||||||
|
5
sctpShutdowns | COUNTER | ReadOnly | .1.3.6.1.2.1.104.1.1.5 |
The number of times that 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. Also see Reference:
|
||||||
|
6
sctpOutOfBlues | COUNTER | ReadOnly | .1.3.6.1.2.1.104.1.1.6 |
The number of out of the blue packets received by the host. An out of the blue packet is an SCTP packet correctly formed, including the proper checksum, but for which the receiver was unable to identify an appropriate association. Also see Reference:
|
||||||
|
7
sctpChecksumErrors | COUNTER | ReadOnly | .1.3.6.1.2.1.104.1.1.7 |
The number of SCTP packets received with an invalid checksum. Also see Reference:
|
||||||
|
8
sctpOutCtrlChunks | COUNTER64 | ReadOnly | .1.3.6.1.2.1.104.1.1.8 |
The number of SCTP control chunks sent (retransmissions are not included). Control chunks are those chunks different from DATA. Also see Reference:
|
||||||
|
9
sctpOutOrderChunks | COUNTER64 | ReadOnly | .1.3.6.1.2.1.104.1.1.9 |
The number of SCTP ordered data chunks sent (retransmissions are not included). Also see Reference:
|
||||||
|
10
sctpOutUnorderChunks | COUNTER64 | ReadOnly | .1.3.6.1.2.1.104.1.1.10 |
The number of SCTP unordered chunks (data chunks in which the U bit is set to 1) sent (retransmissions are not included). Also see Reference:
|
||||||
|
11
sctpInCtrlChunks | COUNTER64 | ReadOnly | .1.3.6.1.2.1.104.1.1.11 |
The number of SCTP control chunks received (no duplicate chunks included). Also see Reference:
|
||||||
|
12
sctpInOrderChunks | COUNTER64 | ReadOnly | .1.3.6.1.2.1.104.1.1.12 |
The number of SCTP ordered data chunks received (no duplicate chunks included). Also see Reference:
|
||||||
|
13
sctpInUnorderChunks | COUNTER64 | ReadOnly | .1.3.6.1.2.1.104.1.1.13 |
The number of SCTP unordered chunks (data chunks in which the U bit is set to 1) received (no duplicate chunks included). Also see Reference:
|
||||||
|
14
sctpFragUsrMsgs | COUNTER64 | ReadOnly | .1.3.6.1.2.1.104.1.1.14 |
The number of user messages that have to be fragmented because of the MTU. |
||||||
|
15
sctpReasmUsrMsgs | COUNTER64 | ReadOnly | .1.3.6.1.2.1.104.1.1.15 |
The number of user messages reassembled, after conversion into DATA chunks. Also see Reference:
|
||||||
|
16
sctpOutSCTPPacks | COUNTER64 | ReadOnly | .1.3.6.1.2.1.104.1.1.16 |
The number of SCTP packets sent. Retransmitted DATA chunks are included. |
||||||
|
17
sctpInSCTPPacks | COUNTER64 | ReadOnly | .1.3.6.1.2.1.104.1.1.17 |
The number of SCTP packets received. Duplicates are included. |
||||||
|
18
sctpDiscontinuityTime |
TICKS
TimeStamp | ReadOnly | .1.3.6.1.2.1.104.1.1.18 |
Note: this object is based on the TimeStamp TEXTUAL-CONVENTION. The value of sysUpTime on the most recent occasion at which any one or more of this general statistics counters suffered a discontinuity. The relevant counters are the specific instances associated with this interface of any Counter32 or Counter64 object contained in the SCTP layer statistics (defined below sctpStats branch). If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value. Also see Reference:
|
||||||
|
1
sctpRtoAlgorithm |
INTEGER
| ReadOnly | .1.3.6.1.2.1.104.1.2.1 |
The algorithm used to determine the timeout value (T3-rtx) used for re-transmitting unacknowledged chunks. Also see Reference:
|
||||||
|
2
sctpRtoMin | UNSIGNED32 | ReadOnly | .1.3.6.1.2.1.104.1.2.2 |
The minimum value permitted by a SCTP implementation for the retransmission timeout value, measured in milliseconds. More refined semantics for objects of this type depend upon the algorithm used to determine the retransmission timeout value. A retransmission time value of zero means immediate retransmission. The value of this object has to be lower than or equal to stcpRtoMax's value. |
||||||
|
3
sctpRtoMax | UNSIGNED32 | ReadOnly | .1.3.6.1.2.1.104.1.2.3 |
The maximum value permitted by a SCTP implementation for the retransmission timeout value, measured in milliseconds. More refined semantics for objects of this type depend upon the algorithm used to determine the retransmission timeout value. A retransmission time value of zero means immediate re- transmission. The value of this object has to be greater than or equal to stcpRtoMin's value. |
||||||
|
4
sctpRtoInitial | UNSIGNED32 | ReadOnly | .1.3.6.1.2.1.104.1.2.4 |
The initial value for the retransmission timer.
A retransmission time value of zero means immediate re-
transmission.
|
||||||
|
5
sctpMaxAssocs |
INTEGER32
Legal values: -1 , 0 .. 2147483647 | ReadOnly | .1.3.6.1.2.1.104.1.2.5 |
The limit on the total number of associations the entity can support. In entities where the maximum number of associations is dynamic, this object should contain the value -1. |
||||||
|
6
sctpValCookieLife | UNSIGNED32 | ReadOnly | .1.3.6.1.2.1.104.1.2.6 |
Valid cookie life in the 4-way start-up handshake procedure. Also see Reference:
|
||||||
|
7
sctpMaxInitRetr | UNSIGNED32 | ReadOnly | .1.3.6.1.2.1.104.1.2.7 |
The maximum number of retransmissions at the start-up phase (INIT and COOKIE ECHO chunks). Also see Reference:
|
| Name | Type | Access | Description |
|---|---|---|---|
|
1
sctpAssocId |
UNSIGNED32
Legal values: 1 .. -1 | NoAccess |
Association Identification. Value identifying the association. |
| Name | Type | Access | Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
2
sctpAssocRemHostName |
OCTETSTR
Legal Lengths: 0 .. 255 | ReadOnly |
The peer's DNS name. This object needs to have the same format as the encoding in the DNS protocol. This implies that the domain name can be up to 255 octets long, each octet being 0<=x<=255 as value with US-ASCII A-Z having a case insensitive matching. If no DNS domain name was received from the peer at init time (embedded in the INIT or INIT-ACK chunk), this object is meaningless. In such cases the object MUST contain a zero- length string value. Otherwise, it contains the remote host name received at init time. |
||||||||||||||||||||
|
3
sctpAssocLocalPort |
UNSIGNED32
Legal values: 1 .. 65535 InetPortNumber | ReadOnly |
Note: this object is based on the InetPortNumber TEXTUAL-CONVENTION. The local SCTP port number used for this association. |
||||||||||||||||||||
|
4
sctpAssocRemPort |
UNSIGNED32
Legal values: 1 .. 65535 InetPortNumber | ReadOnly |
Note: this object is based on the InetPortNumber TEXTUAL-CONVENTION. The remote SCTP port number used for this association. |
||||||||||||||||||||
|
5
sctpAssocRemPrimAddrType |
INTEGER
InetAddressType (ENUM list below) | ReadOnly |
Note: this object is based on the InetAddressType TEXTUAL-CONVENTION. The internet type of primary remote IP address. |
||||||||||||||||||||
|
6
sctpAssocRemPrimAddr |
OCTETSTR
Legal Lengths: 0 .. 255 InetAddress | ReadOnly |
Note: this object is based on the InetAddress TEXTUAL-CONVENTION. The primary remote IP address. The type of this address is determined by the value of sctpAssocRemPrimAddrType. The client side will know this value after INIT_ACK message reception, the server side will know this value when sending INIT_ACK message. However, values will be filled in at established(4) state. |
||||||||||||||||||||
|
7
sctpAssocHeartBeatInterval | UNSIGNED32 | ReadOnly |
The current heartbeat interval..
Zero value means no HeartBeat, even when the concerned
sctpAssocRemAddrHBFlag object is true.
|
||||||||||||||||||||
|
8
sctpAssocState |
INTEGER
| ReadWrite |
The state of this SCTP association.
As in TCP, deleteTCB(9) is the only value that may be set by a
management station. If any other value is received, then the
agent must return a wrongValue error.
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 as a
result of setting the deleteTCB(9) value. The ABORT chunk
implies an ungraceful association shutdown.
Also see Reference:
|
||||||||||||||||||||
|
9
sctpAssocInStreams |
UNSIGNED32
Legal values: 1 .. 65535 | ReadOnly |
Inbound Streams according to the negotiation at association start up. Also see Reference:
|
||||||||||||||||||||
|
10
sctpAssocOutStreams |
UNSIGNED32
Legal values: 1 .. 65535 | ReadOnly |
Outbound Streams according to the negotiation at association start up. Also see Reference:
|
||||||||||||||||||||
|
11
sctpAssocMaxRetr | UNSIGNED32 | ReadOnly |
The maximum number of data retransmissions in the association context. This value is specific for each association and the upper layer can change it by calling the appropriate primitives. This value has to be smaller than the addition of all the maximum number for all the paths (sctpAssocRemAddrMaxPathRtx). A value of zero value means no retransmissions. |
||||||||||||||||||||
|
12
sctpAssocPrimProcess | UNSIGNED32 | ReadOnly |
This object identifies the system level process which holds primary responsibility for the SCTP association. Wherever possible, this should be the system's native unique identification number. The special value 0 can be used to indicate that no primary process is known. Note that the value of this object can be used as a pointer into the swRunTable of the HOST-RESOURCES-MIB(if the value is smaller than 2147483647) or into the sysApplElmtRunTable of the SYSAPPL-MIB. |
||||||||||||||||||||
|
13
sctpAssocT1expireds | COUNTER | ReadOnly |
The T1 timer determines how long to wait for an acknowledgement after sending an INIT or COOKIE-ECHO chunk. This object reflects the number of times the T1 timer expires without having received the acknowledgement. Discontinuities in the value of this counter can occur at re- initialization of the management system, and at other times as indicated by the value of sctpAssocDiscontinuityTime. Also see Reference:
|
||||||||||||||||||||
|
14
sctpAssocT2expireds | COUNTER | ReadOnly |
The T2 timer determines how long to wait for an acknowledgement after sending a SHUTDOWN or SHUTDOWN-ACK chunk. This object reflects the number of times that T2- timer expired. Discontinuities in the value of this counter can occur at re- initialization of the management system, and at other times as indicated by the value of sctpAssocDiscontinuityTime. Also see Reference:
|
||||||||||||||||||||
|
15
sctpAssocRtxChunks | COUNTER | ReadOnly |
When T3-rtx expires, the DATA chunks that triggered the T3 timer will be re-sent according with the retransmissions rules. Every DATA chunk that was included in the SCTP packet that triggered the T3-rtx timer must be added to the value of this counter. Discontinuities in the value of this counter can occur at re- initialization of the management system, and at other times as indicated by the value of sctpAssocDiscontinuityTime. Also see Reference:
|
||||||||||||||||||||
|
16
sctpAssocStartTime |
TICKS
TimeStamp | ReadOnly |
Note: this object is based on the TimeStamp TEXTUAL-CONVENTION. The value of sysUpTime at the time that the association represented by this row enters the ESTABLISHED state, i.e., the sctpAssocState object is set to established(4). The value of this object will be zero: - before the association enters the established(4) state, or - if the established(4) state was entered prior to the last re-initialization of the local network management subsystem. |
||||||||||||||||||||
|
17
sctpAssocDiscontinuityTime |
TICKS
TimeStamp | ReadOnly |
Note: this object is based on the TimeStamp TEXTUAL-CONVENTION. The value of sysUpTime on the most recent occasion at which any one or more of this SCTP association counters suffered a discontinuity. The relevant counters are the specific instances associated with this interface of any Counter32 or Counter64 object contained in the sctpAssocTable or sctpLocalAddrTable or sctpRemAddrTable. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value. Also see Reference:
|
| Name | Type | Access | Description |
|---|---|---|---|
|
1
sctpAssocId |
UNSIGNED32
Legal values: 1 .. -1 | NoAccess |
Association Identification. Value identifying the association. |
|
1
sctpAssocLocalAddrType |
INTEGER
InetAddressType (ENUM list below) | NoAccess |
Note: this object is based on the InetAddressType TEXTUAL-CONVENTION. Internet type of local IP address used for this association. |
|
2
sctpAssocLocalAddr |
OCTETSTR
Legal Lengths: 0 .. 255 InetAddress | NoAccess |
Note: this object is based on the InetAddress TEXTUAL-CONVENTION. The value of a local IP address available for this association. The type of this address is determined by the value of sctpAssocLocalAddrType. |
| Name | Type | Access | Description |
|---|---|---|---|
|
3
sctpAssocLocalAddrStartTime |
TICKS
TimeStamp | ReadOnly |
Note: this object is based on the TimeStamp TEXTUAL-CONVENTION. The value of sysUpTime at the time that this row was created. |
| Name | Type | Access | Description |
|---|---|---|---|
|
1
sctpAssocId |
UNSIGNED32
Legal values: 1 .. -1 | NoAccess |
Association Identification. Value identifying the association. |
|
1
sctpAssocRemAddrType |
INTEGER
InetAddressType (ENUM list below) | NoAccess |
Note: this object is based on the InetAddressType TEXTUAL-CONVENTION. Internet type of a remote IP address available for this association. |
|
2
sctpAssocRemAddr |
OCTETSTR
Legal Lengths: 0 .. 255 InetAddress | NoAccess |
Note: this object is based on the InetAddress TEXTUAL-CONVENTION. The value of a remote IP address available for this association. The type of this address is determined by the value of sctpAssocLocalAddrType. |
| Name | Type | Access | Description |
|---|---|---|---|
|
3
sctpAssocRemAddrActive |
INTEGER
TruthValue (ENUM list below) | ReadOnly |
Note: this object is based on the TruthValue TEXTUAL-CONVENTION. This object gives information about the reachability of this specific remote IP address. When the object is set to 'true' (1), the remote IP address is understood as Active. Active means that the threshold of no answers received from this IP address has not been reached. When the object is set to 'false' (2), the remote IP address is understood as Inactive. Inactive means that either no heartbeat or any other message was received from this address, reaching the threshold defined by the protocol. Also see Reference:
|
|
4
sctpAssocRemAddrHBActive |
INTEGER
TruthValue (ENUM list below) | ReadOnly |
Note: this object is based on the TruthValue TEXTUAL-CONVENTION. This object indicates whether the optional Heartbeat check associated to one destination transport address is activated or not (value equal to true or false, respectively). |
|
5
sctpAssocRemAddrRTO | UNSIGNED32 | ReadOnly |
The current Retransmission Timeout. T3-rtx timer as defined in the protocol SCTP. Also see Reference:
|
|
6
sctpAssocRemAddrMaxPathRtx | UNSIGNED32 | ReadOnly |
Maximum number of DATA chunks retransmissions allowed to a remote IP address before it is considered inactive, as defined in RFC2960. Also see Reference:
|
|
7
sctpAssocRemAddrRtx | COUNTER | ReadOnly |
Number of DATA chunks retransmissions to this specific IP address. When T3-rtx expires, the DATA chunk that triggered the T3 timer will be re-sent according to the retransmissions rules. Every DATA chunk that is included in a SCTP packet and was transmitted to this specific IP address before, will be included in this counter. Discontinuities in the value of this counter can occur at re- initialization of the management system, and at other times as indicated by the value of sctpAssocDiscontinuityTime. |
|
8
sctpAssocRemAddrStartTime |
TICKS
TimeStamp | ReadOnly |
Note: this object is based on the TimeStamp TEXTUAL-CONVENTION. The value of sysUpTime at the time that this row was created. |
| Name | Type | Access | Description |
|---|---|---|---|
|
3
sctpAssocLocalPort |
UNSIGNED32
Legal values: 1 .. 65535 InetPortNumber | ReadOnly |
Note: this object is based on the InetPortNumber TEXTUAL-CONVENTION. The local SCTP port number used for this association. |
|
1
sctpAssocId |
UNSIGNED32
Legal values: 1 .. -1 | NoAccess |
Association Identification. Value identifying the association. |
| Name | Type | Access | Description |
|---|---|---|---|
|
1
sctpLookupLocalPortStartTime |
TICKS
TimeStamp | ReadOnly |
Note: this object is based on the TimeStamp TEXTUAL-CONVENTION.
The value of sysUpTime at the time that this row was created.
As the table will be created after the sctpAssocTable
creation, this value could be equal to the sctpAssocStartTime
object from the main table.
|
| Name | Type | Access | Description |
|---|---|---|---|
|
4
sctpAssocRemPort |
UNSIGNED32
Legal values: 1 .. 65535 InetPortNumber | ReadOnly |
Note: this object is based on the InetPortNumber TEXTUAL-CONVENTION. The remote SCTP port number used for this association. |
|
1
sctpAssocId |
UNSIGNED32
Legal values: 1 .. -1 | NoAccess |
Association Identification. Value identifying the association. |
| Name | Type | Access | Description |
|---|---|---|---|
|
1
sctpLookupRemPortStartTime |
TICKS
TimeStamp | ReadOnly |
Note: this object is based on the TimeStamp TEXTUAL-CONVENTION.
The value of sysUpTime at the time that this row was created.
As the table will be created after the sctpAssocTable
creation, this value could be equal to the sctpAssocStartTime
object from the main table.
|
| Name | Type | Access | Description |
|---|---|---|---|
|
1
sctpLookupRemHostNameStartTime |
TICKS
TimeStamp | ReadOnly |
Note: this object is based on the TimeStamp TEXTUAL-CONVENTION.
The value of sysUpTime at the time that this row was created.
As the table will be created after the sctpAssocTable
creation, this value could be equal to the sctpAssocStartTime
object from the main table.
|
| Name | Type | Access | Description |
|---|---|---|---|
|
5
sctpAssocRemPrimAddrType |
INTEGER
InetAddressType (ENUM list below) | ReadOnly |
Note: this object is based on the InetAddressType TEXTUAL-CONVENTION. The internet type of primary remote IP address. |
|
6
sctpAssocRemPrimAddr |
OCTETSTR
Legal Lengths: 0 .. 255 InetAddress | ReadOnly |
Note: this object is based on the InetAddress TEXTUAL-CONVENTION. The primary remote IP address. The type of this address is determined by the value of sctpAssocRemPrimAddrType. The client side will know this value after INIT_ACK message reception, the server side will know this value when sending INIT_ACK message. However, values will be filled in at established(4) state. |
|
1
sctpAssocId |
UNSIGNED32
Legal values: 1 .. -1 | NoAccess |
Association Identification. Value identifying the association. |
| Name | Type | Access | Description |
|---|---|---|---|
|
1
sctpLookupRemPrimIPAddrStartTime |
TICKS
TimeStamp | ReadOnly |
Note: this object is based on the TimeStamp TEXTUAL-CONVENTION.
The value of SysUpTime at the time that this row was created.
As the table will be created after the sctpAssocTable
creation, this value could be equal to the sctpAssocStartTime
object from the main table.
|
| Name | Type | Access | Description |
|---|---|---|---|
|
1
sctpAssocRemAddrType |
INTEGER
InetAddressType (ENUM list below) | NoAccess |
Note: this object is based on the InetAddressType TEXTUAL-CONVENTION. Internet type of a remote IP address available for this association. |
|
2
sctpAssocRemAddr |
OCTETSTR
Legal Lengths: 0 .. 255 InetAddress | NoAccess |
Note: this object is based on the InetAddress TEXTUAL-CONVENTION. The value of a remote IP address available for this association. The type of this address is determined by the value of sctpAssocLocalAddrType. |
|
1
sctpAssocId |
UNSIGNED32
Legal values: 1 .. -1 | NoAccess |
Association Identification. Value identifying the association. |
| Name | Type | Access | Description |
|---|---|---|---|
|
1
sctpLookupRemIPAddrStartTime |
TICKS
TimeStamp | ReadOnly |
Note: this object is based on the TimeStamp TEXTUAL-CONVENTION.
The value of SysUpTime at the time that this row was created.
As the table will be created after the sctpAssocTable
creation, this value could be equal to the sctpAssocStartTime
object from the main table.
|
SCALAR OBJECTS
TABLE OBJECTS |
These TEXTUAL-CONVENTIONS are used in other parts of the document above. They are SNMP's way of defining a datatype that is used repeatedly by other MIB objects. Any implementation implementing objects that use one of these definitions must follow its DESCRIPTION clause as well as the DESCRIPTION clause of the object itself.
| Name | Type | Description | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| InetPortNumber | UNSIGNED32 | Represents a 16 bit port number of an Internet transport
layer protocol. Port numbers are assigned by IANA. A
current list of all assignments is available from
| ||||||||||||||
| TimeStamp | TICKS | The value of the sysUpTime object at which a specific occurrence happened. The specific occurrence must be defined in the description of any object defined using this type. If sysUpTime is reset to zero as a result of a re- initialization of the network management (sub)system, then the values of all TimeStamp objects are also reset. However, after approximately 497 days without a re- initialization, the sysUpTime object will reach 2^^32-1 and then increment around to zero; in this case, existing values of TimeStamp objects do not change. This can lead to ambiguities in the value of TimeStamp objects. | ||||||||||||||
| TruthValue | INTEGER
| Represents a boolean value. | ||||||||||||||
| InetAddress | OCTETSTR | Denotes a generic Internet address.
An InetAddress value is always interpreted within the context
of an InetAddressType value. Every usage of the InetAddress
textual convention is required to specify the InetAddressType
object that provides the context. It is suggested that the
InetAddressType object be logically registered before the
object(s) that use the InetAddress textual convention, if
they appear in the same logical row.
The value of an InetAddress object must always be
consistent with the value of the associated InetAddressType
object. Attempts to set an InetAddress object to a value
inconsistent with the associated InetAddressType
must fail with an inconsistentValue error.
When this textual convention is used as the syntax of an
index object, there may be issues with the limit of 128
sub-identifiers specified in SMIv2, STD 58. In this case,
the object definition MUST include a 'SIZE' clause to
limit the number of potential instance sub-identifiers;
otherwise the applicable constraints MUST be stated in
the appropriate conceptual row DESCRIPTION clauses, or
in the surrounding documentation if there is no single
DESCRIPTION clause that is appropriate. | ||||||||||||||
| InetAddressType | INTEGER
| A value that represents a type of Internet 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
that is not in one of the formats defined
below.
ipv4(1) An IPv4 address as defined by the
InetAddressIPv4 textual convention.
ipv6(2) An IPv6 address as defined by the
InetAddressIPv6 textual convention.
ipv4z(3) A non-global IPv4 address including a zone
index as defined by the InetAddressIPv4z
textual convention.
ipv6z(4) A non-global IPv6 address including a zone
index as defined by the InetAddressIPv6z
textual convention.
dns(16) A DNS domain name as defined by the
InetAddressDNS textual convention.
Each definition of a concrete InetAddressType value must be
accompanied by a definition of a textual convention for use
with that InetAddressType.
To support future extensions, the InetAddressType textual
convention SHOULD NOT be sub-typed in object type definitions.
It MAY be sub-typed in compliance statements in order to
require only a subset of these address types for a compliant
implementation.
Implementations must ensure that InetAddressType objects
and any dependent objects (e.g., InetAddress objects) are
consistent. An inconsistentValue error must be generated
if an attempt to change an InetAddressType object would,
for example, lead to an undefined InetAddress value. In
particular, InetAddressType/InetAddress pairs must be
changed together if the address type changes (e.g., from
ipv6(2) to ipv4(1)). |
Tree view generated by running: snmptranslate -Tp SCTP-MIB::sctpMIB
+--sctpMIB(104) | +--sctpObjects(1) | | | +--sctpStats(1) | | | | | +-- -R-- Gauge sctpCurrEstab(1) | | +-- -R-- Counter sctpActiveEstabs(2) | | +-- -R-- Counter sctpPassiveEstabs(3) | | +-- -R-- Counter sctpAborteds(4) | | +-- -R-- Counter sctpShutdowns(5) | | +-- -R-- Counter sctpOutOfBlues(6) | | +-- -R-- Counter sctpChecksumErrors(7) | | +-- -R-- Counter64 sctpOutCtrlChunks(8) | | +-- -R-- Counter64 sctpOutOrderChunks(9) | | +-- -R-- Counter64 sctpOutUnorderChunks(10) | | +-- -R-- Counter64 sctpInCtrlChunks(11) | | +-- -R-- Counter64 sctpInOrderChunks(12) | | +-- -R-- Counter64 sctpInUnorderChunks(13) | | +-- -R-- Counter64 sctpFragUsrMsgs(14) | | +-- -R-- Counter64 sctpReasmUsrMsgs(15) | | +-- -R-- Counter64 sctpOutSCTPPacks(16) | | +-- -R-- Counter64 sctpInSCTPPacks(17) | | +-- -R-- TimeTicks sctpDiscontinuityTime(18) | | Textual Convention: TimeStamp | | | +--sctpParams(2) | | | | | +-- -R-- EnumVal sctpRtoAlgorithm(1) | | | Values: other(1), vanj(2) | | +-- -R-- Unsigned sctpRtoMin(2) | | +-- -R-- Unsigned sctpRtoMax(3) | | +-- -R-- Unsigned sctpRtoInitial(4) | | +-- -R-- Integer32 sctpMaxAssocs(5) | | | Range: -1 | 0..2147483647 | | +-- -R-- Unsigned sctpValCookieLife(6) | | +-- -R-- Unsigned sctpMaxInitRetr(7) | | | +--sctpAssocTable(3) | | | | | +--sctpAssocEntry(1) | | | Index: sctpAssocId | | | | | +-- ---- Unsigned sctpAssocId(1) | | | Range: 1..4294967295 | | +-- -R-- String sctpAssocRemHostName(2) | | | Size: 0..255 | | +-- -R-- Unsigned sctpAssocLocalPort(3) | | | Textual Convention: InetPortNumber | | | Range: 1..65535 | | +-- -R-- Unsigned sctpAssocRemPort(4) | | | Textual Convention: InetPortNumber | | | Range: 1..65535 | | +-- -R-- EnumVal sctpAssocRemPrimAddrType(5) | | | Textual Convention: InetAddressType | | | Values: unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16) | | +-- -R-- String sctpAssocRemPrimAddr(6) | | | Textual Convention: InetAddress | | | Size: 0..255 | | +-- -R-- Unsigned sctpAssocHeartBeatInterval(7) | | +-- -RW- EnumVal sctpAssocState(8) | | | Values: closed(1), cookieWait(2), cookieEchoed(3), established(4), shutdownPending(5), shutdownSent(6), shutdownReceived(7), shutdownAckSent(8), deleteTCB(9) | | +-- -R-- Unsigned sctpAssocInStreams(9) | | | Range: 1..65535 | | +-- -R-- Unsigned sctpAssocOutStreams(10) | | | Range: 1..65535 | | +-- -R-- Unsigned sctpAssocMaxRetr(11) | | +-- -R-- Unsigned sctpAssocPrimProcess(12) | | +-- -R-- Counter sctpAssocT1expireds(13) | | +-- -R-- Counter sctpAssocT2expireds(14) | | +-- -R-- Counter sctpAssocRtxChunks(15) | | +-- -R-- TimeTicks sctpAssocStartTime(16) | | | Textual Convention: TimeStamp | | +-- -R-- TimeTicks sctpAssocDiscontinuityTime(17) | | Textual Convention: TimeStamp | | | +--sctpAssocLocalAddrTable(4) | | | | | +--sctpAssocLocalAddrEntry(1) | | | Index: sctpAssocId, sctpAssocLocalAddrType, sctpAssocLocalAddr | | | | | +-- ---- EnumVal sctpAssocLocalAddrType(1) | | | Textual Convention: InetAddressType | | | Values: unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16) | | +-- ---- String sctpAssocLocalAddr(2) | | | Textual Convention: InetAddress | | | Size: 0..255 | | +-- -R-- TimeTicks sctpAssocLocalAddrStartTime(3) | | Textual Convention: TimeStamp | | | +--sctpAssocRemAddrTable(5) | | | | | +--sctpAssocRemAddrEntry(1) | | | Index: sctpAssocId, sctpAssocRemAddrType, sctpAssocRemAddr | | | | | +-- ---- EnumVal sctpAssocRemAddrType(1) | | | Textual Convention: InetAddressType | | | Values: unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16) | | +-- ---- String sctpAssocRemAddr(2) | | | Textual Convention: InetAddress | | | Size: 0..255 | | +-- -R-- EnumVal sctpAssocRemAddrActive(3) | | | Textual Convention: TruthValue | | | Values: true(1), false(2) | | +-- -R-- EnumVal sctpAssocRemAddrHBActive(4) | | | Textual Convention: TruthValue | | | Values: true(1), false(2) | | +-- -R-- Unsigned sctpAssocRemAddrRTO(5) | | +-- -R-- Unsigned sctpAssocRemAddrMaxPathRtx(6) | | +-- -R-- Counter sctpAssocRemAddrRtx(7) | | +-- -R-- TimeTicks sctpAssocRemAddrStartTime(8) | | Textual Convention: TimeStamp | | | +--sctpLookupLocalPortTable(6) | | | | | +--sctpLookupLocalPortEntry(1) | | | Index: sctpAssocLocalPort, sctpAssocId | | | | | +-- -R-- TimeTicks sctpLookupLocalPortStartTime(1) | | Textual Convention: TimeStamp | | | +--sctpLookupRemPortTable(7) | | | | | +--sctpLookupRemPortEntry(1) | | | Index: sctpAssocRemPort, sctpAssocId | | | | | +-- -R-- TimeTicks sctpLookupRemPortStartTime(1) | | Textual Convention: TimeStamp | | | +--sctpLookupRemHostNameTable(8) | | | | | +--sctpLookupRemHostNameEntry(1) | | | Index: sctpAssocRemHostName, sctpAssocId | | | | | +-- -R-- TimeTicks sctpLookupRemHostNameStartTime(1) | | Textual Convention: TimeStamp | | | +--sctpLookupRemPrimIPAddrTable(9) | | | | | +--sctpLookupRemPrimIPAddrEntry(1) | | | Index: sctpAssocRemPrimAddrType, sctpAssocRemPrimAddr, sctpAssocId | | | | | +-- -R-- TimeTicks sctpLookupRemPrimIPAddrStartTime(1) | | Textual Convention: TimeStamp | | | +--sctpLookupRemIPAddrTable(10) | | | +--sctpLookupRemIPAddrEntry(1) | | Index: sctpAssocRemAddrType, sctpAssocRemAddr, sctpAssocId | | | +-- -R-- TimeTicks sctpLookupRemIPAddrStartTime(1) | Textual Convention: TimeStamp | +--sctpMibConformance(2) | +--sctpMibCompliances(1) | | | +--sctpMibCompliance(1) | +--sctpMibGroups(2) | +--sctpLayerParamsGroup(1) +--sctpStatsGroup(2) +--sctpPerAssocParamsGroup(3) +--sctpPerAssocStatsGroup(4) +--sctpInverseGroup(5)
Last modified: Wednesday, 01-Aug-2018 04:41:28 UTC
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.