TrapConfiguration
TrapConfiguration
はトラップ構成アイテムの設定を指定します。
この設定を Windows server 2008、Windows server 2008 R2、Windows Server 2012 のコア インストール内で使用するには、Windows Foundation パッケージ内で SNMP-SC を有効にします。
子要素
設定 | 説明 |
---|---|
TrapConfigurationItems | 個々のトラップ構成項目についての詳細を指定します。 |
有効な構成パス
generalize
specialize
[親階層]
Microsoft-Windows-SNMP-Agent-Service | TrapConfiguration
適用対象
サポートされる Windows のエディションとこのコンポーネントがサポートするアーキテクチャの一覧については、「Microsoft-Windows-SNMP-Agent-Service」を参照してください。
XML の例
次の XML 出力は、SNMP を設定する方法を示しています。
<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>