Toolpack:Creating the SCTP Configuration D
From TBwiki
(Difference between revisions)
(Added northbound data) |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{DISPLAYTITLE:Creating the SCTP Configuration}} | {{DISPLAYTITLE:Creating the SCTP Configuration}} | ||
− | Stream Control Transmission Protocol (SCTP), a Transport Layer protocol, ensures reliable | + | {| class="wikitable" |
+ | |- | ||
+ | |rowspan="3"|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 | + | To edit your SCTP configuration: |
1- Select '''SCTP''' from the navigation panel | 1- Select '''SCTP''' from the navigation panel | ||
Line 31: | Line 40: | ||
'''Path''' | '''Path''' | ||
<pre> | <pre> | ||
+ | /configurations/@[configuration_name]/hardware_units/@[hardware_name]/sctp_stacks/@[sctp_stack] | ||
</pre> | </pre> | ||
'''Parameters (text)''' | '''Parameters (text)''' | ||
<pre> | <pre> | ||
− | /configurations/@[configuration_name]/hardware_units/@[hardware_name]/sctp_stacks/ @[sctp_stack] | + | /configurations/@[configuration_name]/hardware_units/@[hardware_name]/sctp_stacks/@[sctp_stack] |
enabled = false | enabled = false | ||
− | name = " @[sctp_stack]" | + | name = "@[sctp_stack]" |
sctp_service_type = "RAW_IP" | sctp_service_type = "RAW_IP" | ||
udp_tunneling_port = 9899 | udp_tunneling_port = 9899 | ||
− | /configurations/@[configuration_name]/hardware_units/@[hardware_name]/sctp_stacks/ @[sctp_stack]/advanced_parameters | + | /configurations/@[configuration_name]/hardware_units/@[hardware_name]/sctp_stacks/@[sctp_stack]/advanced_parameters |
accept_add_life_time = true | accept_add_life_time = true | ||
domain_name = "" | domain_name = "" | ||
Line 54: | Line 64: | ||
use_adler32_checksum = false | use_adler32_checksum = false | ||
− | /configurations/@[configuration_name]/hardware_units/@[hardware_name]/sctp_stacks/ @[sctp_stack]/dns_cfg | + | /configurations/@[configuration_name]/hardware_units/@[hardware_name]/sctp_stacks/@[sctp_stack]/dns_cfg |
address = "" | address = "" | ||
dns_port = 53 | dns_port = 53 | ||
Line 86: | Line 96: | ||
}, | }, | ||
"enabled" : false, | "enabled" : false, | ||
− | "name" : " @[sctp_stack]", | + | "name" : "@[sctp_stack]", |
"sctp_service_type" : "RAW_IP", | "sctp_service_type" : "RAW_IP", | ||
"udp_tunneling_port" : 9899 | "udp_tunneling_port" : 9899 | ||
Line 101: | Line 111: | ||
'''DNS Parameters''' | '''DNS Parameters''' | ||
* [[Parameter: Enabled|Enabled]] | * [[Parameter: Enabled|Enabled]] | ||
− | * [[Parameter: | + | * [[Parameter: Server_DNS_Port|DNS Port]] |
* [[Parameter: Query Timer|Query Timer]] | * [[Parameter: Query Timer|Query Timer]] | ||
− | * [[Parameter: | + | * [[Parameter: Query Retry Count|Max Query Retry]] |
* [[Parameter: Server Address|Server Address]] | * [[Parameter: Server Address|Server Address]] | ||
Latest revision as of 13:35, 25 November 2020
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
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
3- Verify that the "Sctp Cfg was successfully created" message appears
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