Toolpack:Creating a STS1 Line Service D: Difference between revisions
(New page for STS1 creation) |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 7: | Line 7: | ||
|- | |- | ||
|Tmedia | |Tmedia | ||
| | |3.0, 3.2, 3.3 | ||
|} | |} | ||
| Line 33: | Line 33: | ||
4- Enter values for the line service. | 4- Enter values for the line service. | ||
* Enter a '''name''' for the new line service | * Enter a '''name''' for the new line service | ||
* Select an available '''local index'''. | * Select an available '''local index'''. There are 3x STS1 that can be configured on an OC3, index 0, 1 and 2. | ||
* Select a '''Payload Type''': DS3, VT1.5 or VT2 | * Select a '''Payload Type''': DS3, VT1.5 or VT2 | ||
* Click '''Create'''. | * Click '''Create'''. | ||
Latest revision as of 14:01, 23 June 2024
| This article applies to: | Product | Version |
| Tmedia | 3.0, 3.2, 3.3 |
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 are 3x STS1 that can be configured on an OC3, index 0, 1 and 2.
- Select a Payload Type: DS3, VT1.5 or VT2
- 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




