> 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-cas-r2-nap.md).

# Creating a CAS R2 NAP

#### ***Applies to version(s): v2.7.***

Now that you have created a CAS R2 stack, you must create a network access point, in order to finish configuring your system. A Network Access Point (NAP) represents the entry point to another network or destination peer.

To create a network access point (NAP):

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

![Naps 0](https://docs.telcobridges.com/w/images/9/93/Naps_0.png)

2- Click **Create New NAP**

![Toolpack v2.5 Create NAP](https://docs.telcobridges.com/w/images/0/0c/Toolpack_v2.5_Create_NAP.png)

3- Configure the new NAP:

* Enter a **name** for the NAP
* Select a **user-created profile**, if not, select **default**
* Click **Create**

![Toolpack v2.5 Creating NAP CASR2](https://docs.telcobridges.com/w/images/4/48/Toolpack_v2.5_Creating_NAP_CASR2.png)

4- Verify that the **NAP was successfully created** message appears

![Toolpack v2.5 NAP Created](https://docs.telcobridges.com/w/images/8/82/Toolpack_v2.5_NAP_Created.png)

5- Associate a CAS R2 stack with the NAP:

* Select an **interface** (the newly-created **CAS R2 stack**)
* Click the **"<<"** button to add the interface to the list

![Toolpack v2.5 NAP CASR2](https://docs.telcobridges.com/w/images/5/54/Toolpack_v2.5_NAP_CASR2.png)

6- Select a value for [**Channel Usage**](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/channel-usage/README.md), to avoid call collision

* Click **Save**

7- Verify that the **"NAP was successfully updated"** message appears

![Toolpack v2.5 NAP ISUP Created](https://docs.telcobridges.com/w/images/8/82/Toolpack_v2.5_NAP_ISUP_Created.png)

### List of Parameters

* [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/README.md)
* [Default Profile](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/default-profile/README.md)
* [Channel Usage](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/channel-usage/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-cas-r2-nap.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.
