sysLocationsysLocation
sysLocation
指定電腦的實體位置。sysLocation
specifies the physical location of the computer.
您可以使用此設定的 Windows Server 2008、 Windows Server 2008 R2 和 Windows Server 2012 core 安裝中啟用SNMP SC Windows Foundation 封裝中。You can use this setting in core installations of Windows Server 2008, Windows Server 2008 R2, and Windows Server 2012, by enabling SNMP-SC in the Windows Foundation package.
值Values
SysLocationSysLocation |
指定電腦的實體位置。Specifies the physical location of the computer. SysLocation是一個字串。SysLocation is a string. |
此字串類型支援空元素。This string type supports empty elements.
有效的設定階段Valid Configuration Passes
將一般化generalize
特製化specialize
父階層Parent Hierarchy
Microsoft-Windows-SNMP-Agent-Service | RFC1156Agent | sysLocationMicrosoft-Windows-SNMP-Agent-Service | RFC1156Agent | sysLocation
套用至Applies To
如需支援的 Windows 版本和架構,此元件支援的清單,請參閱Microsoft Windows-SNMP-代理程式-Service。For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-SNMP-Agent-Service.
XML 範例XML Example
下列的 XML 輸出會顯示如何設定 SNMP。The following XML output shows how to set 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>