> 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-m3ua-route-asp.md).

# Creating an M3UA Route (ASP)

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

Now that you have configured M3UA user parts, PSPs, and peer servers, you must create M3UA routes for your system.

You require one route for each point code in your system. This means one route for the PC (SSP and STP) and one for the source point code (OPC).

To create an M3UA route on an ASP:

1- Click **M3UA** in the navigation panel:

![CreateM3ua 0](https://docs.telcobridges.com/w/images/7/7b/CreateM3ua_0.png)

2- Select an M3ua Network:

![SelectNetwork SGP 0](https://docs.telcobridges.com/w/images/2/2e/SelectNetwork_SGP_0.png)

3- Click **Create New M3ua Route** in the M3UA network configuration window

![Create M3UA Route SGP 0](https://docs.telcobridges.com/w/images/0/0e/Create_M3UA_Route_SGP_0.png)

4- Configure the new M3UA route:

**For the OPC, this route is used for the local point code and to reach the SGP.**

* Enter a **name** for the route
* Select a **route type**:Psrv
* Select an **M3UA peer server**: Select the previously configured M3UA local Peer Server with the right RC (Routing Context)
* Select an **M3UA user part**: Select the previously configured M3UA user part
* Select a **point code**: Select the OPC (ISUP/SCCP Interface OPC)
* Select a **point code mask** (Recommended value: Exact match)
* Select a **sub-service field type**:ISUP or SCCP
* Click **Create**

![Create M3UA Route SGP 1](https://docs.telcobridges.com/w/images/0/0f/Create_M3UA_Route_SGP_1.png)

**For the DPC, this route is used to reach the DPC that is used in MTP3 configuration.**

* Enter a **name** for the route
* Select a **route type**:Psrv
* Select an **M3UA peer server**: Select the previously configured M3UA remote Peer Server with the right RC (Routing Context)
* Select an **M3UA user part**: NONE
* Select a **point code**: Select the DPC (Remote ISUP/SCCP Interface)
* Select a **point code mask** (Recommended value: Exact match)
* Select a **sub-service field type**:ISUP or SCCP
* Click **Create**

![Create M3UA Route SGP 2](https://docs.telcobridges.com/w/images/7/7d/Create_M3UA_Route_SGP_2.png)

5- Verify that the **"M3ua Route was successfully created"** message appears

![Create M3UA Route SGP 3](https://docs.telcobridges.com/w/images/0/01/Create_M3UA_Route_SGP_3.png)

**Path**

```
/configurations/@[configuration_name]/m3ua_stacks/@[m3ua_name]/m3ua_networks/@[m3ua_network]/m3ua_routes/@[m3ua_route]
```

**Parameters (text)**

```
/configurations/@[configuration_name]/m3ua_stacks/@[m3ua_name]/m3ua_networks/@[m3ua_network]/m3ua_routes/@[m3ua_route]
m3ua_psrv                  = "m3ua_asp_local_peer"
m3ua_userpart              = "m3ua_userpart"
name                       = "@[m3ua_route]"
point_code                 = "XTEL_OPC_2106"
point_code_mask            = "Exact match"
route_type                 = "Psrv"
status_suppress            = false
subservice_field_type      = "Isup"

/configurations/@[configuration_name]/m3ua_stacks/@[m3ua_name]/m3ua_networks/@[m3ua_network]/m3ua_routes/@[m3ua_route]/advanced_filter_parameters
cic_end               = 2
cic_start             = 1
include_cic           = false
include_ssn           = false
include_trid          = false
other_point_code      = "NONE"
other_point_code_mask = "Exact match"
sio_mask              = 0xf
sls                   = 0
sls_mask              = 0x0
ssn                   = 0
trid_end              = 2
trid_start            = 1
```

**Parameters (json)**

```
{
  "advanced_filter_parameters" : {
    "cic_end" : 2,
    "cic_start" : 1,
    "include_cic" : false,
    "include_ssn" : false,
    "include_trid" : false,
    "other_point_code" : "NONE",
    "other_point_code_mask" : "Exact match",
    "sio_mask" : 15,
    "sls" : 0,
    "sls_mask" : 0,
    "ssn" : 0,
    "trid_end" : 2,
    "trid_start" : 1
  },
  "m3ua_psrv" : "m3ua_asp_local_peer",
  "m3ua_userpart" : "m3ua_userpart",
  "name" : "@[m3ua_route]",
  "point_code" : "XTEL_OPC_2106",
  "point_code_mask" : "Exact match",
  "route_type" : "Psrv",
  "status_suppress" : false,
  "subservice_field_type" : "Isup"
}
```

### List of Parameters

* [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/README.md)
* [Route Type](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/route-type/README.md)
* [M3UA Peer Server](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/m3ua-peer-server/README.md) (only if Psrv was chosen as the route type)
* [M3UA Userpart](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/m3ua-userpart/README.md)
* [Point Code](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/signalling/point-code/README.md)
* [Point Code Mask](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/point-code-mask/README.md)
* [Sub-Service Field Type](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sub-service-field-type/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-m3ua-route-asp.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.
