Community_Name
Community_Name
は、簡易ネットワーク管理プロトコル (SNMP) がトラップを送信するコミュニティの名前を指定します。
値
Community_Name |
この |
この文字列の種類は空要素をサポートします。
有効な構成パス
generalize
specialize
[親階層]
Microsoft-Windows-SNMP-Agent-Service | TrapConfiguration | TrapConfigurationItems | Community_Name
適用対象
サポートされる 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>