TrapConfigurationItems
TrapConfigurationItems
gibt Details über den Communitynamen und Traps an, die von der Trap-Konfiguration verwendet werden.
Sie können diese Einstellung in Kerninstallationen von Windows Server 2008, Windows Server 2008 R2 und Windows Server 2012 verwenden, indem Sie SNMP-SC im Windows Foundation-Paket aktivieren.
Untergeordnete Elemente
Einstellung | Beschreibung |
---|---|
Community_Name | Gibt den Namen der Community an, an die Simple Network Management Protocol- (SNMP) Traps sendet. |
Traps | Gibt die IP-Adressen an, an die SNMP Traps sendet. |
Gültige Konfigurationsdurchläufe
generalize
specialize
Übergeordnete Hierarchie
Microsoft-Windows-SNMP-Agent-Service | TrapConfiguration | TrapConfigurationItems
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>