Creating the SCTP Configuration

From TBwiki
Jump to: navigation, search
This article applies to: Product Version
Tmedia 2.9, 2.10, 3.0, 3.2

Stream Control Transmission Protocol (SCTP), a Transport Layer protocol, ensures a reliable in-sequence transport of messages.

To edit your SCTP configuration:

1- Select SCTP from the navigation panel

CreateSctp 0.png


2- Configure the SCTP service

  • Make sure the box labeled Enabled is checked
  • Enter a name for the SCTP service
  • Select an appropriate service type:
  • Click Create

CreateSctp 1.png


3- Verify that the "Sctp Cfg was successfully created" message appears

CreateSctp 2.png


Path

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/sctp_stacks/@[sctp_stack]

Parameters (text)

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/sctp_stacks/@[sctp_stack]
enabled             = false
name                = "@[sctp_stack]"
sctp_service_type   = "RAW_IP"
udp_tunneling_port  = 9899

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/sctp_stacks/@[sctp_stack]/advanced_parameters
accept_add_life_time = true
domain_name          = ""
initial_window_space = 32768
max_asso_retransmits = 3
max_init_retransmits = 8
max_path_retransmits = 2
md5_expiry_timer     = "5 seconds"
mtu_size             = 1024
send_init_with_ip    = false
send_shutdown        = false
use_adler32_checksum = false

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/sctp_stacks/@[sctp_stack]/dns_cfg
address         = ""
dns_port        = 53
enabled         = false
max_query_retry = 3
query_timer     = "20 seconds"

Parameters (json)

{
  "advanced_parameters" : {
    "accept_add_life_time" : true,
    "domain_name" : "",
    "initial_window_space" : 32768,
    "max_asso_retransmits" : 3,
    "max_init_retransmits" : 8,
    "max_path_retransmits" : 2,
    "md5_expiry_timer" : "5 seconds",
    "mtu_size" : 1024,
    "send_init_with_ip" : false,
    "send_shutdown" : false,
    "use_adler32_checksum" : false
  },
  "dns_cfg" : {
    "address" : "",
    "dns_port" : 53,
    "enabled" : false,
    "max_query_retry" : 3,
    "query_timer" : "20 seconds"
  },
  "enabled" : false,
  "name" : "@[sctp_stack]",
  "sctp_service_type" : "RAW_IP",
  "udp_tunneling_port" : 9899
}


List of Parameter

DNS Parameters

Advanced Parameters

Personal tools