Anda di halaman 1dari 6

2/7/2019 class SctpAssociation

    Managed Object Model        558/155 54-LZA 701 6014/4-V1 Uen DY   

class SctpAssociation
ManagedElement
Transport
SctpEndpoint
SctpAssociation

The SctpAssociation is a representation of the protocol relationship between two SCTP Endpoints.

It is composed of the two SCTP Endpoints and protocol state information.

This MO is created by the system.

Attributes
AssociationState associationState
noNotification
The SCTP association state.
readOnly
IpAddress[0..] localIpAddress
noNotification
One or several local IP addresses used by the association.
readOnly
uint16 localPortNumber { 1..65535 }
noNotification
Local port number of the association.
readOnly
IpAddress localPrimaryAddress
noNotification
Local IP address normally used for outgoing traffic.
readOnly
string[0..] pmtudSctpPduSize
nonUnique
SCTP PDU size determined by Path MTU discovery.
readOnly
RedundancyStatus redundancyStatus
noNotification
SCTP redundancy status indicates if there are redundant remote IP addresses available for SCTP traffic.
readOnly
IpAddress[0..] remoteIpAddress
noNotification
One or several remote IP addresses used by the association.
readOnly
uint16 remotePortNumber { 1..65535 }
noNotification
Remote port number of the association.
readOnly
IpAddress remotePrimaryAddress
noNotification
Remote IP address normally used for outgoing traffic.
readOnly
string sctpAssociationId
https://eenm1.eems.che.iot/alexserv?id=30690 1/6
2/7/2019 class SctpAssociation
key The value component of the RDN.
mandatory
noNotification
restricted

PM Counters
uint64 sctpAssocAborteds
interfaceOnly
Number of times that the association has become unavailable to the SCTP user due to ungraceful termination by the local or the remote side, using the
noNotification
nonPersistent chunk ABORT.Ungraceful termination during association establishment does not increment this counter.
readOnly
Condition: State change from ESTABLISHED to CLOSED, during ABORT.
Counter type: CC/SUM
Counter is reset after measurement period: Yes
uint64 sctpAssocCongestions
interfaceOnly
Number of times that the local transmission buffer for the association is congested.
noNotification
nonPersistent
readOnly Condition: The association becomes congested.
Counter type: CC/SUM
Counter is reset after measurement period: Yes
int64 sctpAssocDelayRTTAvg
interfaceOnly
Average Round Trip Time value from all valid one minute intervals within ROP.
noNotification
nonPersistent
readOnly Counter type: GAUGE/LAST_UPDATE
Counter is reset after measurement period: Yes
int64 sctpAssocDelayRTTMax
interfaceOnly
Maximum Round Trip Time value observed from all valid one minute intervals within ROP.
noNotification
nonPersistent
readOnly Counter type: GAUGE/LAST_UPDATE
Counter is reset after measurement period: Yes
int64 sctpAssocDelayRTTMin
interfaceOnly
Minimum Round Trip Time value observed from all valid one minute intervals within ROP
noNotification
nonPersistent
readOnly Counter type: GAUGE/LAST_UPDATE
Counter is reset after measurement period: Yes
int64 sctpAssocDelayRTTPeriods
interfaceOnly
Number of valid one minute intervals within ROP, delayRTT values is based on.
noNotification
nonPersistent If retransmit occurs in one minute interval, specific interval will be excluded from result.
readOnly If retransmit occurs in all 15 one minute intervals no delayRTT values will be presented.

Counter type: GAUGE/LAST_UPDATE


Counter is reset after measurement period: Yes
uint64 sctpAssocInAbnormalControlChunks
interfaceOnly
Number of received control chunks which were chosen to be discarded due to errors in the chunk format or in the chunk content.
noNotification

https://eenm1.eems.che.iot/alexserv?id=30690 2/6
2/7/2019 class SctpAssociation
nonPersistent Condition: A received chunk is discarded.
readOnly
Counter type: CC/SUM
Counter is reset after measurement period: Yes
uint64 sctpAssocInAbnormalDataChunks
interfaceOnly
Number of received DATA chunks with errors in the chunk format or in the chunk contents preventing them from being delivered to the SCTP user.
noNotification
nonPersistent
readOnly Condition: A received chunk is discarded.
Counter type: CC/SUM
Counter is reset after measurement period: Yes
uint64 sctpAssocInControlChunks
interfaceOnly
Number of received control chunks.
noNotification
nonPersistent
readOnly The counter does not include abnormal or discarded chunks.

Condition: A control chunk is received.


Counter type: CC/SUM
Counter is reset after measurement period: Yes
uint64 sctpAssocInDataChunks
interfaceOnly
Number of received DATA chunks.
noNotification
nonPersistent
readOnly The counter does NOT include abnormal or discarded chunks.

Condition: A DATA chunk is received.


Counter type: CC/SUM
Counter is reset after measurement period: Yes
uint64 sctpAssocInDiscardedControlChunks
interfaceOnly
Number of received control chunks which were discarded even though no errors were detected. Chunks can be discarded for the following reasons:
noNotification
nonPersistent - unsupported chunk type.
readOnly - wrong association state.

Condition: A received chunk is discarded.


