Actions

Creating MTP3 Links

This article applies to: Product Version
Tmedia 2.9, 2.10, 3.0, 3.2

Once you have created an MTP3 linkset, you must associate MTP3 links with it. This is because the MTP3 links are used to bind with either an MTP2, M2PA, or M2UA link; they are connected in a one-to-one fashion.

To create an MTP3 link:

1- Click MTP3 in the navigation panel.

Mtp3 0 A.png


2- Select an MTP3 network.

Create MTP3 Linkset 0.png


3- Select an MTP3 linkset

Create MTP3 Link 0.png


4- Click Create New Mtp3 Link in the MTP3 linkset configuration window

Create MTP3 Link 1.png


5- Configure the new MTP3 link:

  • Enter a name for the link
  • Under Type of link to bind, select MTP2
  • Select an MTP2 link
  • Click Create

Create MTP3 Link 2.png


6- Verify that the "Mtp3Link was successfully created" message appears and that the link appears in the Mtp3 Link list.

Create MTP3 Link 3.png


Path

/configurations/@[configuration_name]/mtp3_stacks/@[mtp3_name]/mtp3_networks/@[mtp3_network]/mtp3_linksets/@[mtp3_linkset]/mtp3_links/@[mtp3_link]

Parameters (text)

/configurations/@[configuration_name]/mtp3_stacks/@[mtp3_name]/mtp3_networks/@[mtp3_network]/mtp3_linksets/@[mtp3_linkset]/mtp3_links/@[mtp3_link]

bound_link_type     = "MTP2"
bound_m2pa_link     = ""
bound_m2ua_link     = ""
bound_mtp2_link     = "@[mtp2_link]"
name                = "@[mtp3_link]"
test_characters     = "TEST PACKET"
test_slc            = 0

/configurations/@[configuration_name]/mtp3_stacks/@[mtp3_name]/mtp3_networks/@[mtp3_network]/mtp3_linksets/@[mtp3_linkset]/mtp3_links/@[mtp3_link]/advanced_parameters
discard_priority     = "Priority 0"
flush_continue_flags = false
is_c_link            = false
max_frame_length     = 272
messages_priority    = "None"
msg_q_len_prio0      = 20
msg_q_len_prio1      = 30
msg_q_len_prio2      = 50
msg_q_len_prio3      = 80
priority             = "Priority 0"

/configurations/@[configuration_name]/mtp3_stacks/@[mtp3_name]/mtp3_networks/@[mtp3_network]/mtp3_linksets/@[mtp3_linkset]/mtp3_links/@[mtp3_link]/state
locally_inhibited = false

/configurations/@[configuration_name]/mtp3_stacks/@[mtp3_name]/mtp3_networks/@[mtp3_network]/mtp3_linksets/@[mtp3_linkset]/mtp3_links/@[mtp3_link]/timers
bind_confirmation_timer           = "3 seconds"
bsn_requested_timer               = "2500 milliseconds"
false_congestion_detect_timer     = "10 seconds"
flow_control_request_timer        = "30 seconds"
layer_2_connect_timer             = "2 minutes"
periodic_sltm_timer               = "30 seconds"
probation_link_oscillation_timer  = "1 minute"
referral_craft_timer              = "8 minutes"
slta_timer                        = "4 seconds"
sltm_retry_max                    = 4
suspension_link_oscillation_timer = "5 seconds"
t1_timer                          = "800 milliseconds"
t2_timer                          = "1400 milliseconds"
t3_timer                          = "800 milliseconds"
t4_timer                          = "800 milliseconds"
t5_timer                          = "800 milliseconds"
t7_timer                          = "1500 milliseconds"
t12_timer                         = "1150 milliseconds"
t13_timer                         = "1150 milliseconds"
t14_timer                         = "2500 milliseconds"
t17_timer                         = "1150 milliseconds"
t22_timer                         = "30 seconds"
t23_timer                         = "30 seconds"

Parameters (json)

{
  "advanced_parameters" : {
    "discard_priority" : "Priority 0",
    "flush_continue_flags" : false,
    "is_c_link" : false,
    "max_frame_length" : 272,
    "messages_priority" : "None",
    "msg_q_len_prio0" : 20,
    "msg_q_len_prio1" : 30,
    "msg_q_len_prio2" : 50,
    "msg_q_len_prio3" : 80,
    "priority" : "Priority 0"
  },
  "bound_link_type" : "MTP2",
  "bound_m2pa_link" : "",
  "bound_m2ua_link" : "",
  "bound_mtp2_link" : "@[mtp2_link]",
  "name" : "@[mtp3_link]",
  "state" : {
    "locally_inhibited" : false
  },
  "test_characters" : "TEST PACKET",
  "test_slc" : 0,
  "timers" : {
    "bind_confirmation_timer" : "3 seconds",
    "bsn_requested_timer" : "2500 milliseconds",
    "false_congestion_detect_timer" : "10 seconds",
    "flow_control_request_timer" : "30 seconds",
    "layer_2_connect_timer" : "2 minutes",
    "periodic_sltm_timer" : "30 seconds",
    "probation_link_oscillation_timer" : "1 minute",
    "referral_craft_timer" : "8 minutes",
    "slta_timer" : "4 seconds",
    "sltm_retry_max" : 4,
    "suspension_link_oscillation_timer" : "5 seconds",
    "t1_timer" : "800 milliseconds",
    "t2_timer" : "1400 milliseconds",
    "t3_timer" : "800 milliseconds",
    "t4_timer" : "800 milliseconds",
    "t5_timer" : "800 milliseconds",
    "t7_timer" : "1500 milliseconds",
    "t12_timer" : "1150 milliseconds",
    "t13_timer" : "1150 milliseconds",
    "t14_timer" : "2500 milliseconds",
    "t17_timer" : "1150 milliseconds",
    "t22_timer" : "30 seconds",
    "t23_timer" : "30 seconds"
  }
}


List of Parameters