Toolpack:Creating a Line Interface D
From TBwiki
(Difference between revisions)
(Created page with "=== '''''Applies to version(s): v2.9.''''' === {{DISPLAYTITLE:Creating a Line Interface}} Line interface is a generic term for TDM physical interfaces. TelcoBridges products s...") |
(Added Northbound Interface content) |
||
| Line 40: | Line 40: | ||
'''Path''' | '''Path''' | ||
<pre> | <pre> | ||
| + | |||
| + | /configurations/@[configuration_name]/hardware_units/@[hardware_name]/tdm_line_interfaces/@[line_interface_name] | ||
</pre> | </pre> | ||
'''Parameters (text)''' | '''Parameters (text)''' | ||
<pre> | <pre> | ||
| + | /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" | ||
| + | |||
</pre> | </pre> | ||
'''Parameters (json)''' | '''Parameters (json)''' | ||
<pre> | <pre> | ||
| − | |||
| − | |||
| + | { | ||
| + | "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" : { | ||
| + | } | ||
| + | } | ||
| + | </pre> | ||
| + | </div> | ||
==List of Parameters== | ==List of Parameters== | ||
Revision as of 10:33, 9 December 2015
Applies to version(s): v2.9.
Line interface is a generic term for TDM physical interfaces. TelcoBridges products support 3 types of physical interfaces:
To create a new line interface:
1- Select TDM Line Interfaces from the navigation panel
2- Click Create New Line Interface to create a single interface ,or Create Multiple Line Interfaces to create many interfaces at once
3- Create the new line interface:
- Enter a name for the interface
- Set a type for the interface
- Set a local index for the line
- Select a length and an encoding scheme
- 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
Advanced Parameters


