|
SNMP Installing and Configuring in Linux/Debian |
|
|
|
Installing SNMP (Agent and Tool) in Linux/Debian If you want to install SNMP Agent in debian you need to install snmpd package using the following command : #apt-get install snmpd If you want to install SNMP Tool in debian you need to install snmp package using the following command : #apt-get install snmp
Configuring SNMP Agent in Linux/Debian
Default Configuration files are located at /etc/snmp directory this contains the following files : - /etc/snmp/snmpd.conf : configuration file for the Net-SNMP SNMP agent.
- /etc/snmp/snmptrapd.conf : configuration file for the Net-SNMP trap daemon.
|