> 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/configuration-details/configuration-by-web-portal-category/system-settings/creating-an-snmpv3-user.md).

# Creating an SNMPv3 User

```
Note: If SNMPv3 is used, for security reasons SNMPv1 and SNMPv2 users should be removed completely from the configuration.

```

\
To create a new SNMPv3 user:

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 SNMPv3 User

<figure><img src="https://docs.telcobridges.com/w/images/f/ff/Snmp_CommunityV3_A_0.png" alt=""><figcaption></figcaption></figure>

3-In the user creation window:

* Enter a unique name for the user
* Click the check box to allow or disallow the write privilege for the current community
* Click the security level drop-down box to select authentication and privacy settings
* Click the authentication drop-down box to select the authentication algorithm to use
* Enter a pass phrase in the password phrase text box to set an authentication pass phrase
* Click the privacy protocol drop-down box to select the privacy standard to use
* Enter a pass phrase in the privacy phrase text box to set a privacy pass phrase
* Click Save

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

* Verify that the "SNMP user was successfully created" message is displayed.

<figure><img src="https://docs.telcobridges.com/w/images/9/9a/SNMP_CommunityV3_B_0.png" alt=""><figcaption></figcaption></figure>

List of Parameters

* [User Name](https://docs.telcobridges.com/wiki/Parameter:_User_Name)
* [Write operation allowed](https://docs.telcobridges.com/wiki/Parameter:_Write_operation_allowed)
* [Security level](https://docs.telcobridges.com/wiki/Parameter:_Security_level)
* [Authentication](https://docs.telcobridges.com/wiki/Parameter:_Authentication)
* [Password phrase](https://docs.telcobridges.com/wiki/Parameter:_Password_phrase)
* [Privacy protocol](https://docs.telcobridges.com/wiki/Parameter:_Privacy_protocol)
* [Privacy phrase](https://docs.telcobridges.com/wiki/Parameter:_Privacy_phrase)


---

# 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/configuration-details/configuration-by-web-portal-category/system-settings/creating-an-snmpv3-user.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.
