sysServices

sysServices는 최대 5개의 SNMP(Simple Network Management Protocol) 서비스의 조합을 지정합니다.

정수 값은 다음 이진 값에서 파생됩니다.

서비스 이진 값

물리적

0x01

데이터 링크 및 서브넷

0x02

인터넷

0x04

엔드투엔드

0x08

애플리케이션

0x40

예를 들어 물리적애플리케이션의 조합 값은 0x41(65)입니다.

Windows Foundation 패키지에서 SNMP-SC를 활성화하여 Windows Server 2008, Windows Server 2008 R2 및 Windows Server 2012의 핵심 설치에서 이 설정을 사용할 수 있습니다.

SysServices

최대 5개의 SNMP 서비스의 조합을 지정합니다. SysServices는 정수입니다. 기본값은 76입니다.

유효한 구성 패스

generalize

specialize

부모 계층

Microsoft-Windows-SNMP-Agent-Service | RFC1156Agent | sysServices

적용 대상

이 구성 요소가 지원하는 지원되는 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>

RFC1156Agent