# Creating an SNMPv1/SNMPv2 Community

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.

<figure><img src="https://docs.telcobridges.com/w/images/c/c5/Snmp_cfg_A_0.png" alt=""><figcaption></figcaption></figure>

2-Select the SNMP tab.

<figure><img src="https://docs.telcobridges.com/w/images/5/59/Snmp_cfg_A_1.png" alt=""><figcaption></figcaption></figure>

3-Click Create new community

<figure><img src="https://docs.telcobridges.com/w/images/d/d5/Snmp_CommunityV1V2_0.png" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://docs.telcobridges.com/w/images/e/e0/Snmp_CommunityV1V2_1.png" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://docs.telcobridges.com/w/images/c/cc/Snmp_CommunityV1V2_2.png" alt=""><figcaption></figcaption></figure>

### List of Parameters

* [Community name](/configuration-details/configuration-parameters-all.md#parameter-community-name)
* [Write operation allowed](/configuration-details/configuration-parameters-all.md#parameter-write-operation-allowed)


---

# Agent Instructions: 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:

```
GET https://prosbcdocs.telcobridges.com/configuration-details/configuration-by-web-portal-category/system-settings/creating-an-snmpv1-snmpv2-community.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
