Toolpack:Creating a OC3 Line Interface D: Difference between revisions
(New page for OC3 line interface configuration) |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:Creating | {{DISPLAYTITLE:Creating an OC3 Line Interface}} | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| Line 19: | Line 19: | ||
To create an OC3 line interface(s): | To create an OC3 line interface(s): | ||
1- Select '''TDM Line Interfaces''' from the navigation panel | 1- Select '''TDM Line Interfaces''' from the navigation panel. | ||
[[Image:CreateLineService_0.png]] | [[Image:CreateLineService_0.png]] | ||
Revision as of 11:37, 22 February 2023
| This article applies to: | Product | Version |
| Tmedia | 2.9, 2.10, 3.0, 3.2 |
Line interface is a generic term for TDM physical interfaces. TelcoBridges products support 3 types of physical interfaces:
To create an OC3 line interface(s):
1- Select TDM Line Interfaces from the navigation panel.
2- To create a single OC3 line interface, click Create New Line Interface.
This configures the MAIN interface on the rear of the TMG unit.
3- Enter values for the line interface.
- Enter a name for the interface
- Set type OC3 for the interface
- Set local index 0 for the line (this is the only choice for OC3)
- Select Payload Type STS3 (this is the only choice for OC3)
- Select Use APS Protection to use the redundant optical interface, named APS on the rear of the device.
- Click Create
4- Verify that the "Line interface was successfully created" message is displayed
Path
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/tdm_line_interfaces/@[line_interface_name]
Parameters (text)
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/tdm_line_interfaces/@[line_interface_name] local_index = 0 name = "@[line_interface_name]" type = "T1" /configurations/@[configuration_name]/hardware_units/@[hardware_name]/tdm_line_interfaces/@[line_interface_name]/state loopback_type = "None" tx_state = "TX on" /configurations/@[configuration_name]/hardware_units/@[hardware_name]/tdm_line_interfaces/@[line_interface_name]/t1_parameters encoding = "B8ZS" length = "Short" signal_level = "2"
Parameters (json)
{
"local_index" : 0,
"name" : "LI_T1_00",
"state" : {
"loopback_type" : "None",
"tx_state" : "TX on"
},
"t1_parameters" : {
"encoding" : "B8ZS",
"length" : "Short",
"signal_level" : "2"
},
"type" : "T1",
"line_services" : {
}
}
List of Parameters


