Actions

Toolpack:Creating a DS3 Line Service D: Difference between revisions

(New page)
 
mNo edit summary
Line 34: Line 34:
* Enter a '''name''' for the new line service
* Enter a '''name''' for the new line service
* Select an available '''local index'''. There is 1 DS3 per STS1 (or 28 VT1.5 per STS-1)
* Select an available '''local index'''. There is 1 DS3 per STS1 (or 28 VT1.5 per STS-1)
* Select the '''Framing''': DS3 = M23, VT1.5 =
* Select the '''Framing''': DS3 = M23
* Select a '''Payload Type''': T1
* Select a '''Payload Type''': T1
* Click '''Create'''.
* Click '''Create'''.

Revision as of 16:57, 30 May 2023

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

A line service defines the type of payload that a line interface carries or it defines another line service. The configuration of a line service ends when it reaches the E1/J1/T1 line service.

The E1/T1 line services are also known as trunks or spans.

To create line service(s):


1- Select TDM Line Interfaces from the navigation panel


2- Select the line interface for which you would like to create a line service.


3- To create a single line service, click Create New Child Line Service.

4- Enter values for the line service.

  • Enter a name for the new line service
  • Select an available local index. There is 1 DS3 per STS1 (or 28 VT1.5 per STS-1)
  • Select the Framing: DS3 = M23
  • Select a Payload Type: T1
  • Click Create.


5- The new line service(s) are displayed in the Line Services list


Path

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/tdm_line_interfaces/@[line_interface_name]/line_services/@[line_service_name]

Parameters (text)

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/tdm_line_interfaces/@[line_interface_name]/line_services/@[line_service_name]
local_index = 0
name        = @[line_service_name]

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/tdm_line_interfaces/@[line_interface_name]/line_services/@[line_service_name]/parameters
audio_companding = "AUTO"
framing          = "AUTO"
idle_code        = 85
loop_time        = false

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/tdm_line_interfaces/@[line_interface_name]/line_services/@[line_service_name]/state
loopback_type = "None"

Parameters (json)

{
  "@[line service name]" : {
    "local_index" : 0,
    "name" : "@[line service name]",
    "parameters" : {
      "audio_companding" : "AUTO",
      "framing" : "AUTO",
      "idle_code" : 85,
      "loop_time" : false
    },
    "state" : {
      "loopback_type" : "None"
    }
  }
}

List of Parameters

Advanced Parameters