Meghana Athavale fbbf5dc7b4 Updated
2021-09-23 21:58:21 +05:30

7.6 KiB

title, description, ms.author, ms.localizationpriority, ms.topic, ms.prod, ms.technology, author, ms.date, ms.reviewer, manager
title description ms.author ms.localizationpriority ms.topic ms.prod ms.technology author ms.date ms.reviewer manager
Policy CSP - ADMX_Snmp Policy CSP - ADMX_Snmp dansimp medium article w10 windows manikadhiman 09/24/2020 dansimp

Policy CSP - ADMX_Snmp

Tip

These are ADMX-backed policies and require a special SyncML format to enable or disable. For details, see Understanding ADMX-backed policies.

You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to Enabling a policy.

The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see CDATA Sections.


ADMX_Snmp policies

ADMX_Snmp/SNMP_Communities
ADMX_Snmp/SNMP_PermittedManagers
ADMX_Snmp/SNMP_Traps_Public

ADMX_Snmp/SNMP_Communities

Edition Windows 10 Windows 11
Home No No
Pro No No
Business No No
Enterprise Yes Yes
Education Yes Yes

Scope:

[!div class = "checklist"]

  • Device

This policy setting configures a list of the communities defined to the Simple Network Management Protocol (SNMP) service.

SNMP is a protocol designed to give a user the capability to remotely manage a computer network, by polling and setting terminal values and monitoring network events.

A valid community is a community recognized by the SNMP service, while a community is a group of hosts (servers, workstations, hubs, and routers) that are administered together by SNMP. The SNMP service is a managed network node that receives SNMP packets from the network.

If you enable this policy setting, the SNMP agent only accepts requests from management systems within the communities it recognizes, and only SNMP Read operation is allowed for the community.

If you disable or do not configure this policy setting, the SNMP service takes the Valid Communities configured on the local computer instead.

Best practice: For security purposes, it is recommended to restrict the HKLM\SOFTWARE\Policies\SNMP\Parameters\ValidCommunities key to allow only the local admin group full control.

Note

  • It is good practice to use a cryptic community name.
  • This policy setting has no effect if the SNMP agent is not installed on the client computer.

Also, see the other two SNMP settings: "Specify permitted managers" and "Specify trap configuration".

ADMX Info:

  • GP Friendly name: Specify communities
  • GP name: SNMP_Communities
  • GP path: Network\SNMP
  • GP ADMX file name: Snmp.admx

ADMX_Snmp/SNMP_PermittedManagers

Edition Windows 10 Windows 11
Home No No
Pro No No
Business No No
Enterprise Yes Yes
Education Yes Yes

Scope:

[!div class = "checklist"]

  • Device

This policy setting determines the permitted list of hosts that can submit a query to the Simple Network Management (SNMP) agent running on the client computer.

Simple Network Management Protocol is a protocol designed to give a user the capability to remotely manage a computer network by polling and setting terminal values and monitoring network events.

The manager is located on the host computer on the network. The manager's role is to poll the agents for certain requested information.

If you enable this policy setting, the SNMP agent only accepts requests from the list of permitted managers that you configure using this setting.

If you disable or do not configure this policy setting, SNMP service takes the permitted managers configured on the local computer instead.

Best practice: For security purposes, it is recommended to restrict the HKLM\SOFTWARE\Policies\SNMP\Parameters\PermittedManagers key to allow only the local admin group full control.

Note

This policy setting has no effect if the SNMP agent is not installed on the client computer.

Also, see the other two SNMP policy settings: "Specify trap configuration" and "Specify Community Name".

ADMX Info:

  • GP Friendly name: Specify permitted managers
  • GP name: SNMP_PermittedManagers
  • GP path: Network\SNMP
  • GP ADMX file name: Snmp.admx

ADMX_Snmp/SNMP_Traps_Public

Edition Windows 10 Windows 11
Home No No
Pro No No
Business No No
Enterprise Yes Yes
Education Yes Yes

Scope:

[!div class = "checklist"]

  • Device

This policy setting allows trap configuration for the Simple Network Management Protocol (SNMP) agent.

Simple Network Management Protocol is a protocol designed to give a user the capability to remotely manage a computer network by polling and setting terminal values and monitoring network events.

This policy setting allows you to configure the name of the hosts that receive trap messages for the community sent by the SNMP service. A trap message is an alert or significant event that allows the SNMP agent to notify management systems asynchronously.

If you enable this policy setting, the SNMP service sends trap messages to the hosts within the "public" community.

If you disable or do not configure this policy setting, the SNMP service takes the trap configuration configured on the local computer instead.

Note

This setting has no effect if the SNMP agent is not installed on the client computer.

Also, see the other two SNMP settings: "Specify permitted managers" and "Specify Community Name".

ADMX Info:

  • GP Friendly name: Specify traps for public community
  • GP name: SNMP_Traps_Public
  • GP path: Network\SNMP
  • GP ADMX file name: Snmp.admx