Community_Name

Community_Name gibt den Namen der Community an, an die das Simple Network Management-Protokoll (SNMP) Traps sendet.

Werte

Community_Name

Gibt den Namen der Community für dieses TrapConfigurationItems-Element an Community_Name ist eine Zeichenfolge.

Dieser Zeichenfolgentyp unterstützt leere Elemente.

Gültige Konfigurationspässe

generalize

specialize

Übergeordnete Hierarchie

Microsoft-Windows-SNMP-Agent-Service | TrapConfiguration | TrapConfigurationItems | Community_Name

Gilt für

Eine Liste der Windows-Editionen und -Architekturen, die von dieser Komponente unterstützt werden, finden Sie unter Microsoft-Windows-SNMP-Agent-Service.

XML-Beispiel

Die folgende XML-Beispielausgabe zeigt, wie SNMP eingestellt wird.

<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>207.46.197.32</Traps>
   </TrapConfigurationItems>
</TrapConfiguration>
<ValidCommunities>
   <ValidCommunity wcm:action="add" wcm:keyValue="Community1">2</ValidCommunity>
   <ValidCommunity wcm:action="add" wcm:keyValue="Community2">4</ValidCommunity>
</ValidCommunities>

TrapConfigurationItems