Install Net-SNMP
If you plan to use any hosts with SNMP v3 support, you must install the Net-SNMP binaries, since the PHP SNMP extension does not handle SNMPv3. You do NOT need to install/use the Net-SNMP SNMP agent. The Microsoft SNMP agent is recommended. The Net-SNMP binaries are useful when creating custom scripts, as they provide an easy way to query SNMP data from devices.
- Download from net-snmp.sourceforge.net
- Run the installer:
- Select the Net-SNMP agent service With Windows Extension DLL Support
- Uncheck Net-SNMP Trap Service
- Uncheck Perl SNMP Modules
- Select Encryption support
- Specify Destination Folder: C:\Net-SNMP\
Validate
- From a command prompt run:
C:\>snmpwalk
If there are no errors, it's properly installed.