(Unattended Installation)

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2

[SNMP]

The [SNMP] section contains entries for specifying the Simple Network Management Protocol (SNMP) service.

Answer File Entries for the [SNMP] Section

Entry Description

Accept_CommunityName

Defines the community names from which the computer running the SNMP service can accept traps.

Any_Host

Specifies whether the computer accepts SNMP packets from any host.

Community_Name

Indicates the community name for the computer.

Contact_Name

Specifies the contact name for a managed node, as well as information about how to contact this person.

Limit_Host

Specifies a maximum of three host names separated by commas.

Location

Specifies the physical location of the computer.

Send_Authentication

Specifies whether to send an authentication trap when an unauthorized community or host requests information.

Service

Specifies any combination of up to five SNMP services.

Traps

Specifies a maximum of three IP or IPX addresses to which SNMP sends traps.

Accept_CommunityName

Defines the community names from which the computer running the SNMP service can accept traps.

Syntax
Accept_CommunityName = community_name:right, ...
Value Description

community_name : right, ...

Community name and community rights.

Example
[SNMP]
Accept_CommunityName = MyCommunity:Read_Only
Comments

The default value is public:Read_Only.

Each community name must have a community right associated with it. Valid community rights are None, Notify, Read_Only, Read_Write, and Read_Create.

If you do not assign a community right to a community name, the default value of Read_Only applies. Commas separate community names.

Any_Host

Specifies whether the computer accepts SNMP packets from any host.

Syntax
Any_Host = Yes | No
Value Description

Yes

Accepts SNMP packets from any host.

No

Does not accept SNMP packets from any host.

Example
[SNMP]
Any_Host = Yes
Comments

None.

Community_Name

Indicates the community name for the computer.

Syntax
Community_Name = community_name
Value Description

community_name

Community name.

Example
[SNMP]
Community_Name = "MyCommunity"
Comments

Enclose community_name in quotation marks.

Contact_Name

Specifies the contact name for a managed node, as well as information about how to contact this person.

Syntax
Contact_Name = name
Value Description

name

Contact name.

Example
[SNMP]
Contact_Name = "John Arthur"
Comments

Enclose name in quotation marks.

Limit_Host

Specifies a maximum of three host names separated by commas.

Syntax
Limit_Host = host_name[, host_name][, host_name]
Value Description

host_name[, host_name][, host_name]

Host name.

Example
[SNMP]
Limit_Host = Host1, Host2, Host3
Comments

This entry requires Any_Host = No in the [SNMP] section.

Location

Specifies the physical location of the computer.

Syntax
Location = location
Value Description

Location

Physical location of the computer.

Example
[SNMP]
Location = "San Francisco"
Comments

Enclose location in quotation marks.

Send_Authentication

Specifies whether to send an authentication trap when an unauthorized community or host requests information.

Syntax
Send_Authentication = Yes | No
Value Description

Yes

Sends an authentication trap when an unauthorized community or host requests information.

No

Does not send an authentication trap when an unauthorized community or host requests information.

Example
[SNMP]
Send_Authentication = Yes
Comments

None.

Service

Specifies any combination of up to five SNMP services.

Syntax
Service = [Physical], [Applications], [Datalink], [Internet], [End-to-End]
Value Description

Physical

Sevice name.

Applications

Service name.

Datalink

Service name.

Internet

Service name.

End-to-End

Service name.

Example
[SNMP]
Service = Applications, Internet, End-to-End
Comments

You must separate these values with commas.

Traps

Specifies a maximum of three IP or IPX addresses to which SNMP sends traps.

Syntax
Traps = IP_or_IPX_address[, IP_or_IPX_address]
Value Description

IP_or_IPX_address[, IP_or_IPX_address]

IP or IPX address.

Example
[SNMP]
Traps = 192.168.1.1
Comments

For the values specified in the Traps entry to take effect, you must specify a valid value in the Community_Name entry.

The IPX protocol is available on 32-bit versions of Windows XP and Windows Server 2003 but not on 64-bit versions of Windows XP and Windows Server 2003.