Page History
Panel | ||||
---|---|---|---|---|
In this section:
|
Stream Control Transmission Protocol (SCTP) is a transport layer protocol similar to TCP, but is characterized as message-oriented protocol transporting a sequence of messages (each being a group of bytes) rather than an unbroken stream of bytes (TCP behavior). In SCTP, a sender sends a message in one operation, and that exact message is passed to the receiving application process in one operation.
The SCTP as a Transport preference and SCTP retransmission timer are configured from the SIP Trunk Group. The SCTP as a transport protocol and SCTP profile are configured in the SIP signaling port. The SCTP Profile CLI syntax is described below.
Command Syntax
Code Block | ||
---|---|---|
| ||
% set profiles signaling sctpProfile <profile name> heartbeatInterval <# seconds> idleTimeout <# seconds> inboundStreams <#> initRetry <#> orderedDelivery <disabled|enabled> outboundStreams <#> pathMtu <#bytes> peerTransportAddresses <# addresses> retransmissionsPerAssociation <#> retransmissionsPerPath <#> rtoInitial <# milliseconds> rtoMax <# milliseconds> rtoMin <# milliseconds> sackDelay <disabled|enabled> |
Command Parameters
The SCTP Profile Parameters are as shown below:
Caption | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
Command Example
In this example, the following steps are accomplished:
- Create SCTP profile named "SCTP02" with following configuration: outboundStreams - 2, inboundStreams - 2, peerTransportAddress - 2, retransmissionsPerPath - 8, hearbeatInterval - 6, orderedDelivery - enabled, retransmissionPerAssociatioon - 1, rtoInitial - 100, rtoMax - 200, rtoMin - 50.
- Configure SCTP as a transport protocol in SIP signaling port, and SCTP profile "SCTP02" is associated with the particular zone.
- Configure SCTP as a Transport preference and SCTP retransmission timer to 50 seconds in the SIP Trunk Group.
- Configure SCTP as a transport protocol in IP Signaling Profile.
Step | Action | |||||
---|---|---|---|---|---|---|
1 |
| |||||
2 |
| |||||
3 |
| |||||
4 |
|
Pagebreak |
---|