> 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-snmpv1-snmpv2-community.md).

# Creating an SNMPv1/SNMPv2 Community

> **Applies to:** Tmedia 3.0, 3.2, 3.3; SBC 3.1, 3.3

New **communities** can be created for SNMP versions 1 or 2, By default, the standard communities **public** (read-only access), and **private** (read-write access) have been created.

**To create a new SNMPv1/SNMPv2 community:**

1-Click **Services** in the navigation panel.

![Snmp cfg A 0](https://docs.telcobridges.com/w/images/c/c5/Snmp_cfg_A_0.png)

2-Select the **SNMP** tab.

![Snmp cfg A 1](https://docs.telcobridges.com/w/images/5/59/Snmp_cfg_A_1.png)

3-Click **Create new community**

![Snmp CommunityV1V2 0](https://docs.telcobridges.com/w/images/d/d5/Snmp_CommunityV1V2_0.png)

4-In the community creation window:

* Enter a unique **name** for the community
* Select or clear the **Write operation allowed** check box to allow or disallow a write privilege for the current community
* Click **Create**

![Snmp CommunityV1V2 1](https://docs.telcobridges.com/w/images/e/e0/Snmp_CommunityV1V2_1.png)

5-Verify that the **SNMP community was successfully created** message is displayed and that the new community in **SNMPv1 SNMPv2 Communities** list.

![Snmp CommunityV1V2 2](https://docs.telcobridges.com/w/images/c/cc/Snmp_CommunityV1V2_2.png)

**Path**

```
/configurations/@[configuration_name]/snmp_services/configuration/snmp_v1_v2_communities/private

/configurations/@[configuration_name]/snmp_services/configuration/snmp_v1_v2_communities/public
```

**Parameters (text)**

```
/configurations/@[configuration_name]/snmp_services/configuration/snmp_v1_v2_communities/private
community_name          = "private"
write_operation_allowed = true
```

**Parameters (json)**

```
{
  "community_name" : "private",
  "write_operation_allowed" : false
}
```

### List of Parameters

* [Community name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/community-name/README.md)
* [Write operation allowed](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/write-operation-allowed/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-snmpv1-snmpv2-community.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.
