A1 specifies whether the computer accepts Simple Network Management Protocol (SNMP) requests from any host.

If a host is specified in A1, the computer accepts SNMP requests only from that host. You can specify either the host computer name or the IP address for the host. It is recommended that Host be used as the host computer name.

You can use this setting in core installations of Windows Server® 2008, Windows Server 2008 R2, and Windows Server 2012, by enabling SNMP-SC in the Windows® Foundation package.

Values

A1

Specifies the host from which the computer accepts SNMP packets. A1 is a string.

The default value is localhost, which specifies that the computer accepts SNMP requests from any host.

Note
The A1 setting accepts either localhost or a single host. Adding multiple hosts is not supported.

This string type supports empty elements.

Valid Passes

generalize

specialize

Parent Hierarchy

Applies To

For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-SNMP-Agent-Service.

XML Example

The following XML output shows how to set SNMP.

  Copy Code
<PermittedManagers>
   <A1>networkhost</A1>
</PermittedManagers>
<RFC1156Agent>
   <sysContact>MyContact</sysContact>
   <sysLocation>MyLocation</sysLocation>
   <sysServices>65</sysServices>
</RFC1156Agent>
<TrapConfiguration>
   <TrapConfigurationItems wcm:action="add">
	<Community_Name>Private</Community_Name>
	<Traps>ComputerName</Traps>
   </TrapConfigurationItems>
   <TrapConfigurationItems wcm:action="add">
	<Community_Name>Public</Community_Name>
	<Traps>123.45.67.89</Traps>
   </TrapConfigurationItems>
</TrapConfiguration>
<ValidCommunities>
   <ValidCommunity wcm:action="add" wcm:keyValue="Community1">2</ValidCommunity>
   <ValidCommunity wcm:action="add" wcm:keyValue="Community2">4</ValidCommunity>
</ValidCommunities>

See Also