sysLocation
sysLocation
는 컴퓨터의 물리적 위치를 지정합니다.
Windows Foundation 패키지에서 SNMP-SC를 활성화하여 Windows Server 2008, Windows Server 2008 R2 및 Windows Server 2012의 핵심 설치에서 이 설정을 사용할 수 있습니다.
값
SysLocation |
컴퓨터의 물리적 위치를 지정합니다. SysLocation은 문자열입니다. |
이 문자열 형식은 비어 있는 요소를 지원합니다.
유효한 구성 패스
generalize
specialize
부모 계층
Microsoft-Windows-SNMP-Agent-Service | RFC1156Agent | sysLocation
적용 대상
이 구성 요소가 지원하는 지원되는 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>