Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Install and configure SNMP

2025-03-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

1. Yum installation method-this method can be used if there is a YUM source, which is the fastest.

Yum install-y net-snmp net-snmp-utils

2. The following is the rpm package required to install the snmp service:

Libsensors3-2.10.6-55.el5.i386.rpm

Lm_sensors-2.10.6-55.el5.i386.rpm

Net-snmp-libs-5.3.2.2-5.el5.i386.rpm

Net-snmp-5.3.2.2-5.el5.i386.rpm

Net-snmp-utils-5.3.2.2-5.el5.i386.rpm

3. Configuration

Vim / etc/snmp/snmpd.conf

A. Modify the default community string

Com2sec notConfigUser default public

Change the Password to a string you just know (actually a password)-- do not use the default in this place or it will be *.

B. Remove the # below

# view mib2 included .iso.org.dod.internet.mgmt.mib-2 fc

C, put the following sentence

Access notConfigGroup "" any noauth exact systemview none none

Change it to:

Access notConfigGroup "" any noauth exact mib2 none none

4. Restart the snmpd service

# / etc/rc.d/init.d/snmpd restart

Or service snmpd restart.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report