> 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-snmpv3-user.md).

# Creating an SNMPv3 User

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

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

**To create a new SNMPv3 user:**

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

![Snmp CommunityV3 A 0](https://docs.telcobridges.com/w/images/f/ff/Snmp_CommunityV3_A_0.png)

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**

![Snmp CommunityV3 1](https://docs.telcobridges.com/w/images/5/59/Snmp_CommunityV3_1.png)

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

![SNMP CommunityV3 B 0](https://docs.telcobridges.com/w/images/9/9a/SNMP_CommunityV3_B_0.png)

**Path**

```
/configurations/@[configuration_name]/snmp_services/configuration/snmpv3_users/@[snmpv3_user_name]
```

**Parameters (text)**

```
/configurations/@[configuration_name]/snmp_services/configuration/snmpv3_users/@[snmpv3_user_name]
authentication          = "MD5"
password_phrase         = "Not Shown"
privacy_phrase          = "Not Shown"
privacy_protocol        = "DES"
security_level          = "Authentication"
username                = "SnmpV3"
write_operation_allowed = false
```

**Parameters (json)**

```
{
  "authentication" : "MD5",
  "password_phrase" : "Not Shown",
  "privacy_phrase" : "Not Shown",
  "privacy_protocol" : "DES",
  "security_level" : "Authentication",
  "username" : "SnmpV3",
  "write_operation_allowed" : false
}
```

### List of Parameters

* [User Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/user-name/README.md)
* [Write operation allowed](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/write-operation-allowed/README.md)
* [Security level](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/security-level/README.md)
* [Authentication](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/authentication/README.md)
* [Password phrase](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/password-phrase/README.md)
* [Privacy protocol](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/privacy-protocol/README.md)
* [Privacy phrase](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/privacy-phrase/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-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.
