2011年9月29日 星期四

[Linux筆記] SNMP service Installaion under Fedora 15

SNMP service Installaion under Fedora 15


1.      Check if the system had installed the SNMP service
rpm –qa |grep snmp
2.      Install the SNMP service via yum
yum –y install net-snmp net-snmp-utils
3.       Configure the SNMP setting in the /etc/snmp/snmpd.conf

PS1: snmpconf -i -g basic_setup (Assist to configure the SNMP setting file)
PS2: Delete the snmpd.conf setting file and then add the following line into the new snmpd.conf setting file
! /etc/snmp/snmpd.conf
+ rocommunity public
4.      Start the SNMP service
service snmpd start
5.      Check the SNMP service status
ps ax |grep snmp
6.      Get the SNMP information from local machine   (Disk information)
Snmpwalk –v 2c –c public localhost .1.3.6.1.4.1.2021.9
7.      Get the SNMP information from SNMP server
      snmpwalk -c public -v 1  [$ServerIP]          
      : Ex. [$ServerIP] = 192.168.0.11
8.      Add the SNMP service on the Booting process
chkconfig snmpd on

沒有留言:

張貼留言

How to pass your CEH v11 exam quickly ?

1. You must buy the old CEH v11 exam under the online shopping platform. such as shopee. Select the 1st SEO buyer.  2. Create the practice t...