Posts

Showing posts with the label how configure snmp service on red hat linux

Configure SNMP Service on Oracle Linux

Image
Configure SNMP Service on Oracle Linux/CentOS/Red Hat SNMP stands for Simple Network Management Protocol, It is use to collect the behaviors of Network Devices through IP and send the Network Devices Behaviors information's to NMS (Network Management System) for example: Open Manager, Zenoss and etc. The Ports of SNMP (Simple Network Management Protocol) are 161 udp and 162 udp. Here we are configuring the SNMP (Simple Network Management Protocol) service on Oracle Linux 6.5, During the installation of Oracle Linux 6.5 SNMP (Simple Network Management Protocol) service has installed. To check the status of SNMP (Simple Network Management Protocol) service type the below command. service snmpd status To Configure the SNMP (Simple Network Management Protocol) service edit the file "snmpd.conf"  that available in directory "/etc/snmp/snmpd.conf" by use of vi editor. vi /etc/snmp/snmpd.conf Edit the below lines in file "snmpd.conf" and remove all inside t...