TrapConfiguration
TrapConfiguration
은 트랩 구성 항목에 대한 설정을 지정합니다.
Windows Foundation 패키지에서 SNMP-SC를 활성화하여 Windows Server 2008, Windows Server 2008 R2 및 Windows Server 2012의 핵심 설치에서 이 설정을 사용할 수 있습니다.
자식 요소
설정 | 설명 |
---|---|
TrapConfigurationItems | 개별 트랩 구성 항목에 대한 세부 정보를 지정합니다. |
유효한 구성 패스
generalize
specialize
부모 계층
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>