> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/tmedia-documentation/configuration/creating-a-1-1-group.md).

# Creating a 1+1 Group

> **Applies to:** Tmedia 3.0, 3.2, 3.3

A 1+1 group identifies the two Tmedia hardware devices operating 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, use the Tmedia [Web Portal](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/web-portal/README.md).

**To create a 1+1 group:**

1- Click **1+1** in the navigation panel

![Create1and1Group 0 B](https://docs.telcobridges.com/w/images/0/02/Create1and1Group_0_B.png)

2- Click **Create New 1+1 Group**

![Create1and1Group 1 B](https://docs.telcobridges.com/w/images/9/98/Create1and1Group_1_B.png)

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**

![Create1and1Group 2 B](https://docs.telcobridges.com/w/images/b/b8/Create1and1Group_2_B.png)

4- Verify that the newly added 1+1 group appears in the **1+1 Groups** list.

![Create1and1Group 3 B](https://docs.telcobridges.com/w/images/c/c7/Create1and1Group_3_B.png)

**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"
```

**Parameters (json)**

```
{
  "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"
}
```

### List of Parameters

* [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/README.md)
* [Primary Unit](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/primary-unit/README.md)
* [1+1 Backup Unit](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/1-1-backup-unit/README.md)
* [Auto Switch-Back](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/auto-switch-back/README.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/tmedia-documentation/configuration/creating-a-1-1-group.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
