Configuring SNMP Service methods on Windows servers

Source: Internet
Author: User
Tags command line end snmp
SNMP (Simple network Management Protocol, Easy Network Management Protocol) is used to manage communication lines. When configuring the SNMP service on a Windows server, it is cumbersome to use manual fill information. The following is done using the command line execution configuration file.

Create Snmp.inf

[NetOptionalComponents]

SNMP = 1

[SNMP]

Contact_Name = "Itsupport"

Location = "Serverroom"

Service = physical, applications, end-to-end

Community_Name = Type_your_string_here

traps = type_the_destination_ip

Send_Authentication = Yes

Accept_communityname = type_your_string_here:read_only

Any_Host = No

Limit_host = Type_the_destination_ip

Run the following command on the server

C:\windows\system32\sysocmgr.exe/i:%windir%\inf\sysoc.inf/u:path_to_the_file/snmp.inf



Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.