SNMP Simple Network Management Protocol, which can be used for unified management of the whole network equipment. This article describes how to configure SNMP in a Win2003 server.
(1) Installing SNMP
Open Control Panel/Add Remove Programs/Add remove components/management and monitoring tools, and tick install Simple Network Management Protocol (SNMP).
650) this.width=650; "style=" border-bottom:0px;border-left:0px;border-top:0px;border-right:0px; "title=" image " Border= "0" alt= "image" Src= "http://s3.51cto.com/wyfs02/M01/53/E6/wKioL1RzufLRwT6ZAAHZMfwcJ18533.jpg" height= "394" />
(2) Configure SNMP.
Locate the SNMP Service service in Computer Management/services and determine that the startup type is automatic.
650) this.width=650; "style=" border-bottom:0px;border-left:0px;border-top:0px;border-right:0px; "title=" image " Border= "0" alt= "image" Src= "http://s3.51cto.com/wyfs02/M01/53/E8/wKiom1RzuXOjsxyfAABJ5b0-SQQ998.jpg" height= "28"/ >
Open the Security tab in the service properties and the SNMP settings are mostly done here.
650) this.width=650; "style=" border-bottom:0px;border-left:0px;border-top:0px;border-right:0px; "title=" image " Border= "0" alt= "image" Src= "http://s3.51cto.com/wyfs02/M02/53/E8/wKiom1RzuXOjgOHqAAElGIcNQlc652.jpg" height= "363" />
First you need to add groups. Community name can be customized, the community can be understood as the SNMP protocol to connect this 2003 server password, the best network password unified.
The group's permissions mainly include read-only and read-write, such as adding a read-only permission community called public.
650) this.width=650; "style=" border-bottom:0px;border-left:0px;border-top:0px;border-right:0px; "title=" image " Border= "0" alt= "image" Src= "http://s3.51cto.com/wyfs02/M00/53/E6/wKioL1RzufPxVwsDAACHU8e5yWg177.jpg" height= "146" />
Then add a read-write permission group called Private.
650) this.width=650; "style=" border-bottom:0px;border-left:0px;border-top:0px;border-right:0px; "title=" image " Border= "0" alt= "image" Src= "http://s3.51cto.com/wyfs02/M01/53/E6/wKioL1RzufPx4ZpeAACNNyp-DZw283.jpg" height= "145" />
After the group is set up, then choose the computer you want to manage. Here are two options: one is to accept the management of any host, the other is to accept only the host management from the specified, of course, the latter is the general choice. Fill in our Management machine IP address 192.168.80.130 here.
650) this.width=650; "style=" border-bottom:0px;border-left:0px;border-top:0px;border-right:0px; "title=" image " Border= "0" alt= "image" Src= "http://s3.51cto.com/wyfs02/M02/53/E6/wKioL1RzufSDvaXSAAE7iCRVQ8k162.jpg" height= "355" />
(3) Adding traps
Under normal circumstances, SNMP management machine constantly check the status of SNMP devices, even if the SNMP device status is not changed, do not keep checking, which wastes a lot of bandwidth. The trap is to proactively send notification information to the management machine when the SNMP device status changes.
For example, we add a community called trap in the "traps" and specify that when the state of this server changes, it proactively sends a message to our management machine, 192.168.80.130.
650) this.width=650; "style=" border-bottom:0px;border-left:0px;border-top:0px;border-right:0px; "title=" image " Border= "0" alt= "image" Src= "http://s3.51cto.com/wyfs02/M00/53/E6/wKioL1RzufSwWCA0AAECbHQjvbQ154.jpg" height= "320" />
This article from "a pot of turbid wine" blog, reproduced please contact the author!
Network security Series 53 configuring SNMP in WIN2003