Resource - M3UAASPAssociation

About this Resource


Defines an M3UAASPAssociation managed object.

REST API Methods for this Resource


Resource Schema


Configuration

Parameter Name Required Create Read-Only Data Type Description
AssociationID Yes No Yes int32 TL1Name: ASSOC_ID
Slot No Yes Yes int32 TL1Name: SLOT
LocalIPAddress1 No Yes Yes string TL1Name: LIP1
LocalIPAddress2 No Yes Yes string TL1Name: LIP2
LocalPort No Yes Yes int32 TL1Name: LPORT
RemoteIPAddress1 No Yes Yes string TL1Name: RIP1
RemoteIPAddress2 No Yes Yes string TL1Name: RIP2
RemotePort No Yes Yes int32 TL1Name: RPORT
UserActivated No No Yes FeatureBoolean TL1Name: ACTIVATED
SCTPState No No Yes AssocState TL1Name: SSTATE
M3UAState No No Yes AssocState TL1Name: MSTATE
RxMSGCount No No Yes int32 TL1Name: RXMSG
TxMSGCount No No Yes int32 TL1Name: TXMSG
TXQueueSize No No Yes int32 Size of the SCTP Association Transmit buffer in bytes. Read from /proc/net/sctp/assocs, the TX Queue Size attribute shows the current buffer allocated by the OS for the association. The size of the TX Queue being currently used is also read from /proc/net/sctp/assocs. The current usage is calculated as a percentage of the allocated Buffer Size and determines the congestion level of the SCTP association based on the configured onset and abatement values. TL1Name: ASSOC_TXQSIZE
CongestionLevel No No Yes CongestionLevel Congestion level of this Association. From 1 to 3, or ZERO if not congested. TL1Name: CONGESTION_LVL

  • No labels