sysContact
sysContact
指定此受管理節點的連絡人名稱,以及如何連絡此人的相關資訊。
您可以在 Windows Server 2008、Windows Server 2008 R2 和 Windows Server 2012的核心安裝中使用這項設定,方法是在 Windows Foundation 套件中啟用SNMP-SC。
值
SysContact |
指定此受控節點的連絡人名稱,以及如何連絡此人員的相關資訊。 SysContact 是字串。 |
這種字串支援空的元素。
有效的設定階段
generalize
特殊化
父階層
Microsoft-Windows-SNMP-Agent-Service | RFC1156Agent | sysContact
套用至
如需此元件支援的 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>