RFC1156Agent
RFC1156
會指定電腦的連絡人名稱、實體位置和 SNMP 服務。
您可以在 Windows Server 2008、Windows Server 2008 R2 和 Windows Server 2012的核心安裝中使用這項設定,方法是在 Windows Foundation 套件中啟用SNMP-SC。
子元素
設定 | 描述 |
---|---|
SysContact | 指定此受控節點的連絡人名稱,以及如何連絡此人員的相關資訊。 |
SysLocation | 指定電腦的實體位置。 |
SysServices | 指定最多五個簡單網路管理通訊協定 (SNMP) 服務的任何組合。 |
有效的設定階段
generalize
特殊化
父階層
Microsoft-Windows-SNMP-Agent-Service | RFC1156Agent
套用至
如需此元件支援的 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>