> 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-an-sccp-route.md).

# Creating an SCCP Route

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

Now that you have created an [SCCP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/sccp/README.md) [LSAP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/signalling/lsap/README.md), you must create a new [SCCP route](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/create-an-sccp-route/README.md) to a specific destination point code (DPC) in your system.

To Create an SCCP Route:

1- Select **SCCP** from the navigation panel

![Create SCCP Stack 0](https://docs.telcobridges.com/w/images/f/fa/Create_SCCP_Stack_0.png)

2- Select an SCCP Network

![Select SCCP Network 0](https://docs.telcobridges.com/w/images/0/0b/Select_SCCP_Network_0.png)

3- Select an SCCP LSAP

![Select SCCP LSAP 0](https://docs.telcobridges.com/w/images/9/93/Select_SCCP_LSAP_0.png)

4- Click **Create new Sccp Route** in the SCCP LSAP configuration window

![Create SCCP Route 0](https://docs.telcobridges.com/w/images/5/54/Create_SCCP_Route_0.png)

5- Configure the new SCCP Route:

* Choose a [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/README.md) for the new route
* Select a [Protocol Variant](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/protocol-type/README.md)
* Select a [Replication Mode](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/replication-mode/README.md) (ANSI96 and TELCORDIA variants)
* Select an [SLS Mask](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sls-mask/README.md) (ANSI and TELCORDIA protocol variants)
* Select a [Destination Point Code](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/destination-point-code/README.md) for this route
* Click **Create**

![Create SCCP Route 1](https://docs.telcobridges.com/w/images/8/8d/Create_SCCP_Route_1.png)

6- Verify that the **"SccpRoute was successfully created"** message appears

![Create SCCP Route 2](https://docs.telcobridges.com/w/images/0/0f/Create_SCCP_Route_2.png)

7- Configure [SCCP Route Backup Point Code](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/sccp-route-backup-point-code/README.md)

* Assign [Backup Point Codes](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sccp-backup-point-code/README.md) to use in case this route's [DPC](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/signalling/dpc/README.md) is not available.

![Create SCCP Route 3](https://docs.telcobridges.com/w/images/e/ec/Create_SCCP_Route_3.png)

* **Note: For each selected point codes, a valid SCCP route must exist**.

**Path**

```
/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_networks/@[sccp_network]/sccp_lsaps/@[sccp_lsap]/sccp_routes/@[sccp_route]
```

**Parameters (text)**

```
/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_networks/@[sccp_network]/sccp_lsaps/@[sccp_lsap]/sccp_routes/@[sccp_route]
backup_point_codes     = [  ]
destination_point_code = "@[point_code]"
name                   = "@[sccp_route]"
protocol_variant       = "ITU96"
replication_mode       = "DOMINANT"
sls_mask               = "5_BITS"

/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_networks/@[sccp_network]/sccp_lsaps/@[sccp_lsap]/sccp_routes/@[sccp_route]/advanced_parameters
broadband_support = false
options           = [ "ADJACENT_NODE", "ONLINE_BY_DEFAULT" ]
```

**Parameters (json)**

```
{
  "advanced_parameters" : {
    "broadband_support" : false,
    "options" : [
      "ADJACENT_NODE",
      "ONLINE_BY_DEFAULT"
    ]
  },
  "backup_point_codes" : [
  ],
  "destination_point_code" : "@[point_code]",
  "name" : "@[sccp_route]",
  "protocol_variant" : "ITU96",
  "replication_mode" : "DOMINANT",
  "sls_mask" : "5_BITS",
}
```

### List of Parameters

* [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/README.md)
* [Protocol Variant](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/protocol-type/README.md)
* [Replication Mode](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/replication-mode/README.md)
* [SLS Mask](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sls-mask/README.md) (For ANSI and TELCORDIA variants only)
* [Destination Point Code](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/destination-point-code/README.md)

**Advanced Parameters**

* [Broadband Support](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/broadband-support/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-an-sccp-route.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.
