Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
sysServices
specifies any combination of up to five Simple Network Management Protocol (SNMP) services.
The integer value is derived from the following binary values:
Service | Binary Value |
---|---|
Physical |
0x01 |
DataLink and Subnet |
0x02 |
Internet |
0x04 |
End-to-end |
0x08 |
Application |
0x40 |
For example, a combination of Physical and Application has a value of 0x41 (65).
You can use this setting in core installations of Windows Server® 2008, by enabling SNMP-SC in the Windows Foundation package.
SysServices |
Specifies any combination of up to five SNMP services. SysServices is an integer. The default value is 76. |
Microsoft-Windows-SNMP-Agent-Service | RFC1156Agent | sysServices
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-SNMP-Agent-Service.
The following XML sample 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>2</Traps>
</TrapConfigurationItems>
</TrapConfiguration>
<ValidCommunities>
<ValidCommunity wcm:action="add" wcm:keyValue="Community1">2</ValidCommunity>
<ValidCommunity wcm:action="add" wcm:keyValue="Community2">4</ValidCommunity>
</ValidCommunities>