Community_Name (Standard 8 Module Reference)

7/8/2014

Review the applicable Feature modules and any examples for the Community_Name setting in Windows Embedded 8 Standard (Standard 8).

This setting contains a string that specifies the name of the community to which Simple Network Management Protocol (SNMP) sends traps.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

Simple Network Management Protocol (SNMP)

Features/Networking/Network Protocols/Simple Network Management Protocol (SNMP)/TrapConfiguration/TrapConfigurationItems/Community_Name

XML Example

The following XML example shows how to configure traps for private and public communities.

<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>

See Also

Reference

Traps

Concepts

Feature Module Settings