TrapConfiguration
TrapConfiguration
會指定陷阱組態專案的設定。
您可以在 Windows Server 2008、Windows Server 2008 R2 和 Windows Server 2012 的核心安裝中使用這項設定,方法是在 Windows Foundation 套件中啟用SNMP-SC。
子元素
設定 | 描述 |
---|---|
TrapConfigurationItems | 指定個別陷阱設定專案的詳細資料。 |
有效的組態傳遞
generalize
特殊化
父階層
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>