*Table of Contents*
{toc}

h1. Install SNMP

For Debian, use the following commands:

{code}apt-get install snmp snmpd{code}

h1. Configure SNMP

Edit the configuration located at */etc/snmp/snmpd.conf*

Change the line
{code}#com2sec readonly default public{code}
 to
{code}com2sec readonly IPOFSERVER/CIDR CHANGEKEY{code}



{rate}