Counter type: CC/SUM
Counter is reset after measurement period: Yes
uint64 sctpAssocInDiscardedDataChunks
interfaceOnly
Number of received DATA chunks that were discarded due to lack of space in the receive buffer.
noNotification
nonPersistent
readOnly Condition: A received chunk is discarded.
Counter type: CC/SUM
Counter is reset after measurement period: Yes
uint64 sctpAssocInOctets
interfaceOnly
Number of octets in received packets for this association, including duplicates and those received in error.
noNotification
nonPersistent
readOnly Condition: An SCTP packet is received.

https://eenm1.eems.che.iot/alexserv?id=30690 3/6
2/7/2019 class SctpAssociation

Counter type: CC/SUM


Counter is reset after measurement period: Yes
uint64 sctpAssocInPacks
interfaceOnly
Number of received packets for this association, including duplicates and those received in error.
noNotification
nonPersistent
readOnly Condition: An SCTP packet is received.
Counter type: CC/SUM
Counter is reset after measurement period: Yes
uint64 sctpAssocOutControlChunks
interfaceOnly
Number of transmitted control chunks.
noNotification
nonPersistent
readOnly Condition: A control chunk is transmitted.
Counter type: CC/SUM
Counter is reset after measurement period: Yes
uint64 sctpAssocOutDataChunks
interfaceOnly
Number of transmitted DATA chunks (excluding retransmissions).
noNotification
nonPersistent
readOnly Condition: A DATA chunk is transmitted.
Counter type: CC/SUM
Counter is reset after measurement period: Yes
uint64 sctpAssocOutDiscardedDataChunks
interfaceOnly
Number of outgoing DATA chunks for this association for which no problems were encountered to prevent their transmission but were discarded. DATA
noNotification
nonPersistent chunks are discarded due to ungraceful closing of the association.
readOnly
Condition: An outgoing DATA chunk is discarded.
Counter type: CC/SUM
Counter is reset after measurement period: Yes
uint64 sctpAssocOutDiscardedUserMsgs
interfaceOnly
Number of outgoing user data messages, which were discarded even though no problems were encountered to prevent their transmission. User
noNotification
nonPersistent messages are discarded due to lack of space in the transmission buffer.
readOnly
Condition: An outgoing user message is discarded.
Counter type: CC/SUM
Counter is reset after measurement period: Yes
uint64 sctpAssocOutOctets
interfaceOnly
Number of octets in transmitted packets.
noNotification
nonPersistent
readOnly Condition: An SCTP packet is transmitted.
Counter type: CC/SUM
Counter is reset after measurement period: Yes
uint64 sctpAssocOutPacks
interfaceOnly
Number of transmitted packets.
noNotification

Condition: An SCTP packet is transmitted.


https://eenm1.eems.che.iot/alexserv?id=30690 4/6
2/7/2019 class SctpAssociation
nonPersistent Counter type: CC/SUM
readOnly
Counter is reset after measurement period: Yes
uint64 sctpAssocPeerZeroWindows
interfaceOnly
Number of times that the association has started the zero window supervision procedure.
noNotification
nonPersistent
readOnly Condition: The association starts the zero window supervision procedure.
Counter type: CC/SUM
Counter is reset after measurement period: Yes
uint64 sctpAssocRtxChunks
interfaceOnly
Number of retransmitted DATA chunks.
noNotification
nonPersistent
readOnly Condition: A DATA chunk is retransmitted.
Counter type: CC/SUM
Counter is reset after measurement period: Yes
uint64 sctpAssocShutdowns
interfaceOnly
Number of times that the association has become unavailable to the SCTP user due to graceful shutdown by the local or the remote side.
noNotification
nonPersistent
readOnly Condition: State change from SHUTDOWN-SENT or SHUTDOWN-ACK-SENT directly to CLOSED.
Counter type: CC/SUM
Counter is reset after measurement period: Yes
uint64 sctpAssocTimeCongested
interfaceOnly
Number of seconds that the local transmission buffer for the association is congested.
noNotification
nonPersistent
readOnly Condition: The accumulated association congestion time reaches 1 second.
Counter type: CC/SUM
Counter is reset after measurement period: Yes
uint64 sctpAssocTimePeerZeroWindow
interfaceOnly
Number of seconds that the remote peer has claimed to have zero window for its receive buffer.
noNotification
nonPersistent
readOnly Condition: The accumulated time the association has spent on zero window supervision reaches one second.
Counter type: CC/SUM
Counter is reset after measurement period: Yes
uint64 sctpAssocTimeUnavail
interfaceOnly
Number of seconds the association has been unavailable to the SCTP user.
noNotification
nonPersistent
readOnly Unit: 1 s

Condition: The accumulated time in DISABLED operational state reaches one second.
Counter type: CC/SUM
Counter is reset after measurement period: Yes
uint64 sctpAssocUnavailRtx
interfaceOnly
Number of times that the association has become unavailable to the SCTP user because all paths forming part of this association became inactive for
noNotification
one of the following reasons:

https://eenm1.eems.che.iot/alexserv?id=30690 5/6
2/7/2019 class SctpAssociation
nonPersistent - Retransmission limit was reached
readOnly
- an ICMP message is received and is treated as if the retransmission limit was reached

Condition: State change from any state directly to CLOSED after the maximum number of retransmissions is reached, or if an ICMP message is received
and breaks the retransmission counter.
Counter type: CC/SUM
Counter is reset after measurement period: Yes

  class SctpAssociation

https://eenm1.eems.che.iot/alexserv?id=30690 6/6

Anda mungkin juga menyukai