Toolpack:Creating a 1+1 Group C
From TBwiki
(Difference between revisions)
(→Applies to version v2.9: Added northbound data) |
|||
Line 36: | Line 36: | ||
'''Path''' | '''Path''' | ||
<pre> | <pre> | ||
+ | /configurations/@[configuration_name]/np1_groups/@[np1Group_name] | ||
</pre> | </pre> | ||
'''Parameters (text)''' | '''Parameters (text)''' | ||
<pre> | <pre> | ||
+ | /configurations/Sylvain/np1_groups/One_PLUS_ONE_GROUP | ||
+ | auto_switch_back = false | ||
+ | backup_unit = "@[hardware_name]" | ||
+ | name = "@[np1Group_name]" | ||
+ | primary_np1_patch_panel = "NONE" | ||
+ | primary_unit = "@[hardware_name]" | ||
+ | secondary_np1_patch_panel = "NONE" | ||
+ | |||
+ | |||
+ | /configurations/@[configuration_name]/np1_groups/@[np1Group_name]/patch_panel_ports_mapping | ||
+ | port_0 = "NONE" | ||
+ | port_1 = "NONE" | ||
+ | port_2 = "NONE" | ||
+ | port_3 = "NONE" | ||
+ | port_4 = "NONE" | ||
+ | port_5 = "NONE" | ||
+ | port_6 = "NONE" | ||
+ | port_7 = "NONE" | ||
+ | port_8 = "NONE" | ||
+ | port_9 = "NONE" | ||
+ | port_10 = "NONE" | ||
+ | port_11 = "NONE" | ||
+ | port_12 = "NONE" | ||
+ | port_13 = "NONE" | ||
+ | port_14 = "NONE" | ||
</pre> | </pre> | ||
Line 45: | Line 71: | ||
'''Parameters (json)''' | '''Parameters (json)''' | ||
<pre> | <pre> | ||
+ | { | ||
+ | "auto_switch_back" : false, | ||
+ | "backup_unit" : "@[hardware_name]", | ||
+ | "name" : "@[np1Group_name]", | ||
+ | "patch_panel_ports_mapping" : { | ||
+ | "port_0" : "NONE", | ||
+ | "port_1" : "NONE", | ||
+ | "port_2" : "NONE", | ||
+ | "port_3" : "NONE", | ||
+ | "port_4" : "NONE", | ||
+ | "port_5" : "NONE", | ||
+ | "port_6" : "NONE", | ||
+ | "port_7" : "NONE", | ||
+ | "port_8" : "NONE", | ||
+ | "port_9" : "NONE", | ||
+ | "port_10" : "NONE", | ||
+ | "port_11" : "NONE", | ||
+ | "port_12" : "NONE", | ||
+ | "port_13" : "NONE", | ||
+ | "port_14" : "NONE" | ||
+ | }, | ||
+ | "primary_np1_patch_panel" : "NONE", | ||
+ | "primary_unit" : "@[hardware_name]", | ||
+ | "secondary_np1_patch_panel" : "NONE" | ||
+ | } | ||
</pre> | </pre> | ||
</div> | </div> | ||
− | |||
− | |||
==List of Parameters== | ==List of Parameters== |
Revision as of 12:06, 10 November 2015
Applies to version v2.9
A 1+1 group indentifies the two Tmedia hardware devices that operate together to provide 1+1 backup protection. One device is identified as the primary hardware device, while the other device is identified as the backup hardware device. To create a 1+1 group, you must use the Tmedia Web Portal.
To create a 1+1 group:
1- Click 1+1 in the navigation panel
2- Click Create New 1+1 Group
3- Enter the serial numbers of the primary and 1+1 backup hardware devices.
- Provide a name for the 1+1 group.
- Select the serial number of the primary hardware device. (This field may already be filled.)
- Select the serial number of the 1+1 backup hardware device.
- Set Auto switch-back to cause an automatic switch back to the original primary hardware device when it becomes available. If the field is clear (not checked), then a switch back to the original device will occur only after a manual reboot of the system.
- Click Create
4- Verify that the newly added 1+1 group appears in the 1+1 Groups list.
Path
/configurations/@[configuration_name]/np1_groups/@[np1Group_name]
Parameters (text)
/configurations/Sylvain/np1_groups/One_PLUS_ONE_GROUP auto_switch_back = false backup_unit = "@[hardware_name]" name = "@[np1Group_name]" primary_np1_patch_panel = "NONE" primary_unit = "@[hardware_name]" secondary_np1_patch_panel = "NONE" /configurations/@[configuration_name]/np1_groups/@[np1Group_name]/patch_panel_ports_mapping port_0 = "NONE" port_1 = "NONE" port_2 = "NONE" port_3 = "NONE" port_4 = "NONE" port_5 = "NONE" port_6 = "NONE" port_7 = "NONE" port_8 = "NONE" port_9 = "NONE" port_10 = "NONE" port_11 = "NONE" port_12 = "NONE" port_13 = "NONE" port_14 = "NONE"
Parameters (json)
{ "auto_switch_back" : false, "backup_unit" : "@[hardware_name]", "name" : "@[np1Group_name]", "patch_panel_ports_mapping" : { "port_0" : "NONE", "port_1" : "NONE", "port_2" : "NONE", "port_3" : "NONE", "port_4" : "NONE", "port_5" : "NONE", "port_6" : "NONE", "port_7" : "NONE", "port_8" : "NONE", "port_9" : "NONE", "port_10" : "NONE", "port_11" : "NONE", "port_12" : "NONE", "port_13" : "NONE", "port_14" : "NONE" }, "primary_np1_patch_panel" : "NONE", "primary_unit" : "@[hardware_name]", "secondary_np1_patch_panel" : "NONE" }